What is an Regular expression doing in VBScript?Tell the
pattern for the email verification.
Answer / 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 |
can we call a test in another test? how? explain with one example?
What the differences are and best practical application of each.
what is the framework followed by ur company in qtp
In QTP how to interact tool and application build?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How to change the run-time value of a property for an object?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
What is Object Spy in QTP?
What are the details steps to connect a remote mysql database in QTP
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.