SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
increase in testing cost
|
|
tackling new defects
|
|
identifying the same defects
|
|
None of the above
|
Detailed explanation-1: -Static Testing: This test technique should be included in all software testing. It helps in detecting defects before the formal testing starts. It involves testing or review of documents or code during early SDLC phases without doing any actual execution.
Detailed explanation-2: -Debugging and testing are complementary processes. The purpose of testing is to identify what happens when there is a mistake in a program’s source code. The purpose of debugging is to locate and fix the mistake.
Detailed explanation-3: -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.