16 11, 2022

BDD Automation – Continue on Failure

By |2023-02-17T16:20:52+00:00November 16, 2022|BDD Implementation, NoCodeBDD|Comments Off on BDD Automation – Continue on Failure

We recently released a functionality called "continue on failure" in NoCodeBDD. This functionality is useful when you want to continue running a scenario even when a step fails. In this article, we will look at the reasoning behind this functionality and how and where it can be useful. When [...]

19 10, 2022

Behavior-Driven Development (BDD) Automation: Automate Mobile Apps through few clicks

By |2023-02-17T16:20:52+00:00October 19, 2022|Uncategorized|Comments Off on Behavior-Driven Development (BDD) Automation: Automate Mobile Apps through few clicks

With NoCodeBDD, teams can automate Behavior-Driven Development (BDD) Scenarios for mobile applications with few clicks. To create test automation for mobile scenarios, typically, one would use Appium. Using NoCodeBDD, all you have to do is: Collaborate and derive scenarios  Automate scenarios using the no-code mobile module  Run scenarios to test your [...]

29 09, 2022

BDD automation: Avoid conditional logic in your test code

By |2023-02-17T16:20:52+00:00September 29, 2022|Uncategorized|Comments Off on BDD automation: Avoid conditional logic in your test code

if("student".equals(userType)){ Assert.assertEquals("STUDENT REGISTERED SUCCESSFULLY",actualMsg); }else{ Assert.assertEquals("ALUMNI REGISTERED SUCCESSFULLY",actualMsg); } When you have test code written like that given above—or. in other words, the code is written to assert an outcome based on conditional logic—it won't test the scenario as it should. When writing test automation code for behavior-driven development (BDD) [...]

22 09, 2022

Behavior Driven Development(BDD) in less than 5 minutes

By |2023-02-17T16:20:53+00:00September 22, 2022|Uncategorized|Comments Off on Behavior Driven Development(BDD) in less than 5 minutes

There is a general mis-conception that BDD should be used for testing. Many projects consider using BDD during "Testing phase" and only the QA team uses BDD. When BDD is rolled out this way, the teams don't see the benefits. In this short video, I have explained how Behavior Driven [...]

8 09, 2022

BDD Automation: Why is considering parallel run from day one important

By |2023-02-17T16:20:53+00:00September 8, 2022|Uncategorized|Comments Off on BDD Automation: Why is considering parallel run from day one important

Running features in behavior driven development (BDD) automation test suite in parallel is fairly straightforward. With NoCodeBDD, running features in parallel is a default option and can be switched between serial and parallel run through click of a button, as shown below: Running BDD in parallel in NoCodeBDD Enabling BDD [...]

18 08, 2022

OOPSI: An Awesome BDD Collboration Technique

By |2023-02-17T16:20:54+00:00August 18, 2022|Uncategorized|Comments Off on OOPSI: An Awesome BDD Collboration Technique

Collaborating and deriving scenarios that gives the desired business outcomes and making sure all team members understand the scenarios are a critical step in a Behavior Driven Development (BDD) process. OOPSI, is a collaboration technique, that facilitates this. OOPSI was originally coined by Jenny Martin and Pete Buckney. We rolled out OOPSI in [...]

4 08, 2022

Integrating JIRA with your BDD

By |2022-08-04T09:35:26+00:00August 4, 2022|Uncategorized|Comments Off on Integrating JIRA with your BDD

Behavior Driven Development (BDD) scenarios can be synced to a Atlassian JIRA agile project management tool and when a BDD scenario fails, a defect can be raised in JIRA through click of a button through "NoCodeBDD - JIRA sync" Atlassian extension. The reason we created this extension is to: Improve [...]

21 07, 2022

Why Behavior-Driven Development can be a game changer for Startups?

By |2023-03-01T18:12:37+00:00July 21, 2022|Uncategorized|Comments Off on Why Behavior-Driven Development can be a game changer for Startups?

  BCG estimates that 70% of digital transformation efforts fall short of meeting targets. A 2020 CISQ report found that the total cost of unsuccessful development projects among US firms is an estimated $260 billion, whereas the total cost of operational failures caused by poor quality software is estimated at $1.56 trillion. The Standish [...]

13 07, 2022

8 Common Reasons BDD Automation Fails

By |2022-07-13T19:06:53+00:00July 13, 2022|Uncategorized|Comments Off on 8 Common Reasons BDD Automation Fails

Software test automation is hard. A staggering 64% of the time, automated testing fails to deliver according to expectations (Reference https://www.cigniti.com/blog/4-reasons-why-test-automation-fails-2/). In other words, only three out of every ten projects successfully achieve test automation. Moreover, behavior-driven development (BDD) automation is not immune to this. Many of the challenges you'll [...]

Go to Top