How i can use Regular expression in QTP?give detailed steps
for it.
Answers were Sorted based on User's Feedback
Answer / sailaja
There will be some objects whose properties will be changing
dynamically during the runtime .Qtp fails to recognise such
objects due to the mismatch of their properties.In such
cases we go to Repository and replace the selected
properties with .*
| Is This Answer Correct ? | 3 Yes | 0 No |
Regular expression is used to check the pattern instead of checking constant values.
For browser u have to use .* method
and for date functions we have to use some more methods
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain how qtp identifies object?
Plz explain about Virtual object? What is the situation u r using , explain with example?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
Explain about datafile/verification of date file when file is not available in local system?
how do you do database testing in qtp
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
Does QTP run in any environment?
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What are the types of object repository in qtp?
if we made any changes in shared object repository how it reflects of others like our team members?