Hey friends i m facing a problem when i m running my script
in qtp it waits for about 5-10 secs before starting
execution why it is so can any one solve my
problem .Previously it was running fine
Answer / jay prakash
If you can tell me the first few lines of ur script may be
i can help you. I feel may be you are looking for some
windw like
if CertainWindow.Exists
than Do this
So it will wait take some time to find the window.
Other possible reasons may be the PC configuration, OS etc.
Please share the script if possible, so that we can guide
you in a better way.
Regards,
Jay Prakash
| Is This Answer Correct ? | 0 Yes | 1 No |
how can I read text in browser and export the same into text file?
What are the technologies supported by qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
How to load an object to a object repository at RUN TIME ?
write script for bitmap image?
In website, protocol has been changed http:to https what you will do? tell me your approach?
IS standard check point is very important than the other check points in QTP? If so why?
What are the types of Object Repositories in QTP?
Have you used TD?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks