what is the Command used to start the QTp from Run.
Answer Posted / sreeprasad
(start-> Run)
systemutil.run"path of the file"
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Your roles and responsibilities and daily tasks? (As automation tester)
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How do you capture tooltip using QTP?
How can you write the scripts that operate on different objects depending on run-time information?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How are actions and functions different in QTP?
How to get popup error message.
What are the challenges you faced during you entire life automation ?
Please guide me release notes of Automation once scripts are completed
How to do call a output parameter from one action to another action??/
How do we analyze the checkpoint results?
What is a checkpoint? How many check points are there in qtp?
Does quicktest professional is unicode compatible?
Explain about the quicktest professional (qtp) automation object model?