Testing the software under test (SUT) based on the design is black-box testing whereas testing the input-output behaviour is experience based testing.
B.
Testing the software under test (SUT) is possible only after implementation in white-box testing whereas testing the software even before implementation is possible in exploratory testing.
C.
Testing the software under test (SUT) using knowledge of the tester is experience based testing whereas testing the specification based behaviour without pre-written test cases is using black-box testing techniques.
D.
Testing based on the structure of the software under test (SUT) is white-box testing whereas testing the input-output behaviour without pre-written test cases is experience based testing.
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.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit