Introduction
You will find some actions listed in strikethrough text on the Test Cases and Tasks screens. We recommend not to use these actions when developing a new test case as there are better options available now for the same operation. While these actions will continue to work in this release, they might be taken away in future releases with appropriate migration methods.
In reports also, you will find these actions in the strike-through text.
Following is the complete list of deprecated actions:
AnswerForNextDialog
We recommend using the WaitForAlertAndSendText action instead of this action. In WaitForAlertAndSendText, Qualitia gives you provision to set and send the desired string in the next pop up being displayed. This action gives you more control by its ability to provide timeout and polling interval for the expected condition to be achieved.
ClickandchooseOkOnNextConfirmation
Instead of using this action, you can divide this into 2 steps for better maintenance and control;
- Click (based on the object class) and
- WaitForAlertAndSpecifyBehavior.
The WaitForAlertAndSpecifyBehavior allows you specifying the action to be taken on the next Alert Box as a first parameter (accept or dismiss). This action gives you more control by its ability to provide timeout and polling interval for the expected condition to be achieved.