This is Ajay i have few douts if anybody know pls give me
reply.
1. i have opend 2 gmails i am working with 1 gmail i want
to close other gmail by usig script.
2.i have 10 links in a page all of them have same
properties& names i want to click on 5link by using script.
3.i have one combobox in that i want to see all the
citynames in the combobox and i have to check weather
hyderabad is present or not.
4. size of objectrepository.
5.what r problems we get during writing the script.
6.is it possible to compare to excel sheets in qtp if
possible wht is the script.
7.example for lowlevelrecording
Answer Posted / amarendra kothuru
Small change in Answer for third question
3).i have one combobox in that i want to see all the
citynames in the combobox and i have to check weather
hyderabad is present or not.
Ans: The below code that will verify whether the Item exist
in the combobox or not. i.e. the given city Hyderabad exist
in the CityList combobox or not.
CityName = "Hyderabad"
Result = 0
all_items = Browser("Cities").Page("Cities").WebList
("CityList").GetROProperty("all items")
For Each aitem In all_items
If aitem = CityName Then
Reporter.ReportEvent micPass, "City is
Found
in the List", "Passed"
Result = 1
Exit For
End If
Next
If Result = 0 Then
Reporter.ReportEvent micFail, "City is not Found in
the
List", "Failed"
End If
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to idetfy which test cases are automated?who will deside that plz tell me
How will you handle java tree in qtp?
What is regular expression?
What is the process of synchronizing qtp and aut?
can u please explain what is the exact difference between qtp8.2 and 9.0
What are the different types of checkpoints?
Analyzing the checpoint results?
How to use checkpoints in qtp ?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Is it possible to switch between recording modes during a test creation?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How software automation specialist enter steps in the Expert View?
what is the difference btn risks & Therads in the Test plan documentation?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is the use of an object spy tool in qtp?