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 |
What is file database?
How to import excel sheet to QC?
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
Hi ,Can any one pleas explain how to test splash objects using QTP?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
What is a checkpoint? How many check points are there in qtp?
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
Problem with XML checkpoint in QTP ?
if we made any changes in shared object repository how it reflects of others like our team members?
What is the syntax for how to call one script from another?
How to handle dynamic objects in quicktest professional?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?