A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?
Answer Posted / mdbasha7862@gmail.com
Try with 'MID Function'
var2="Transaction 254689 has been successfully completed"
midfun=mid(var2,12,6)
msgbox (midfun)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is keyword driven testing in qtp?n how is it useful?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What are the views available in qtp?
What are main panes available in qtp test browser?
What phases are involved in testing an application in qtp?
How did you resolve conflicts present in Object Repository?
assume i have few url link how will i dynamically call then using descriptive programming?
What are the factors on which script execution time is dependent?
How to create runtime property for an object?
Explain calling sub procedure.
What is qtpro? What is quick test pro? What is a quick test professional?
How qtp identifies objects?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is Cross browser testing? Does UFT support it?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?