In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)?
iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO
dEVELOPMENT TEAM THRW T.D?
Answer / loveleen
1)fields in bug report of test director are:-
summary,detected by,prod version,assigned
to,modified,project,status,detected on
date,severity,detected in
version,priority,reproducible,subject
2)for bug report in excel sheet we download the add-in for
ms excel in td from "add-in page" utility and then from
file menu option "import" we can import excel sheet
directly to td
| Is This Answer Correct ? | 1 Yes | 0 No |
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail. Could you please any assist in this?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
How to compare the two strings?
What is use of object spy?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
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); }
Can we Test Welcome Screens and Process Images with QTP
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
How to capture a window in QTP?
What are the different types of action?