What is the use of Regular expression?
Answers were Sorted based on User's Feedback
Answer / guest
R.E are used to identify objects or a string with varying
values.
Use while defining the properties of an object,when
creating checkponts with varying values....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / b.v.rao
During the execution if atall the QTP is unable to identify
the objects due to the regular changes in its properties
values then to overcome this situation the solution
provided by the QTP is regular expression.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naren
By using RE we can instruct QTP not to consider values of
an object but only consider the format.
ex:if u r testing a date field with different values then
QTP consider only date format not changing dates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rambabu-hyd&banga
depends on events our application objects (or)windows
lables are varying .To create datadriven test on this type
of objects and window Test Engineers are inserting regular
expression in corresponding gui map entry.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishna
If property value have any special character while executing, QTP throw object identification error , To avoid this error we use regular expression concept here double click on that property value , then RE window open, then edit the value name, put the ""before the special character and check the RE checkbox . Then Run the script QTP will identify the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
What are the types of environment variables in qtp?
what the difference between shared repository and per action repository?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is accessibility check point?
what is reusable action and how the same can be implemented (process)?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
what are the different types of framesworks in QTP?what is the keyword driven framework?
When a requirement is given to u to automate , What is ur basic approach ?
can u explain relative path architecture framework in qtp?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?