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


Please Help Members By Posting Answers For Below Questions

Should have experience in framework means?

1409


How to use reporter.report event in qtp ?

543


Does quicktest professional (qtp) is unicode compatible?

530


How to give a call to another action from one action?

616


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1613






What is the default object synchronization timeout in qtp?

631


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1349


How you can replace string in qtp?

566


What are output values and why they are used ?

616


What is the syntax to call one action in another?

540


How do you check ticket cost and ticket number in flight application?

576


How to recognise the webelement and verifying that webelement is enabled?

1630


Explain object spy in qtp.

579


What are the technologies supported by qtp?

552


What is the difference between keyword view and expert view?

595