How can i select multiple values from drop down list using
vb script in qtp?
and wt is the script for clicking msg box box automatically
with a specific time.
Thanks in advance...Kalyani.
Answer Posted / bhargavi
Set x =CreateObject(”WScript.Shell”)
x.Popup “message content”, 5, “msg header”, (0+48)
the above code will close the msgbox after 5sec
but where as selecting multiple items in a list box i never
tried it
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is the use of text output value in quicktest professional (qtp)?
Explain features of the latest version of qtp/ uft 12.1?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Where is the Bitmap checkpoint information stored?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
write a script to verify the image path(src property) of the images which are in web pages.
When you open QTP, how many sheets you can see?
Describe function procedure in vbscript.
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
How to use actions in qtp ?
What is the file extension of the code file in qtp?