What is a Test Log ,How is it differnt from a bug REport
Answers were Sorted based on User's Feedback
Answer / sudhakar
Test log is a file which specifies, whether a particular
testcase, that you have executed has been passed or not.
Test Log has attributes like
1)Testcase ID
2)Test description
and
3)Status (in status you have to mention pass of fail)
In this you will be mentioning only status of the testcase
Coming to Bug report
In bug report we have to give detail information, like:
1)Serial number
2)testcase id
3)defect description/steps to reproduce
4)status (whether it is open,new,fixed,reject,reopen or
closed)
5)severity (how sever is the bug)
6)priority (based on this, developer should fix the bug)
7)version number or release number
8)detected by (tester name)
9)date of detection.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ramprasad.s
Hi
Test Log is Report on Test Case Execution
(includes Pass / Fail status)
where AS
Defect Logging is a Report on Defect
(Failed Test case , only fail status)
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the diffrence b/w Test approach,test stratagy,test plan?
hai suppose if i want to delete cookie of a particular web site.is it possible if it is possible how? pls. tell me
11.what are two of your weaknesses?
1 Answers Satyam, TCS, Tech Mahindra, VJIL Consulting,
what is the difference between system development life cycle & software development life cyle(sdlc) what is system development life cycle
In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?
How to crash or negative testing on a the web based game application
difference between test bed,test environment,test harness,sanity testing,smoke testing,,retesting ,regression testing (abcd)
What is Vertical and Horizontal traceablity?
what is the difference between system integrated testing and integrated system testing?
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
Why is software testing required?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance