Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


where do you define the objects as regular expression when
u are using regular expressions.

Answers were Sorted based on User's Feedback



where do you define the objects as regular expression when u are using regular expressions...

Answer / 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

where do you define the objects as regular expression when u are using regular expressions...

Answer / rahul

You can use regular expressions when :
Defining the property values of an object.
Prameterize a step.
creating checkpoints with varying values.

For example,if a window titlebar's name change according to
file name,you can use a regular expression to identify a
window whose titlebar has the specific product
name,followed by HYPHEN,and then any other text.

Is This Answer Correct ?    1 Yes 0 No

where do you define the objects as regular expression when u are using regular expressions...

Answer / devi

Regular Expressions: -
When ever the QTP is unable to identify the objects due
to the regular changes in the objects properties values
dynamically during the execution then to overcome this
problem one need to replace the corresponding property value
in the object repository with a suitable regular expression

Navigation:
• Open the object repository
• Select the desired object in the object hierarchy
• Select the desired property in the properties list
• Click on the constant value options button
• Replace the constant value with suitable regular expression
• Select the check box regular expression
• Click on ok
• Click on ok

Is This Answer Correct ?    0 Yes 0 No

where do you define the objects as regular expression when u are using regular expressions...

Answer / ram polavarapu

if the object properties are changing dynamically then will
go for regular expressions
ex->inbox(19)
mails are not static so we have to use the regular expression

inbox\s\(\d*\)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How do client side image and server side image work?

0 Answers  


I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?

5 Answers   AZTEC,


Synchronozation types in QTP

11 Answers  


What are the methods of the TextStream object that are used for reading from a text file?

0 Answers  


How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)

1 Answers  


what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.

1 Answers  


How many types of Actions are there in QTP?

6 Answers   Wells Fargo,


How did you achieve reusability via QTP?

1 Answers  


What is object & properties (in QTP)

5 Answers   Ordain Solutions,


What is the concept of firewalls?

2 Answers   CTS,


what are the limitations of automation testing?

2 Answers   TCS,


how to retrieve the xml file data through qtp. can anybody send script for this..

3 Answers   Synechron,


Categories