Versions Compared

Key

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

Recorded tests typically contain hard-coded values which make the tests static and difficult to modify. The easiest way to make tests more efficient and manageable is to parameterize them. Simply replace the hard-coded input values with parameters. This allows you to re-use the tests with multiple data sets, share test data and create more flexible test processes.

Below is the list of test parameters available in Bqurious Platform :

...

  1. Navigate to the test case creation screen.

  2. Click on Test Steps tab.

  3. Use the appropriate action keyword.

  4. Click on Data button for the particular action keyword.

  5. Select Unique as the data type for the particular param.

  6. Click on the 'U' button displayed next to the text field.

  7. Create a unique string by clicking on the various options available.
    You will be able to view the output string as you create the unique string.

    Image RemovedImage Added

  8. Click on Done button.

  9. Click on Update button.

...

  1. Click on DESIGN on left panel.

  2. Click on External Test Data.

  3. Click on Add Data File button.

  4. Enter the value for File Description.

  5. Click on Save button.

  6. Either drag and drop files or upload files on the mentioned section.

  7. Once the file is uploaded, it will be displayed below in the grid.

...

Linking the Excel sheet to the test case :

...