Answer Posted / nanda
Kiran is correct..here TO means Test Object and RO means
Runtime Object.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different types of functions available in qtp and explain ?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How do we handle run-time errors?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Diff b/w test scenario's and test Procedures?
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?
Which scripting language used by quicktest professional (qtp)?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What are the types of object repository in qtp?
What is meant by Output Value in UFT?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How to use debug tools?
By using QTP can we record any log files written by the application which is in execution?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!