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 the synchronization point in qtp?
how to do regression testing in qtp? plz give ans with examples
What is a data driven test in qtp?
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
In qtp, explain what is qrs file?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Tell me one scenario, the complex functionality you have automated in your project?
What are the types of data tables in qtp?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
How you can find length of array in qtp?
What is test harness?