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 |
Tell me about your project? please help me how to tell about insurance project
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
what are the environment variables,how do you use them. give an example.
what is tool interface?
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
What is the "Release Notes", what it cosists? Key components in Release Notes ?
Do you support automated testing? Why?
How to Import the data from MS-Access in QTP?
How to make arguments optional in a function?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How to work with multiple browsers when opened in the window, write the script for it
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?