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...


Give a comment on Regular Expressions using QTP?

Answers were Sorted based on User's Feedback



Give a comment on Regular Expressions using QTP?..

Answer / nath .t

suppose if u want to check date field. Date field like as
mm/dd/yy. here we can use regular expression.

ex:-mm/dd/yy
here month cann't exceed 12
Date cann't exceed 31 days
yy cann't exceed present year

for this we can regular expression
[0-1][0-9]/[0-3][0-9]/07

ex:- Window is there, name of the window is window1
at first time. but at the time of testing its variate like
as window2, window3,...... at this time we can use regular
expressions.

regular expression for the above ex. is

!window*


we can give regular expression in CONSTANT VALUE
OPTIONS DIALOUGE BOX. u must enable the regular expression
option. like this way we can give regular expression.

Is This Answer Correct ?    2 Yes 0 No

Give a comment on Regular Expressions using QTP?..

Answer / thirumala reddy

Regular expression is checking the pattern rather than constant value.

when you are doing web testing the browser name is keep changing, so by using .* we can handle that.

Is This Answer Correct ?    2 Yes 0 No

Give a comment on Regular Expressions using QTP?..

Answer / ramu@sunnys

it is search string,it is used to identify the properties of
the objects that are changing in run time

Is This Answer Correct ?    0 Yes 0 No

Give a comment on Regular Expressions using QTP?..

Answer / ramu@sunnys

it is search string,it is used to identify the properties of
the objects that are changing in run time

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!

3 Answers  


how to disable the pop ups through QTP using a script

0 Answers  


how to idetfy which test cases are automated?who will deside that plz tell me

0 Answers  


How you can make an action as re-usable action?

0 Answers  


Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2

2 Answers  


Where the text version of script file located in file system?

1 Answers  


what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example

2 Answers  


What are the challenges u faced in testing with crm domain? How u overcome with?

0 Answers  


can a Function return more than one value..??? if so please give me the code for that.

5 Answers   DST Global Solutions,


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

0 Answers  


when a test case is written how u test using qtp

0 Answers   Satyam,


Is it possible to return multiple values from a function..? Then how..?

3 Answers  


Categories