Answer Posted / gayathrin
The InStr function returns the position of the first
occurrence of one string within another.
Example :
dim txt,pos
txt="This is a beautiful day!"
pos=InStr(txt,"his")
document.write(pos)
Output :
2
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
write script for bitmap image?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is the default object synchronization timeout in qtp?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Explain the difference between data driven testing and parameterization ?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Tell some commonly used Excel VBA functions?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
What is checking bitmaps?
How you can delete excel file in qtp?
what r the main attributes of test automation?
Limitations in QTP?
Explain the types of object repositorys in qtp?