hi in QTP 8.2 in the edit box has text like "raju want
married" . i want to check "want" is their in the text
or not ?
Answer Posted / mahesh_sqa
var="Raju want to marry"
var1=InStr(1,var,"want")
if var1>0 then
MsgBox "String Exists"
Else
MsgBox "Doesn't Exists the String"
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is quicktest professional?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to save your test using quicktest professional?
How to creating an output value using quicktest professional (qtp)?
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?”
How you know that a test case is a regression test case
what could go wrong with test automation?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
What are the different types of recording modes in qtp? Which will be used when?
what is output value in QTP and how it can be used in automation testing