You are handed an application with a primary goal to validate its internal algorithm structures and logic. Without prior detailed information about its functional behavior, which testing technique will you utilize?
- Boundary Testing
- Sanity Testing
- Usability Testing
- White Box Testing
White Box Testing, also known as Glass Box or Structural Testing, involves testing the internal structures of an application. In this case, if the goal is to validate the internal algorithm structures and logic, White Box Testing allows testers to evaluate the intricacies of the application's internal code and logic structures.
Loading...
Related Quiz
- How does the "sandwich" approach of integration testing combine different methodologies?
- When using the _______ approach in incremental integration testing, testing starts from the higher levels of the hierarchy.
- The concept of providing multiple ways to locate a web page within a set of web pages is known as _______.
- During Test Control, when faced with limited resources, what strategy is most effective in prioritizing test cases?
- What is the main advantage of integrating automated testing into a Continuous Integration process?