How would you parameterize the text field "Country" and the
same "country" when it appears as combo field
on other page with text field city and same with City combo
field?
Answer Posted / puneet
I think the question says that , there are 2 diff combo
boxes with the same name , Now how to parametrize them ?
as far as parametrization is concerned it can be done
easily once the objects are diffrentiated .For the objects
to be diff. recognized by QTP. You can add properties to
the objects eg. index,size,hieght,width etc to difff. And
then apply any parametrization u like.
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the properties you would use for identifying a browser and page when using descriptive programming?
How many scripts did you have?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Why bpt?
How many types of object repository in qtp?
Name the properties you would use for identifying a browser and page when using descriptive programming?
how to prepared for first for the first interview?
How QTP support all types of applications (platforms)?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the methods of the TextStream object that are used for reading from a text file?
What are metrics and matrix?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
When using descriptive programming?