EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Test plan
|
|
Software application
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Test approach has two techniques: Proactive-An approach in which the test design process is initiated as early as possible in order to find and fix the defects before the build is created. Reactive-An approach in which the testing is not started until after design and coding are completed.
Detailed explanation-2: -What is a Test Plan? A Test Plan is a detailed document that catalogs the test strategies, objectives, schedule, estimations, deadlines, and resources required to complete that project. Think of it as a blueprint for running the tests needed to ensure the software is working correctly – controlled by test managers.
Detailed explanation-3: -There are generally four recognized levels of testing: unit/component testing, integration testing, system testing, and acceptance testing.