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 |
How can we redirect QTP results in to a excel sheet after the execution
What is the limitations of BVA?
How do you change Logical Name of the object in test script?
What is the use of sendkeys and what are send keys
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
What all challenges you have faced during automation and how you have resolved it?
Explain abt the File System Object in QTP with ex
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What the differences are and best practical application of each.
How to export quicktest professional results to an .xls file?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script