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
after click on compose mail how can we attached a file in qtp with vbscript code
Hi ,Can any one pleas explain how to test splash objects using QTP?
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
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
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
if our qtp vb Script may be Currepted then What we want do?
How does qtp recognize objects in aut?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Can you brief the hurdles you faced during Automation testing?
How does quicktest professional (qtp) identifies the object in the application?
what testplan contents and what test strategy contents,what is the diff b/w them
How to find the name of the machine where you are running your automation scripts in qtp?
Explain about Test Fusion Report of QTP?
hi nani my doubt is how does qtp process metrix related to software process.
Explain how Does Run time data (Parameterization) is handled in QTP?