nerdexam
iSQI

CTFL_SYLL_4.0 · Question #221

Which ONE of the following statements is correct?

The correct answer is C. There may be legal issues in performing static testing on a commercially available executable. Performing static testing on a commercially available executable library can raise legal issues, primarily related to the ownership and licensing of the software. These libraries are often proprietary, and analyzing them without permission may violate software licenses or…

Static Testing

Question

Which ONE of the following statements is correct?

Options

  • AStatic analysis can be used against a work product containing unstructured artifacts
  • BTest cases can be tested using static testing techniques but not the models
  • CThere may be legal issues in performing static testing on a commercially available executable
  • DDifficult to interpret work products are best tested using static analysis.

How the community answered

(43 responses)
  • B
    5% (2)
  • C
    93% (40)
  • D
    2% (1)

Explanation

Performing static testing on a commercially available executable library can raise legal issues, primarily related to the ownership and licensing of the software. These libraries are often proprietary, and analyzing them without permission may violate software licenses or intellectual property laws. Static testing typically involves analyzing source code, which may not be accessible for such libraries without appropriate permissions.

Topics

#static testing#static analysis#legal constraints#work products

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice