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
What are the types of properties that quick test learns while recording?
what is output value in QTP and how it can be used in automation testing
What is synchronization? What are the ways you can synchronize?
What is test object model in quicktest professional (qtp)?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What is different command used in command Prompt while using QTP?
Is it possible to switch between recording modes during a test creation?
How to carry out bit map check points in QTP
How to Test the mainframe application?
What is the pros and cons between QTP and Rational Robot
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Tell me about qtp?
Explain data driven framework?
What is the difference in the global and action sheet in qtp?