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


Please Help Members By Posting Answers For Below Questions

What are the common defects found in your project? (in qtp interview)

1619


How many add-ins comes by default with quicktest professional (qtp)?

564


For which type of projects the iterative model is not suitable?

1436


write a script to verify the image path(src property) of the images which are in web pages.

1811


What is keyword view in qtp?

554






What are the recording modes in qtp?

587


i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

1610


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1436


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

2270


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1527


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

2530


How will you test a stapler?

599


What are the data types in qtp?

669


How to attach a file to TD?

658


What are the different ways to invoke an application using QTP?

650