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


Please Help Members By Posting Answers For Below Questions

after click on compose mail how can we attached a file in qtp with vbscript code

1847


Hi ,Can any one pleas explain how to test splash objects using QTP?

2104


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

1675


hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

2091


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

805






if our qtp vb Script may be Currepted then What we want do?

1662


How does qtp recognize objects in aut?

763


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

1917


Can you brief the hurdles you faced during Automation testing?

767


How does quicktest professional (qtp) identifies the object in the application?

747


what testplan contents and what test strategy contents,what is the diff b/w them

1839


How to find the name of the machine where you are running your automation scripts in qtp?

725


Explain about Test Fusion Report of QTP?

796


hi nani my doubt is how does qtp process metrix related to software process.

1738


Explain how Does Run time data (Parameterization) is handled in QTP?

740