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 In-string function will do?
What is the difference between QTP 8.2 and QTP 9.2
How do client side image and server side image work?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
How to find duplicates in an array and remove them efficiently?
Explain the differences between table and db checkpoints?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
How to create frame work for qtp?
1 Answers Bank Of America, Polaris,
how we will use output values in qtp? is there any possibulity by descriptive programming?
What is User defined function in QTP
i have string "I LIKE INDIA"..how to i get LIKE from the sting..