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 / 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 |
explain abt dyanamic changing object with example?
Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this
What is the use of ordinal identifier in qtp?
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is a reusable action?
how can we compare descriptive programing with a regular expression
How can I replace all the text from the QTP script with some other text.
How to "Turn Off" QTP results after running a Script?
How do we create and run the scripts with out using O.R. ?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Through array we can execute the testcase how ? give me example