yuef_shine
11 years agoOccasional Contributor
TestComplete popup message
Hi there,
I want to add a prompt to show some messages during the scripts running.
May I know if TestComplete support to do so - when running the scripts, Test Complete pops up a window showing the specific texts?
Best regards,
Vivian
I want to add a prompt to show some messages during the scripts running.
May I know if TestComplete support to do so - when running the scripts, Test Complete pops up a window showing the specific texts?
Best regards,
Vivian
- You have 2 options:
1. If you need to display a message during script run and continue execution - use Indicator object
http://support.smartbear.com/viewarticle/27052/
2. If you need to show a message and wait until user clicks OK - use BuiltIn.ShowMessage
http://support.smartbear.com/viewarticle/27474/