Software QA Testing Question: Download QA Testing PDF

What is Boundary Value Analysis?

Tweet Share WhatsApp

Answer:

BVA is similar to Equivalence Partitioning but focuses on "corner cases" or values that are usually out of range as defined by the specification. his means that if a function expects all values in range of negative 100 to positive 1000, test inputs would include negative 101 and positive 1001.

Download QA Testing PDF Read All 159 QA Testing Questions
Previous QuestionNext Question
What is Branch Testing?What is Component?