ExamGecko
Question list
Search
Search

Related questions











Question 62 - CTFL-2018 discussion

Report
Export

Which of the following is an example of black-box dynamic testing?

A.
Code inspection
Answers
A.
Code inspection
B.
Checking memory leaks for a program by executing it
Answers
B.
Checking memory leaks for a program by executing it
C.
Functional Testing
Answers
C.
Functional Testing
D.
Coverage analysis
Answers
D.
Coverage analysis
Suggested answer: C

Explanation:

Functional testing is an example of black-box dynamic testing. Functional testing is the process of testing the functionality or behavior of a software system based on its requirements or specifications. Functional testing does not require any knowledge of the internal structure or implementation of the system under test; it only focuses on what the system does rather than how it does it. Functional testing is also an example of dynamic testing because it involves executing the software system with selected inputs and observing its outputs and effects on the environment. Dynamic testing is different from static testing, which involves examining the software system without executing it, such as code inspection, static analysis, etc. You can find more information about functional testing and dynamic testing inA Study Guide to the ISTQB Foundation Level 2018 Syllabus, Chapter 21.

asked 18/09/2024
Jose Alfaro
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first