If an application name is changing frequently i.e while
recording it has name “Window1” and then while running
its “Windows2” in this case how does QTP handle?
Answer Posted / siva
Best one is regular expression.Regular expression can
easily identifies the objects with dynamic values during
run-time.
1. Go to Object Repository.
2. Select the particular object in the left side and
double click on the property value("Name of the window")
3.Click on regular Expression check box and set as 'window
[0-9]*
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
images are dynamically changes how to compare two images with out using the bitmap
How can you close the second opened browser?
How do you know the location Id of an object if you know its index id?
What is the difference between call to existing action and copy of an action?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
why text area checkpoints cannot used for web applications
Explain QTP using different development techniques ?
How to run a test using quicktest professional?
Describe how Smart Identification is used
What is the difference between analog and low level recording?
Where is the Bitmap checkpoint information stored?
Have you used xml check point in your project? How?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is method name to compare two XML files.