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
Name the different types of recording modes?
Give the syntax to import/export xls into qtp.
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Can we record an application running on a remote machine using qtp?
Without using gui map editor we can recognize the application in winrunner ?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Is it possible to merge two object repository files in qtp?
Is text area check point supports for web applications?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What is the diff between image and bitmap check point?
Explain Descriptive Programming Types with Examples?
What is the expert view?
What is reusable action?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19