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
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Explain types of descriptive programming?
Which recording modes need more memory?
How to run a test using quicktest professional (qtp)?
What are the general steps involved in the data driven framework?
How may types of defects identify application or your currently working application?pls give me answer..
Both static and dynamic arrays are handled by the vb script. Is it true?
why should we give deliver good quality software?
What are the views available in quicktest professional?
How to test fly out menu in qtp?
Explain quicktest professional testing process?
How do you know the location Id of an object if you know its index id?
in a web page How to check and display a particular word from a paragraph?
When to use shared and local object repository?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this