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
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How to handle the exceptions using recovery secnario manager in quicktest professional?
What is use of object spy?
How to recognise the webelement and verifying that webelement is enabled?
What is the Difference between copy to action and call to action?
explain abt dyanamic changing object with example?
What is the use of running the scripts in Hidden-mode in UFT?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Explain how you can find the absolute value of the number in qtp?
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
How does qtp recognize objects in aut?
Key word driven framework
hou can we use vb script in qtp could u tell me breafly
what is clean sweep?
What is an optional step in qtp ?