hi in QTP 8.2 in the edit box has text like "raju want
married" . i want to check "want" is their in the text
or not ?
Answer Posted / mahesh_sqa
var="Raju want to marry"
var1=InStr(1,var,"want")
if var1>0 then
MsgBox "String Exists"
Else
MsgBox "Doesn't Exists the String"
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to do call a output parameter from one action to another action??/
how to do the batch testing in test director using manual testing procedure?
How do you perform Regreession Testing?
What are the challenges you faced during you entire life automation ?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What is the difference between shared and local object repository?
What is clean sweep?
How QTP support all types of applications (platforms)?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the automation metrice in your project?
How to define array in qtp?
What are some test assets and related extensions of qtp?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
how will you load the test cases in ddt?