Versions Compared

Key

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

While debugging test cases, there can be instances where you may want to change the parameters or object details such as locator type/value and so on. The Modify step functionality provides facility to do so when debugging the test case. This feature is most useful when you want to check the impact of a certain parameters' data change or an object locator type/value change or a conditional expression change on the test case.

...

All the debugger operations are applicable to the tasks and test cases that are shared for Design Updates.

Points to Know

  • You can replace In a step, you can modify the following:
    • Replace or edit an object,
    change parameters, or edit
    • Change static and variable parameters
    • Edit the conditional steps for debugging
    .
  • However, these changes cannot be saved in the test case.
  • You cannot modify the parameters of the steps using test data. Only the parameters that re being provide using static data can be modified. 
  • When debugging a test suite of a desktop project, you cannot edit an OR object.  

...

Modifying Objects of Step

Qualitia users can modify object's locator type and value of an existing step. The modified object will reflect in all the subsequent instances of the objects wherever it is used in the test case.


Modifying Conditional Structure

...