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
Will down time for server and content maintenance/upgrades be allowed? how much?
What are the different types of functions available in qtp and explain ?
What contains Data Driven Framework document in qtp?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How to run a test using quicktest professional?
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
Explain different types of checkpoints?
How are actions and functions different in QTP?
Have you done batch testing in qtp? If yes how you are doing?
Who uses qtp tool?
How may types of defects identify application or your currently working application?pls give me answer..
What are the different types of recovery operation?
How does qtp identify the object in the application?
Explain measuring transaction.