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 to handle the exceptions using the recovery scenario manager in qtp?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
write a script to verify the image path(src property) of the images which are in web pages.
What is quicktest professional?
How to replay a script in qtp?
What is the Command used to start the QTP
Explain the new feature of UFT regarding the export of test results?
HOw to add the recovery file at runtime to the test file .
what are the utilities and drivers
desribe a situation where u faced a stressful situation and how did u cope with it
how to find that tools work well with ur existing system?
How you can make an action as re-usable action?
What do you mean by checkpoints in qtp?
How to give a call to another action from one action?