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
Explain about datafile/verification of date file when file is not available in local system?
In what occasion we can specify global sheet and action sheet?
We stored into the objects OR and then write the scripting
please post the interview questions for QA position in FACTSET
Explain types of output values?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
When and why to use descriptive programming?
how to download mercury qtp9.2 ny internet ?
what is the difference between built-i function and In-built function?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
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?
What environment does qtp run in?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?