How can I find out whether a word in a string is existed or
not
for example
"QTP IS A POWERFULL TOOL FOR AUTOMATION"
How can i find out whether "powerfull" is existed in the
above string or not
Could anyone answer it?
Answer Posted / prasoona
s="QTP IS A POWERFULL TOOL FOR AUTOMATION"
ss="powerfull"
If Instr(1,s,ss,vbTextCompare)<> 0 Then
msgbox ss&" exist in " &s
Else
msgbox ss&" is not exist in " &s
End If
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Difference between test object and run time object?
What are the benefits of quick test pro(qtp)?
Hi All, How to get repeated word in string . Thanks Balaji
What are the technics follow in writing VB script?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What is the process of synchronizing qtp and aut?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How can you give wait up to 10 seconds in qtp?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
banking domain description for software tester for interview
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?