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 |
How to check and display a particular word from a paragraph?
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
What are the Test design techniques you uses in ur project?
how can you write a script without using GUI in QTP?
Why use Regular Expressions?
How to save your test using quicktest professional (qtp)?
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
How can you quit from Action.
w is time parameter
How many types of recording modes in qtp? Which will be used when?
HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.