Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Contents of test plan
What is the test plan? What are its contents?
✍: Guest
Test plan document is prepared by the test lead or team lead, it contains the contents like introduction, objectives, test strategy, scope, test items, program modules, user procedures, features to be tested, features not to tested, approach, pass or fail criteria, testing process, test deliverable, testing, tasks, responsibilities, resources, schedule, environmental requirements, risks & contingencies, change management procedures, plan approvals, etc.
All all these things help a test manager understand the testing he should do & what he should follow for testing that particular project.
-- Provided by Jazz on 2016-10-22.
2016-10-22, 2732👍, 1💬
Popular Posts:
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...