jackson_1
12 years agoFrequent Contributor
Application not responding while Action done
there is a case like this:
1.launch application under system
2.click i accept the license radio button
3.click next button
4................
and my script organization like this:
1.QI_LaunchInstaller
2.QI_Clickaccept
3.QI_ClickNext
as our automation script all runs in test environment with Test Execute. i always meet this problem duration test processing.
the script stopped on the QI_ClickNext position as the Next is disabled. and check the next button really disabled as the Click Accept action not completely finish. why? i check the test log it show the QI_Clickaccept routine completed. but then i go to the application page found that the accept not be checked. so cause that problem.
as i mentioned i used test execute to run scripts in box. then i tried test complete to run the same test case is works well. any one who knows what's wrong with this?
how to solve the problem that the script action done but the application no responding?
1.launch application under system
2.click i accept the license radio button
3.click next button
4................
and my script organization like this:
1.QI_LaunchInstaller
2.QI_Clickaccept
3.QI_ClickNext
as our automation script all runs in test environment with Test Execute. i always meet this problem duration test processing.
the script stopped on the QI_ClickNext position as the Next is disabled. and check the next button really disabled as the Click Accept action not completely finish. why? i check the test log it show the QI_Clickaccept routine completed. but then i go to the application page found that the accept not be checked. so cause that problem.
as i mentioned i used test execute to run scripts in box. then i tried test complete to run the same test case is works well. any one who knows what's wrong with this?
how to solve the problem that the script action done but the application no responding?