Can we set a timeout for the msgbox.I want the msgbox to
disappear after 2 seconds during the script execution
without clicking on the OK button manually.
Answer Posted / sreekanth chilam
Check it out with the below code & this will be the answer
for ur question..
Dim x, y
Set x =CreateObject("WScript.Shell")
y=x.Popup("Do you feel alright?",2,"Answer This Question:",
4 + 32)
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
how to prepared for first for the first interview?
what is run action?
What is the difference between the design-time and run-time data tables?
What is quicktest professional (qtp)?
Generic function to search for the unique link in webtable and click on it
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
how many maximum number of virtual users we can create?
Explain the types of object repositorys in qtp?
How to export quicktest professional (qtp) results to an .xls file?
How to import a test case present in ".xls" file to TD under a Test set?