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"



Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. Us..

Answer / 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

More QTP Interview Questions

what is the hierachy of Descreptive programming?

3 Answers   Fiserv,


QTP supports both client server and Web applications. Does it support Plug-in?

0 Answers  


Any limitation to XML Checkpoints?

1 Answers  


Synchronozation types in QTP

11 Answers  


how u test a frame in a web page using QTP?

1 Answers   Accenture, IBM,






what is stlc and its contents?

1 Answers  


What does ".mst" stands for? (abc.mst)

3 Answers   Infosys,


What is FRAME WORK? How many Frameworks can QTP supports?

4 Answers  


How to find the length of the string in qtp?

0 Answers  


Does the Existing reusable action can be modified at the time of calling the action?? Please help me..

2 Answers  


What is ‘object spy’ and what is the function of object spy in qtp?

0 Answers  


Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks

3 Answers  


Categories