what is boudarary value analysis? what is the use of it?
Answer Posted / shravanthivijay
Boundary value analysis is one of the technique in Black box
testing,it is very useful to write test scenorious and test
cases for example: test the values from 1-1000 and to find
out the defects. dnot test all values from 1 to 1000. In
this situation use the boundary value analysis, min is 1 and
max is 1000.
min=1 PASS; max=1000 PASS ; min-1=0 FAIL :max-1=999
PASS
min+1=2 PASS; max+1=1001 FAIl
it is help ful to save the time
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to explain banking domain project in testing?
What is test driver and test stub?
Explain the defect life cycle.
Why should you care about objects and object-oriented testing?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
Different types of design diagrams that supports to write test cases ?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
What is the difference between functional testing and integration testing?
wat is meant by frontend and backend testing
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
Can automation testing replace manual testing?
how mapp the defect id in quality center?
what is scrum how with ex?
What is the difference between load testing and performace testing?