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 |
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
Tell me one scenario, the complex functionality you have automated in your project?
w is output value
What is the function of Filter in QC . give with a real time example.
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
How to retrieve alpha bate from the alphanumeric string with special character.
how can i pass parameters into function?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Where the text version of script file located in file system?
how can we know the program is testing by multiple test data in data driven frame work?
How to Creating an Output Value using QTP?