write a qtp code to display all the items in the fly from
combo box or list box

Answer Posted / pramija

n= window("flight reservation").WinComboBox("Fly
From:").GetContent
print (n)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain hybrid framework with advantages and disadvantages?

543


How many ways is to parameterize the value?

619


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1579


How qtp identifies objects?

570


How many types of trigger events are there in qtp?

551






Hi All, How to get repeated word in string . Thanks Balaji

941


Explain in brief about the quicktest professional automation object model?

517


Hoe can we do retesting using functions please give the code for it using login page

1567


How qtp recognizes the object?

671


How to check feasibility of the appliction?in automation testing?

1474


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3273


Name the different types of recording modes?

578


Brief the process of testing with UFT?

636


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1637


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

2409