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
What is Curd testing?
What is TOM in QTP?
How to capture a window in QTP?
Is it possible to merge two object repository files in qtp?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
If you are testing a web application then what will you test in that application?
how to post xml data from QTP scripts to any application?
Difference between action & Reusable action?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
what type of automation is follwed in the project?
Diff b/w Health care domain and Banking Domain?
What is quicktest professional (qtp)?
what is impact analysis on regression testing?
If I change the object name in one action will it be updated in all the actions? Or not?
How many types of actions are there in quicktest professional (qtp)?