Differentiate Test log and defect report.
Answers were Sorted based on User's Feedback
Answer / pulu
Test log : Document showing which test cases are pass or
fail or not tested
Defect report: Document showing the symtom of the
failure,reproduction step,priority,severity and status
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prao
Test log: It consist of entire list of actions u have
performed while testing ur applications.
Defect report: It consist of entire list of defects u have
come across while testing ur application.
| Is This Answer Correct ? | 3 Yes | 1 No |
WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?
What do you mean by SLC ?
define 1)test methodologies, 2)test data 3) test scenario 4 ) test environment
what is Beta testing??
what is soak testing
Inwhat basis the time is allocated for testing the application?
Tell me example for Risk,Mitigation,Assumption?
if my documents (SRS &FRS) having erros(does not meets) the requirements in that situation,which document i should take to write the testcases?(othere wise which steps i should take? Thanks In Advance
what are the types of android applications?
which document we prepare first whether test plan or test case document
I how to test Web application in which the value is changing dynamic every time and anyone can modify it?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage