How can i select multiple items from a WebList bOX USING QTP
Answer Posted / bhavya
' Check if multiple items exist in
listbox, IF yes, then select those ELSE report error
Dim AppList ,Obj
AppList = ListApplicationsToSelect()
Set Obj = Browser("SMART").Page("Add User").WebList
("seiApp")
ItemSelected = SelectMultipleListItems
("SEI_Applications", Obj, AppList)
SelectMultipleListItems(
If ItemSelected <> "PASS" Then
AddUserInfo_Page1 = ItemSelected
'Exit function
end if
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How to handle the exceptions using the recovery scenario manager in qtp?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How will you check a web application for broken links using qtp?
what is meant by source control?
wht type of User defined functions or Java Releated functions do we write in VB scripting
how will you load the test cases in ddt?
what is defenetion of kiran can u tell me plz CVS, SVN
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What is clean sweep?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How smart identification works in qtp ?
what is command for executing files?
When to use descriptive programming?