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 the test object?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
Explain the new feature of UFT regarding the export of test results?
Types of properties that Quick Test learns while recording?
write the vb script for call to new action in qtp?
Give me exact application where we should use low level recording?
after initiating one project for testing, when exacltly QTP tester role starts?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer
How qtp recognizes the object?
What is the difference between Systemutil.run and Navigate.
How to launch application under test through VBscript without using systemutil.run or invokeapplication?