What is an Regular expression doing in VBScript?Tell the
pattern for the email verification.
Answer Posted / reg
Regular expressions enable QuickTest to identify objects
and text strings with varying values.
MyEmail="My_Name01@gmail.com"
Set regEx=new RegExp
regEx.Pattern="^[a-zA-Z][\w\.]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-
]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$"
isValid=regEx.Test(MyEmail)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is difference between run time object and test object?
What is clean sweep?
What is qtp window?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What are the features supported by UFT?
What are the advantages of qtp?
Explain object spy in qtp.
What are the main differences of qtp and win runner?
Shall we add Local Repository to shared object repository,if yes,how we add
How QTP identify the system time that's changes every seconds?
What is the descriptive programming?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the two types of repositories available, explain them?