SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following are good candidates for manual static testing?
A
Requirement specifications, test plan, code, memory leaks.
B
Requirement specifications, test cases, user guides.
C
Requirement specifications, user guides, performance.
D
Requirement specifications, website, code, use cases
Explanation: 

Detailed explanation-1: -TWO of the following statements about static testing are MOST true? Static testing is a cheap way to detect and remove defects. Static testing makes dynamic testing less challenging.

Detailed explanation-2: -Static Testing, a software testing technique in which the software is tested without executing the code. It has two parts as listed below: Review-Typically used to find and eliminate errors or ambiguities in documents such as requirements, design, test cases, etc.

There is 1 question to complete.