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 / naina
C = "QTP IS A POWERFULL TOOL FOR AUTOMATION"
msgbox Instr(1,c,"POWERFULL")
The result will be 10 , which is the position of the first
occurrence of the string POWERFULL
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
how u will evaluate the tool for test automation?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Explain qtp(quick test professional)?
wt is the use of multiple questions in QTP
What is the difference between byref and byval in qtp?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Explain the use of action split in qtp?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Explain how Selenium is different from UFT?
What is the architecture of your project? Can any one answer for this question plz........
What is the difference between call to existing action and copy of an action?