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
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What is accessibility check point?
How to handle dynamic objects in quicktest professional (qtp)?
What is the extension of qtp local repository?
What are the recording modes in qtp?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
when to start the automation?
What is checkpoints for quicktest professional (qtp)?
wt is the use of multiple questions in QTP
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How to find Operating system information using QTP script?
How many ways we can parameterize data in quicktest professional?
How does you pass optional arguments in qtp?