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
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Explain in brief about the qtp automation object model (aom).
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is qtp window?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How did you use regular expressions in QTP and also in WR?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is the use of text output value in quicktest professional?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is synchronization? What are the ways you can synchronize?
How can you write the scripts that operate on different objects depending on run-time information?
How can I check if a environment variable exist or not?