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 / 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 |
give me the code to save all messages of inbox of gmail into a folder and notepad
Please clarify Automation and QTP both(names) are same or diff?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is the latest version of qtp?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
what is the hierarchy to use properties in descriptive programming
What is the function of Filter in QC . give with a real time example.
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
how u write vb script in qtp pls give me some basic script and some material
32 Answers Datamatics, UHG, Winit,
what is Compile Module in QTP? what exactly it contains Functions or Actions?