A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?
Answer Posted / lakshmi
Capture the text into a variable by using GETROPROPERTY.
So now
Str="Transaction 254689 has been successfully completed"
Arr=Split(Str," ")
for i=0 to ubound(Arr)
if IsNumeric(Arr(i))=true then
Msgbox "Transaction ID is "& Arr(i)
End if
Next
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to handle Java tree in QTP?
What are the different kinds of test steps?
What are the ways you can synchronize?
Can you list some technologies that support qtp?
what type of automation is follwed in the project?
What are the views available in quicktest professional?
What are the advantages of parameterization ?
Is any limitation to xml checkpoints?
How software automation specialist enter steps in the Expert View?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Can any one send me the QTP Basic Coding Samples?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What is parameter in qtp?
How to find operating system information using the qtp script?