Hi,
I have weblist which contains the data like Design
change,admin edit and cost saving etc.. User doesn't know
the values existed in weblist. Now the user has to select
the right value from the list otherwise the test will fail.
Pls help me "To select the correct value from the list"
Answer Posted / kashinath hajare
Hi,
Suppose you have Weblist which
contains "English", "Marathi","Hindi" options and you want
to check this options and select "English from it. please
check following code for the same.
Dim sValue
sValue=Browser("xyz").Page("abc").WebList
("wblLanguage").GetROProperty("all items")
msgbox sValue
If InStr(Browser("xyz").Page("abc").WebList
("wblLanguage").GetROProperty("all items"),"English")=
False Then
Reporter.ReportEvent micFail, "Check Fields on
Compose page","The Dropdown list doesn't contain English
item"
msgbox "Fail"
Else
msgbox "Pass"
Browser("xyz").Page("abc").WebList
("wblLanguage").Select "English"
End If
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When to use shared and local object repository?
who QTP recognizes the object stored in object repository?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
assume i have few url link how will i dynamically call then using descriptive programming?
How many scripts did you have?
What is test object?
Define virtual object?
How do we handle run-time errors?
Whats the realtime QTP testing process
How to modify object property in qtp ?
Explain data driven framework?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is Distributed testing? How does UFT support it?
Object repositories types, which and when to use?
How you can find the absolute value of the number in qtp?