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.
Answers were Sorted based on User's Feedback
Answer / sasmita
object.ExtendSelect Item -> This you can use to select
multiple items from a drop down list.
Ex:
'The following example uses the ExtendSelect method to
select multiple, non-consecutive items in a list.
Browser("FastFoodHaven").Page("KidsMeals").JavaApplet
("Foodlist").JavaList("Entrees").Select "Hamburger"
Browser("FastFoodHaven").Page("KidsMeals").JavaApplet
("Foodlist").JavaList
("Entrees").ExtendSelect "ChickenSandwich"
Browser("FastFoodHaven").Page("KidsMeals").JavaApplet
("Foodlist").JavaList("Entrees").ExtendSelect "HotDog"
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / 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 |
Could any one suggest web site links to learning VB Script for QTP purpose??
IS standard check point is very important than the other check points in QTP? If so why?
what is clean sweep?
how to find that tools work well with ur existing system?
does automation replace manual testing?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
What is the difference between action & script?
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
what is check point?
What is Data driven Testing Frame work.Anybody can expain it in Detail.. Pls anybody can give the answer.. Thanks in advance...
Tell me few important difference Between QTP and WinRunner?