Forum Discussion
Julia_K
Alumni
14 years agoHello Abdul,
Please check this:
1. Are any errors or warnings posted to the test log when your script fails to be executed and stops without performing any actions?
2. In your script, set a breakpoint on the line that contains the ShowMessage method. Run the script and check whether the script execution fails when it reaches the ShowMessage method.
For information on using breakpoints, please see the Using Breakpoints Help topic.
3. If you have any variables you pass to the ShowMessage method, could you please make sure that they are valid?
To do this, you can post their values to the test log by using the Log.Message method, or you can examine the variables in the Locals panel during the script run.
Thanks in advance.