A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?
Answer Posted / mdbasha7862@gmail.com
Try with 'MID Function'
var2="Transaction 254689 has been successfully completed"
midfun=mid(var2,12,6)
msgbox (midfun)
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to create Reusable and Multiple Actions?
How can you handle exceptions in qtp?
Explain building blocks of the bpt framework ?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to handle the exceptions using recovery secnario manager in quicktest professional?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
What is expert view and keyword view?
what type of run time errors you get while you ar edoing rpg program?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How can you identify the browser and its information using the qtp script?
How does QTP identify an object?