where do you define the objects as regular expression when
u are using regular expressions.
Answer Posted / mintu
There are situations when the Objects in the applications
are dynamic(having dynamic properties) and QTP fails to
recognize them. Such objects should be handles using
regular expressions.
We can define the objects using regular expression either
in the Object repository or in the code itself.
Example: the login page says" Welcome Mintu" in one login
and "Welcome guest" in another login. here we see that
Mintu and guest are two dynamic values. this needs to be
handled using regular expressions. say "Welcome .*"
here .* refers to any text appearing in the application.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can any one send me the QTP Basic Coding Samples?
which type of testing process are you following in ur company? how to recognize a qtp page?
how do i know how to use tools
What are the recording modes in wave event?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How many tabs are available to view your test in a test pane and what are they?
How many tabs are available in debug viewer pane?
What are the ordinal identifiers in web page?
distinguish between old version and new version QTP features.
what is meant by source control?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain data driven framework?
Describe function procedure in vbscript.
What is keyword view?