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 / anshu
I think u just need to use
INSTR() that's it.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How to do call a output parameter from one action to another action??/
QTP script is not working on other's machine..
Mention what are the different types of recording modes in qtp? Which will be used when?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
How does QTP identify an object?
What is the process of synchronizing qtp and aut?
What is the extension of the recovery scenario file in qtp?
what is the difference between built-i function and In-built function?
What is the difference between local and shared object repository in qtp?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to capture all the data of a webtable, weblist and combolist using QTP?
breef description of batch testing ?
How do I get the QTP scripts result in xml format by using vb script function?
How does you test a weblink which is changing dynamically?