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
Why do we use breakpoints in QTP?
Plz Explain AUTOMATION REFERENCE MODEL?
Explain the difference between check point and output value?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
What is the difference between call to existing action and copy of an action?
What is object spy in quicktest professional (qtp)?
Have you used xml check point in your project?
Why we load add-ins in qtp?
If I change the object name in one action will it be updated in all the actions? Or not?
can test automation improve test effectiveness?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
what is run-time data?
What is ObjectParamater?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
We stored into the objects OR and then write the scripting