Adding custom steps to scenario tests
Provide users with an error-free experience by ensuring that scenario tests recognize all elements of your application's interface. With comprehensive scenario tests, you enhance the quality of the application that you deliver.
If tests do not identify controls that are not out-of-the-box, you can add a custom step to the scenario to include the missing elements in the tests.- In Dev Studio, create a scenario test.
For more information, see Creating scenario tests.
- Add custom steps to the scenario:
- In the Test steps section on the right, next to a selected step, click .
- In the Custom Step Modal dialog box, provide details of the custom step.
- Click Submit.
- In the Test case pane, click Stop and save test case.
- On the New test case form, provide details of the test, and then click Save.
Previous topic Pega Test Automation Kit 1.6 Next topic Capturing values from the user interface