ExamGecko
Question list
Search
Search

Related questions











Question 284 - CTFL-2018 discussion

Report
Export

When comparing Static and Dynamic test techniques, which of the following statements is TRUE?

A.
Static Testing finds failures, whilst Dynamic Testing only finds the cause of failures.
Answers
A.
Static Testing finds failures, whilst Dynamic Testing only finds the cause of failures.
B.
Static Testing techniques, such as reviews, can be undertaken before Dynamic Testing, making defects cheaper to remove.
Answers
B.
Static Testing techniques, such as reviews, can be undertaken before Dynamic Testing, making defects cheaper to remove.
C.
Static Testing is based on the execution of code, whist Dynamic Testing relies on examination and analysis.
Answers
C.
Static Testing is based on the execution of code, whist Dynamic Testing relies on examination and analysis.
D.
Only Static Testing has the objective of identifying defects.
Answers
D.
Only Static Testing has the objective of identifying defects.
Suggested answer: B

Explanation:

Static testing and dynamic testing are two types of testing that differ in the way they evaluate the software or system under test. Static testing is a type of testing that does not involve executing the software or system under test, but rather analyzing it using various techniques, such as reviews, inspections, walkthroughs, checklists, static analysis tools, etc. Dynamic testing is a type of testing that involves executing the software or system under test using test cases and comparing the actual results with the expected results. Static testing techniques, such as reviews, can be undertaken before dynamic testing, making defects cheaper to remove. This is because static testing can help find defects and improve the quality of any work product at any stage of the software development lifecycle, before they become more costly and difficult to fix during dynamic testing or after deployment.

asked 18/09/2024
Phanel Xavier
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first