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 / akshar jain
just assign that entire string to a variable & use either
instr or strcomp thats it
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Should have experience in framework means?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Explain the Different types of QTP test assets and their extensions?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is the difference between local and shared object repository in qtp?
What are the types of properties that quick test learns while recording?
UFT 12.02 which ALM version will support
What is synchronization point in QTP?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
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 kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How you can decide which type of object repository you have to use?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Connect to QC using AOM.