nerdexam
iSQI

CTFL_SYLL_4.0 · Question #39

Which of the following statements about static testing and dynamic testing is true?

The correct answer is D. Both static testing and dynamic testing can be used to highlight issues associated with non-. This answer is correct because static testing and dynamic testing are both types of testing that can be used to highlight issues associated with non-functional characteristics, such as usability, performance, security, reliability, etc. Static testing is a type of testing that…

Static Testing

Question

Which of the following statements about static testing and dynamic testing is true?

Options

  • AUnlike dynamic testing, which can be also performed manually, static testing cannot be performed
  • BStatic testing is usually much less cost-effective than dynamic testing
  • CUnlike dynamic testing, which focuses on detecting potential defects, static testing focuses on
  • DBoth static testing and dynamic testing can be used to highlight issues associated with non-

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    9% (2)
  • C
    4% (1)
  • D
    83% (19)

Explanation

This answer is correct because static testing and dynamic testing are both types of testing that can be used to highlight issues associated with non-functional characteristics, such as usability, performance, security, reliability, etc. Static testing is a type of testing that involves the analysis of software work products, such as requirements, design, code, or test cases, without executing them. Dynamic testing is a type of testing that involves the execution of software work products, such as code or test cases, using inputs and verifying outputs. Both static testing and dynamic testing can be applied to different test levels and test types, and can use different test techniques and tools, to evaluate the non-functional characteristics of the software product.

Topics

#static testing#dynamic testing#defect detection#non-functional testing

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice