Answer Posted / lakshmanaraj bg
‘Boundary value analysis’ testing technique is used to identify errors at boundaries rather than finding those exist in center of input domain.
It’s widely recognized that input values at the extreme ends of input domain cause more errors in system.
More application errors occur at the boundaries of input domain.
Boundary value analysis is a next part of Equivalence partitioning for designing test cases where test cases are selected at the edges of the equivalence classes.
Boundary value analysis is often called as a part of stress and negative testing.
TEST CASES:
1) Test cases with test data exactly as the input boundaries of input domain i.e. values 1 and 1000 in our case.
2) Test data with values just below the extreme edges of input domains i.e. values 0 and 999.
3) Test data with values just above the extreme edges of input domain i.e. values 2 and 1001.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
tell wat u did in ur banking project?
What are the Major Functionality for a ATM machine ??
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
what is dib format?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What is a critical bug?
What is data flow diagram?
What is junit & api?
What are the modules of quality center?
What is Independent Testing?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
Manual and automation how do they help in bringing out quality product? Explain?
Explain accessibility testing and its importance in the present scenario.
Is quality control similar to quality assurance?
Which testing model is best as per your understanding, and why?