wht is IEEE 829
Answers were Sorted based on User's Feedback
Answer / sm
IEEE 829-1998, also known as the 829 Standard for Software
Test Documentation, is an IEEE standard that specifies the
form of a set of documents for use in eight defined stages
of software testing, each stage potentially producing its
own separate type of document. The standard specifies the
format of these documents but does not stipulate whether
they all must be produced, nor does it include any criteria
regarding adequate content for these documents.
Test Plan: a management planning document that shows:
How the testing will be done (including SUT
configurations).
Who will do it
What will be tested
How long it will take (although this may vary, depending
upon resource availability).
What the test coverage will be, i.e. what quality level is
required
Test Design Specification: detailing test conditions and
the expected results as well as test pass criteria.
Test Case Specification: specifying the test data for use
in running the test conditions identified in the Test
Design Specification
Test Procedure Specification: detailing how to run each
test, including any set-up preconditions and the steps that
need to be followed
Test Item Transmittal Report: reporting on when tested
software components have progressed from one stage of
testing to the next
Test Log: recording which tests cases were run, who ran
them, in what order, and whether each test passed or failed
Test Incident Report: detailing, for any test that failed,
the actual versus expected result, and other information
intended to throw light on why a test has failed. This
document is deliberately named as an incident report, and
not a fault report. The reason is that a discrepancy
between expected and actual results can occur for a number
of reasons other than a fault in the system. These include
the expected results being wrong, the test being run
wrongly, or inconsistency in the requirements meaning that
more than one interpretation could be made. The report
consists of all details of the incident such as actual and
expected results, when it failed, and any supporting
evidence that will help in its resolution. The report will
also include, if possible, an assessment of the impact of
an incident upon testing.
Test Summary Report: A management report providing any
important information uncovered by the tests accomplished,
and including assessments of the quality of the testing
effort, the quality of the software system under test, and
statistics derived from Incident Reports. The report also
records what testing was done and how long it took, in
order to improve any future test planning. This final
document is used to indicate whether the software system
under test is fit for purpose according to whether or not
it has met acceptance criteria defined by project
stakeholders.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kris
http://www.coleyconsulting.co.uk/IEEE829.htm
or
http://www.webopedia.com/TERM/I/IEEE_829.html
or
http://www.nao.org.uk/intosai/edp/intoit_articles/19_12_SPAC
EDIRT.pdf ( Good one )
check these sites, u get answer, ok ....
bye
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / venkat reddy
IEEE stands for inistitute of electrical and electronics
engineering
829 stands for Software Test Documentaton
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sarath
The ‘Standard for Software Test Documentation’ (IEEE
829) describes the content of test design specifications
(containing test conditions) and test case
specifications.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / satyaprasad
IEEE stands for inistitute of electronics and electrical
engineering and 829 is the number given by IEEE
organization for TESTING
Is This Answer Correct ? | 0 Yes | 1 No |
What is Test Design ?( Urgent) and Test Design for Printer?
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
What is the value of a testing group? How do you justify your work and budget?
What is a Show Stopper?
Hi All, Can anyone please tell "Which Testing is most important in SDLC process" ?
What is known as data-driven testing?
What all possible test scenarios can be written for the PAINT OF An Airplane?
What are the goals of a performance testing of a web application
What Tester should do after getting Requirement Doc?
what are the mandatory fields when you rise a bug
How the build you will get in which form and to whom first it gets and how will they send to the testers?and who install it in the system?
What makes a good test engineer?