After the execution of a script how do u upload the results
to Quality Center. Pls anyone explain in detail. It is
very urgent._______Thanks a lot!!
Answer Posted / umang mehta
You need to firat setup a connection with QC from QTP. For
this there will be a small green coloured icon on the
toolbar. Click on that and then u will have to specify the
entire server addrress where QC is installed. Once this
setup is doe you can run your scripts from QC itself and
collate the results there itself.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Explain about datafile/verification of date file when file is not available in local system?
How to find the path of folder in which the test is saved in qtp?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the types of object repositories? Which one is you are using?
Can anybody post some real time scenario in qtp? please its very urgent.
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain the qtp test phases.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
wht type of User defined functions or Java Releated functions do we write in VB scripting
How software automation specialist enter steps in the Expert View?
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 to define array in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What are the differences between qtp and winrunner?