SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following techniques is a form of static testing?
A
Error guessing
B
Automated regression testing
C
Providing inputs and examining the resulting outputs
D
Code review
Explanation: 

Detailed explanation-1: -Which of the following can be found using static testing techniques? Comment: Static testing is method of reviewing a product without executing it so it will find defects. If, we execute the product with defect we encounter a failure. 2.

Detailed explanation-2: -Code reviews, also known as peer reviews, act as quality assurance of the code base. Code reviews are methodical assessments of code designed to identify bugs, increase code quality, and help developers learn the source code.

There is 1 question to complete.