A webPage has a ComboBox with 10 values in it.
Write a script to select 4 vales from it using CTRL key
Answer Posted / shiva
Sub ExtendSelect_Example()
'The following example uses the ExtendSelect method to sele
'Socks from a list of clothing after Jeans has already been
selected.
Browser("index").Page("Fill-Out Form_2").WebList("what-to-
wear").Select "Jeans"
Browser("index").Page("Fill-Out Form_2").WebList("what-to-
wear").ExtendSelect "Socks"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can u explain relative path architecture framework in qtp?
What are test settings and global settings?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Shall we add Local Repository to shared object repository,if yes,how we add
how u will evaluate the tool for test automation?
how to find that tools work well with ur existing system?
In qtp is it possible to check broken links of a page?
How to use actions in qtp ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
How did you use regular expressions in QTP and also in WR?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
what type of framework u r using in ur organization
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
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.