TC to wait till nect page opens completely
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010
05:13 PM
05-24-2010
05:13 PM
TC to wait till nect page opens completely
Hi
After clicking on a button it takes come time to to open next page.I want to make TestComplete to wait till the nect page opens completely.Please tell me How to do that.
Thanks in advance
Regards
Siddhardha
After clicking on a button it takes come time to to open next page.I want to make TestComplete to wait till the nect page opens completely.Please tell me How to do that.
Thanks in advance
Regards
Siddhardha
5 REPLIES 5
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010
06:30 PM
05-24-2010
06:30 PM
Hi Siddhardha,
I am guessing that you are working with a web application. Please find information on how to wait for a page in the Waiting For Page help topic.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010
10:10 PM
05-24-2010
10:10 PM
Hi
I am not asking for a webpage.i am asking for windows application.
In some situations my product needs some processing time.Because of this processing time it is taking some time to open the next page.
If i write a script to click a button on the next coming window.script executes faster than the next page opens and TestComplete is trying to click on the button which is not loaded completely.So My script fails because of this.
I want TC to wait till next page loads completely
I am not asking for a webpage.i am asking for windows application.
In some situations my product needs some processing time.Because of this processing time it is taking some time to open the next page.
If i write a script to click a button on the next coming window.script executes faster than the next page opens and TestComplete is trying to click on the button which is not loaded completely.So My script fails because of this.
I want TC to wait till next page loads completely
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010
10:56 PM
05-24-2010
10:56 PM
Hi Siddhardha,
Thank you for the clarification about the type of the application. You need to find a sign that says that a page is loaded and wait for this sign in your tests. Depending on the application behavior, this can be a button's activation, a status bar message, an object's color change, etc. Please find some information that can be useful in your case in the Waiting for a Process or Window Activation and Waiting for Object State Changes help topics.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010
11:52 PM
05-24-2010
11:52 PM
Thanks for your quick response.I have another question
My TestComplete is not detecting Flash objects(Like FlashButtons...etc)
For this i have added "MacromediaFlashPlayerActiveX" in
Tools -- >DefaultProjectProperties -- > Project --> OpenApplications --> MSAA
But this doesnot solve my problem
How to detect these Flash Objects?
My TestComplete is not detecting Flash objects(Like FlashButtons...etc)
For this i have added "MacromediaFlashPlayerActiveX" in
Tools -- >DefaultProjectProperties -- > Project --> OpenApplications --> MSAA
But this doesnot solve my problem
How to detect these Flash Objects?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2010
01:08 AM
05-25-2010
01:08 AM
Hi Siddhardha,
Check whether your application is working in windowless mode. More information can be found in the Preparing Flash Applications for Testing help topic.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
