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
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What is baseline testing?
Can you explain random/monkey testing?
How does a coverage tool work?
what is data guidelines
Tell me agile process in your company
write test cases on wall
define Testing of Procedure, Triggers and Functions in data base testing ?
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
What are the queries mostly asked in testing ? give me some examples.
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
when database testing comes into manual tesing
What kind of testing to be done in client server application and web application? Explain