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
The hybrid framework can be implemented for any application. Is it true?
What is the Difference between test object and run time object?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
For which type of project the iterative model is suitable?
Analyzing the checpoint results?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Explain types of output values?
Explain how you can find length of array in qtp?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Explain the qtp test phases.
Explain the Different types of QTP test assets and their extensions?
How can you pass value one action to another action?
How to use parameterization in qtp?
Explain types of descriptive programming?
Which functionalities of QTP used in banking project? pls any say answer?