A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?

Answer Posted / pravati

x="Transaction 254689 has been successfully completed"
for i=1 to len(x)
y=mid(x,i,1)
if isnumeric(y) then
z=z & y
end if
next
msgbox z

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is keyword view in qtp?

554


regular expression in qtp standar check point for months from accepting months from january to december only

1475


Without using gui map editor we can recognize the application in winrunner ?

607


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1326


Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you

1445






what type of run time errors you get while you ar edoing rpg program?

1513


i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

3496


Which functionalities of QTP used in banking project?

1929


What is the synchronization point in qtp?

563


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

1657


What is the significance of “action 0” in qtp?

572


How can I import environment from a file on disk?

538


What is checkpoints for quicktest professional (qtp)?

579


Does QTP run in any environment?

614


I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all

1524