What Categories of Errors is Black Box Testing Expected to Find?
What are the Factors to Consider for Black Box Testing Inputs?
Advantages of Black Box Testing?
Disadvantages of Black Box Testing?
What are the Black-box Testing Techniques
What is Graph-based Testing?
What are the Parts of Graph-based Testing Graphs?
What are the 3 Node Categories in Graph-based Testing?
What are the 3 Types of Graphs Used in Graph-based Testing?
What is Equivalence Partitioning in Graph-based testing?
Dividing input data into groups of equivalent values to reduce test cases to be developed
What is an Equivalence Class in Equivalence Partitioning?
A set of valid or invalid states for input conditions
What is Boundary Value Analysis?
A type of equivalence partitioning testing that selecting inputs at the boundaries of test data
What is Decision Table Testing?
Multiple Input Combinations Producing Different Outcomes
What is Omission Testing?
What is Null Case Testing?
What is Load Testing?
Performance testing application’s behavior under normal and anticipated peak conditions
What is Stress Testing?
Performance testing beyond normal operational capacity until system crash
What is a Test Case?
Document consisting of conditions or actions performed to vervify expected functionality of software
What are Test Cases?
Inputs to test the system and the predicted outputs
What is Test Case Documentation?
contains a set of test cases for a system, testing process, who, what, when, how, and anticipated results
What is a Test Case Name in Test Case Documentation?
Main way to identify a test case, direct description of what the test is intended for
What are the Three Categories of the Three-level Priority Categorization Scheme in Test Case Documentation?
What are the Parts of a Test Case Documentation?