• 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: Following gif shows how this is done for a sample mobile application: NoCodeBDD Mobile Automation NoCodeBDD […]

    Continue reading
  • 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) […]

    Continue reading
  • 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 […]

    Continue reading
  • 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: Enabling BDD to run in parallel is the […]

    Continue reading
  • 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 […]

    Continue reading
  • 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 […]

    Continue reading
  • Continue reading
  •   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 […]

    Continue reading
  • 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 […]

    Continue reading
  • Using NoCodeBDD, you could synch your BDD Features, Scenarios, Steps, Scenario Outline, and Tags, created in NoCodeBDD, to a JIRA Ticket with few clicks, as shown in the following steps: Set-up process Before you start, follow these one-time setup processes in JIRA and in NoCodeBDD JIRA Set-up process In JIRA, […]

    Continue reading