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 different kinds of test steps?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What test you perform mostly? Regression or retesting in your testing process?
how to download mercury qtp9.2 ny internet ?
how will load the object during runtime?
Get the count of files of similar types from a folder.
Give the syntax to import/export xls into qtp.
How to call a test from another test?
What are the recording modes in qtp?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
What is action split and the purpose of using this in qtp?
Have you used xml check point in your project? How?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What are the common defects found in your project? (in qtp interview)