What are test closure document?
Answers were Sorted based on User's Feedback
i think the test closure document is nothing but the test
summary report which we give after the whole testing is
finished....it gives panoramic view of total test result
it contains
1.Total number of test cases
2.Total number of bugs found
3.Number of bugs resolved(fixed)
4.Number of Bugs rejected
5.Total number of bugs differed......tec
| Is This Answer Correct ? | 40 Yes | 2 No |
Answer / bishwajit rk
Test Closure Document is the note prepared before u
formally completes the testing process. This note contains
the numbers of testcases executed, no. of defects found,
Defect density, Slippage ratio, consolidated test result
report etc. are included. In simple, its the report on
what u did during the testing process.
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / ranjit singh
The Test Closure Memo is typically an email sent to
interested parties that summarizes the results of the most
recent testing project. It includes:
1) Whether or not QA and Test signs off on the build
2) Name of the program under test.
3) Build of the program under test.
4) Results of regression testing
a) Total number of defects that were fixed
b) Total number of defects that were rejected
c) Total number of defects that were postponed
5) Whether or not the build met QA exit criteria
6) Total number of test cases run (perhaps by module or
functional area)
7) Total number of defects found (likely by priority and
severity)
8) Briefly describes the most alarming defects that were
discovered
| Is This Answer Correct ? | 9 Yes | 3 No |
Which test cases are first written white boxes or black box?
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
EXplain the diffeenet types of bugs.....
14 Answers GE, TCS, Vertex,
What is meant by back-end testing?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.
How i can check sql data base
Give me an example when black box testing will not able to detect a bug which white box will detect?
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?
will any one told me if any interviewer ask u that wat type of defect tracking tool we use in project then wat will be the answer?
What is difference between Test Plan and Test Strategy?