Using Regular expression method some particular value is
not present in given value. HOow do use regular expression?
Forexample password all number,character ,special character
are accepted but (_',)underscore,comma are not used. How do
write regular expression.
Answer Posted / reddy prasad
go to object repository
select password edit box
go to password properties and click on configure button or
CTrl+F11
select the regular expression check box
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do know the number of browsers opened?
When to use descriptive programming?
How the exception handling can be done using quicktest professional (qtp)?
What r the different filters in defect in quality center
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What is the standard timing delay for web based application in qtp?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
How qtp identifies objects?
Can we record using all the modes in a single script? Explanation with example is appreciated
Is virtual object supported in low level recording mode?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
How can i check items sorted or not in a weblist ? Give me the script for this...
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Who uses qtp tool?
What is a Patch in QTP?