This lesson is focussed on testing different combinations and how complex it can become.
In this video you will learn about:
The need to consider the consequences of testing beyond input filters. Using PowerPoint's page width field as an example, the focus shifts from testing empty slides to exploring how the program handles various content types when resized. The importance of testing consequences, such as distortion of text and crashes, is highlighted, illustrating potential bugs missed by solely testing input filters. The concept of secondary dimensions, like the number of digits after the decimal point, is introduced, urging testers to analyze and understand the full extent of variable behaviors for comprehensive domain testing.
Discussed terminology:
Configuration testing
Data testing
Path and sub-path testing
All pairs technique