When we have to use Boundary value analysis and when to use
equivalence partitioning. Please explain with an example.
Urgently required.
Answer Posted / venkateswara reddy
When u are gathering test date we use boundary value analysis or Equivalence class partition.
Ex-In age text box accept the values between 14 to 80.In this situation we use BVA.
like
1.Add +1 to boundaries (14+1) 15 and(80+1) 81
2.Subtract -1 to boundaries (14-1)=13 and (80-1)= 79
Divide three class
1.below 13 test fail
2.14 to 80 test pass
3.above 81 test fail.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Can list out some disadvantages of manual testing?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
functional testing and usability testing test cases for transfer funds...
What are similarities of Agile and Scrum?
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
In how many ways you perform batchtesting ?
Have you ever completely tested any part of a product? How?
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.
what is metrics in software testing? give me a brief detail about it?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
why testcases are written and what is the importance?
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.