A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?
Answer Posted / tester
Get the message using GetROproperty.then use spit function
suppose
var1="Transaction 254689 has been successfully completed"
spl=split(var1," ")
msgbox spl(1)
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How you can delete excel file in qtp?
Explain about the test fusion report of quicktest professional (qtp)?
Why do we use breakpoints in QTP?
hi nani my doubt is how does qtp process metrix related to software process.
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to find operating system information using the qtp script?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Explain the concept of object repository & how qtp recognizes objects?
Why to use descriptive programming?
What is Curd testing?
how to download mercury qtp9.2 ny internet ?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
diff between qtp versions from 8.5
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!