CTFL_SYLL_4.0 · Question #222
Which of the following statements is CORRECT?
The correct answer is D. Testing based on the structure of the software under test (SUT) is white-box testing whereas. White-box testing involves testing the internal structures or workings of an application, as opposed to the functionality exposed to the end user. Experience-based testing, such as exploratory testing, involves testers using their knowledge, experience, and intuition to test…
Question
Which of the following statements is CORRECT?
Options
- ATesting the software under test (SUT) based on the design is black-box testing whereas
- BTesting the software under test (SUT) is possible only after implementation in white-box
- CTesting the software under test (SUT) using knowledge of the tester is experience based
- DTesting based on the structure of the software under test (SUT) is white-box testing whereas
How the community answered
(26 responses)- B4% (1)
- C4% (1)
- D92% (24)
Explanation
White-box testing involves testing the internal structures or workings of an application, as opposed to the functionality exposed to the end user. Experience-based testing, such as exploratory testing, involves testers using their knowledge, experience, and intuition to test the system without predefined test cases, often focusing on the input-output behavior of the system.
Topics
Community Discussion
No community discussion yet for this question.