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 / sri
Hi Friends, Pls check this answer:
s= "raju want married"
d="want"
x= split (s," ")
if Instr(d,x(1))<> 0 then
msgbox "Passed"
else
msgbox "Failed"
End If
Thanks,
Sri
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many add-ins comes by default with quicktest professional (qtp)?
hi nani my doubt is how does qtp process metrix related to software process.
Explain measuring transaction.
How many types of parameters are available in quicktest professional?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Approach for Installation,comaptibility,system testing
what is vmodel?advantages and disadvantages of vmodel?
What is the Difference between test object and run time object?
when will you do debug your script? and explain that process?
Why we load add-ins in qtp?
In what occasion we can specify global sheet and action sheet?
Write a QTP script to enter a keyword in to Google search engine?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What will be happen if i load object repository at run time, but it has already associated.
Which environments are supported by hp qtp?