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 |
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is Retesting & Regression Testing? When do we use retesting & regression testing(i.e In what situation)? Please clear me.
If tester found some bugs in the application then which format they will send it to development team.
!.what is the need for testing ?
What is the diffeence between SDLC and STLC?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
what is fusion testing and impact analysis???
What is diff between Defect density metrics and Defect Variance metrics ?
What is the difference between System Testing and Functionality Testing?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
how can u do database testing manually?
Define V -model with diagram