Forum Discussion
5 minutes is 300000 milliseconds. so, replae the 25000 with 300000 and try again.
Hi,
Thanks yes replaced with 300000 ms but the desktop application which am testing get closed automatically and test complete results in waiting for application.
- Marsha_R7 years agoModerator
Okay, it's not really clear here what you're trying to accomplish.
Is this right?
in 1) you are clicking a text box
in 2) you want to wait exactly 5 mins for a window to pop up but your application closes before that time is up
Questions
a) What happens when you try this manually? Does the window pop up in 5 mins or does the application still close?
b) What do you need to do with the window once it pops up?
- sindhu107 years agoContributor
Thanks!
Yes you are right
a) What happens when you try this manually? Does the window pop up in 5 mins or does the application still close?
Ans : If i do manually the window pop up in 5 mins but the application is open .
b) What do you need to do with the window once it pops up?
Ans :Once the window pops up i need to select some options from that window.
- Marsha_R7 years agoModerator
Have you tried putting a breakpoint in and stepping through the code? That would let you see exactly when the application is closing.
https://support.smartbear.com/testcomplete/docs/testing-with/debugging/breakpoints/using.html
Related Content
- 6 years ago
- 7 years ago
Recent Discussions
- 10 hours ago
- 2 days ago