What is the difference between Test strategy and Test Plan?
What is the difference between Test strategy and Test Plan?
December 27, 2022
two types of variables in a shell
Two types of variables in a shell
January 10, 2023

January 3, 2023

What is Boundary Value Analysis?

Boundary Value Analysis is a black-box test technique in which test cases are designed based on boundary values.

Boundary value analysis and testing will reveal almost all such defects by forcing the software to show behaviors from a partition other than the one to which the boundary value should belong.

This technique is used when practically it is impossible to test a large pool of test cases individually

For example: Test scenario — A text field accepts input between 1 to 100

Test Scenario DescriptionExpected Outcome
Boundary Value = 0System should NOT accept
Boundary Value = 1System should accept
Boundary Value = 2System should accept
Boundary Value = 99System should accept
Boundary Value = 100System should accept
Boundary Value = 101System should NOT accept
What is Boundary Value Analysis?
This website uses cookies to improve your experience. By using this website you agree to our Data Privacy Statement
Read more