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 |
what is delay in QTP?
What is standalone database?
what type of test cases tou will automate?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
What is the present version of the VB Script we are using
What is the entry and exit point of automation testing
Can we call a parameter from an action to other action?
What is the use of low level recording? How does it useful?
Explain the differences between table and db checkpoints?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How software automation specialist enter steps in the Expert View?
How can we write script for a .net application in QTP? Can we use VB Script for .net application.