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
What are the types of properties that quick test learns while recording?
What are some test assets and related extensions of qtp?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
How to get popup error message.
how to download mercury qtp9.2 ny internet ?
How you can decide which type of object repository you have to use?
Describe function procedure in vbscript.
What is the difference between call to existing action and copy of an action?
What is the registration process and examination fees?
what is the hierarchy to use properties in descriptive programming
Mention the different actions types of qtp.
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Explain the difference between data driven testing and parameterization ?
Explain quicktest professional testing process?
What is keyword driven framework?