BDD in TestComplete

What is BDD? BDD - Behavior-Driven Development BDD Scenarios with TestComplete Behavior-Driven Development (BDD) is a software development methodology combining technical aspects and business interests. This allows you to create test scenarios in a plain English language called Gherkin syntax, which uses a Given/When/Then format. In TestComplete, you can create such BDD tests against desktop, web and mobile applications, you can also automate their test steps and run these tests daily. Scenarios To create and run BDD tests in TestComplete, you use the Scenarios project item. How automation works After you create a feature file or import it to TestComplete, click Generate Step Definitions to command TestComplete to create script functions that will implement a step. You will then see the created code in the script editor. For instance, here is how the steps look like in JavaScript: To Run BDD,