What is Regular Expressions?
Answers were Sorted based on User's Feedback
Answer / devananad
Regular expressions enable QuickTest to identify objects and
text strings with varying values. You can use regular
expressions when:
* defining the property values of an object in dialog
boxes or in programmatic descriptions
* parameterizing a step
* creating checkpoints with varying values
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagadish
basically window name and object name dynamically changing
then you go for regualr experssions.
symbal:.*
ex: browser("name:=.*").page("title:=.*)
| Is This Answer Correct ? | 0 Yes | 0 No |
Where we can use the analog mode and where we can use the low – level mode?
What are the different types of recording modes?
What is quick test pro?
Have you faced any problems with object repository?
How to execute a WinRunner Script in QTP?
How cookies can be tested in QTP?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Can anybody send me the code to get the RO property of the active screen in QTP while running?
How will you test a keyboard?
we have 10 automation scripts. how to call them from one main script.