Give a comment on Regular Expressions using QTP?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
what is the difference between window command and dialog command
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
What are the different types of functions available in qtp and explain ?
How to connect to oracle(sqlserver) database to QTP
How to make Non reusable actions into reusable action? is that feature available in QTP
How to Start recording using QTP?
4. what is the use of Text output value in Qtp?
what will be there in keyword view and expert view?
What is Port testing. Whhen will you perform?