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


Please Help Members By Posting Answers For Below Questions

How to call a test from another test?

686


What is quicktest professional (qtp)?

568


What are the different kinds of test steps?

577


To which environments does quicktest professional (qtp) supports?

593


how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0

1484






What is checking bitmaps?

556


What is debugging? How you debug your script?

612


how will load the object during runtime?

1588


How to handle the exceptions using the recovery scenario manager in qtp?

573


How QA specialist can identify when programmatic descriptions are useful?

1974


what is test scheduleling?

2019


What is the short cut keys for the following?

650


how can i pass a "cript"as a parameter in to a function

1462


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1561


Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji

1379