How do you find out whether the string is Numeric or Alpha
numenric.Suppose..'QTP is an automation testing tool 12345'
How should I know it is alphanumeric.Can any one please
write the code for this
Answer Posted / ashish sharma
str = "QTP is an automation testing tool "
Dim ianRegEx
Set ianRegEx = New RegExp
ianRegEx.Pattern = "[a-z]+[\s]*[0-9]+"
ianRegEx.Global = True
ianRegEx.IgnoreCase = True
msgbox ianRegEx.Test(str)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
How to modify the text checkpoint?
How to add synchronisation points in qtp?
What are the different types of checkpoints?
What is QTP scenario.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
breef description of batch testing ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Which environments does qtp support?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
If object is not recognized by qtp but the object is standard object what is your approach?
What is the extension of the recovery scenario file in qtp?