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
Exact Answare Replay me if possible on no1lmahesh@krify.com
var="raju want married"
var1=InStr(1,var,"want")
MsgBox var1
var2=Mid(var,var1)
MsgBox var2
var3=Left(var1,4)
MsgBox var3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
please any one can explain the keyword driven framework. with gmail example.
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Is it possible to change the property value at runtime? How it is possible?
What is Port testing. Whhen will you perform?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Can you write a script to check if the folder exists or not?
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
how to explain a claims and insurance project?
Describe synchronization point.
any body can you help me what is the script to automate an comand promt
Differences between text and test area checkpoints?
What is the XML file architecture ?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?