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

Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.

783


How to handle the exceptions using recovery secnario manager in quicktest professional?

816


What is use of object spy?

765


How to recognise the webelement and verifying that webelement is enabled?

1801


What is the Difference between copy to action and call to action?

743






explain abt dyanamic changing object with example?

2030


What is the use of running the scripts in Hidden-mode in UFT?

859


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1595


Explain how you can find the absolute value of the number in qtp?

785


if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

24562


How does qtp recognize objects in aut?

731


Key word driven framework

1854


hou can we use vb script in qtp could u tell me breafly

1894


what is clean sweep?

2018


What is an optional step in qtp ?

793