A dialog is diplays " Transaction 254689 has been
successfully completed" How to get the transaction ID from
the message ?
Answer Posted / tester
Get the message using GetROproperty.then use spit function
suppose
var1="Transaction 254689 has been successfully completed"
spl=split(var1," ")
msgbox spl(1)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
terminal services client
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Explain the benefits of quick test pro(qtp)?
can anyone tell me from where i can download qtp demo or crack version
What is method name to compare two XML files.
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
When ‘option explicit’ keyword is used in qtp?
How u will do versioning in QTP?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
What is the virtual object?
What are the ways you can synchronize?
What are the 3 main stages involved in testing with qtp?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How to handle the exceptions using recovery secnario manager in quicktest professional?