Versions Compared

Key

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

...

Anchor
isMissingRequiredParameterstrue
My data is a collection of data where users can either drag and drop the output. The following is an example of how a user can create a data collection in BDD

How to create

...

dataset in My Data :

Step by Step:

·        Click on My data from bottom of the page.

...

·        User can view created Data set as below in My Data option.

...

How to create and Drag Drop data set in view feature as shown below

...

How to delete row or column in data set

To select columns or rows, the user can simply click on the column or row icon located at the page's righthand corner.

...

Code Block
Scenario: Valid user login
  Given a user exists with a <username> and <password>
    |username|password|
    |Alexis| 123123|
  When the user tries to log in with the correct credentials
  Then the user should be successfully logged in

Or in the “view”

...

In this scenario, in the “View”, the "username" and "password" would come from your data are linked to our centralized data storage.

...

Benefits: This approach ensures consistency and ease of maintenance. If you need to change a piece of data, you only update it in one place, and all your Gherkin files will use the updated data. It's like changing a piece of information at the main desk, and all stories in the library automatically update with this new information.

...