Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BDD has 4 major features.

  1. Code

  2. Data TabCoding/Gherkin Interface

  3. View Interface

  4. ModelModeling Interface

Let's deep dive into the 4 features.

Code/Gherkin Interface

  • Anchor
    Code
    Code
    Code - This feature allows users to write testcase scenarios using the Gherkin language.

...

To start writing scenarios user should click on Add New Section.

...

...

View interface

  •   

    Anchor
    View
    View
    View - This featureprovides a graphical building block approach. The building blocks could be rearranged and moved around to modify testcase scenarios. Upon submission, the changes made in the view feature would also be reflected in the code and diagram features.

...

Users can change the scenario by shuffling steps, deleting them, and updating them by clicking the Submit button.

Modeling Interface

· 

Anchor
Model
Model
Model - Using this feature, users can access test scenarios in diagrammatic format and drag and drop test scenarios from the toolbox, as shown below:

...

Generating Testcase Scenarios in BDD tab:

How to Upload the File in BDD Tab

  • Begin by navigating to the BDD tab in the user interface.

  • Click on Add new section.

  • Locate the file you want to upload and select it.

  • Click on the upload button to initiate the file upload process.

  • Once the file is successfully uploaded, proceed to the next step.

Accessing Testcase Scenarios:

  • In the BDD tab, you will find the uploaded file displayed.

How to Export Files in BDD Tab

  • The BDD tab in the application provides users with the ability to export files in various formats. Users can select and export files in the following formats: PDF, Excel, PHP, BPMN, Cucumber JS, and SVG.

    To export a file in any of the supported formats, follow these steps:

  • Navigate to the BDD tab in the application.

    • Click on the section you wish to export.

    • In the export options, choose the format you want to export the file to. The available options include Cucumber JS, PHP, Excel, PDF, BPMN, and SVG.

    • Once you have selected the desired format, click on the "Export" button to initiate the export process.

  • The application will then generate the exported file in the selected format. You can save the file to your local system or open it directly, depending on your browser settings.

How to Import File in BDD Tab

  • Import a file in BDD (Behavior-Driven Development) tab and execute testcase scenarios, follow these steps:

  • Open the BDD tab in your application.

    • Click on "Import".

    • Locate and select the file you want to import, then click "Open."

    • The file will be imported into the BDD tab.

    • Once the file is imported, you can navigate through its sections and scenarios and submit.