**Notes: Boundary Value Analysis in Testing - Software Testing Tutorial #35** **EP and BVA Working Together:** - EP and BVA complement each other to maximize testing effectiveness. **Recap of Equivalence Partitioning (EP):** - Example: Discounts based on purchase amounts. - Defined valid and invalid partitions. **Introducing Boundary Value Analysis (BVA):** - Imagine marking boundaries before building a house. - Similarly, BVA defines boundaries and designs test cases within those boundaries. **Example: Building a House:** - Consider a plot of land with length and breadth: - Length: 10 meters - Breadth: 20 meters **Analysis and Boundaries for EP:** 1. **5% Discount Partition:** - Lower Boundary: $1 - Upper Boundary: $100.99 2. **10% Discount Partition:** - Lower Boundary: $101 - Upper Boundary: $200.99 3. **20% Discount Partition:** - Lower Boundary: $201 - Upper Boundary: $500.99 4. **25% Discount Partition:** - Lower Boundary: $501 - Upper Boundary: $5000.99 5. **Invalid Purchase Boundary:** - Lower Boundary: $0.99 - Upper Boundary: $5001 **Designing Test Cases with EP and Boundaries:** - Combine boundaries with values within valid partitions to create well-defined test cases. - Focus on boundary values to cover critical scenarios.
@SineQuaNon1 Жыл бұрын
As always, great video. Thanks.
@prasadhrv2 жыл бұрын
Thank you sir.. The best explaination for BVA and EPA
@RajDixit-x6r4 ай бұрын
Sir, It would have been much better if you had also covered the variations of Boundary Value Testing ( Normal boundary value testing Robust boundary value testing Worst-case boundary value testing Robust worst-case boundary value testing)
@brindathakarar9262 жыл бұрын
Hello Sir! First of all, Thank you, your tutorials have been very helpful to understand theoretical concepts. However, I do have a question. What tools do we have to use in order to perform these tests practically?
@NatashasVocals10 ай бұрын
Thank you so much Sir...EXTREMELY HELPFUL
@youngseola93184 ай бұрын
you are a life-saver
@hamzahmehyar886011 ай бұрын
Very informative video, thank you so much🙏
@softwaretestingmentor11 ай бұрын
Thank you very much. Keep watching and sharing.
@karmelahrenovic86137 ай бұрын
it was great, could you do more examples, please
@MiguelVillaruel Жыл бұрын
Very nice tutorial
@softwaretestingmentor Жыл бұрын
Thank you. Keep watching for more videos and tutorials!
@vijnavijayan6209 Жыл бұрын
Thanks for this video sir 🙏
@poojapawatekar57788 күн бұрын
Can you please make a video on calculator test cases using bva and equivalence partition separately.
@KenjiMiller2 жыл бұрын
Thank you
@softwaretestingmentor2 жыл бұрын
Most Welcome! Keep watching for more videos.
@elnino612 жыл бұрын
Thank you so much
@arulalan31423 жыл бұрын
Spr sir..
@TopV_56 ай бұрын
Thank you sir
@softwaretestingmentor6 ай бұрын
Welcome! Keep watching and sharing.
@picknice5 ай бұрын
thanks
@mumeensalau2152 Жыл бұрын
This is a great illustration of EP and BVA, Thank you so much
@softwaretestingmentor Жыл бұрын
Glad you like it! Thank you very much. Keep watching and sharing.
@hitendrasingh01 Жыл бұрын
good videos sir
@jintosteny82612 жыл бұрын
Thank u sir
@mbusokotobe97932 жыл бұрын
Awesome !!!!
@nidhisahay49143 жыл бұрын
Sir we need to write script in java to test this,or manualy we can u.Manualy means without running any code,just manualy.
@meetsaurabhtiwari Жыл бұрын
How we can do this practically
@subramanig2279 Жыл бұрын
How many test case required for this example
@vinithav.84152 жыл бұрын
Hello Sir, When do we use BVA and EP? Are they always applied together or can they also be applied separately? If can be used separately, then when to use which one?
@xbhishek2 жыл бұрын
they go hand in hand.
@vinithav.84152 жыл бұрын
@@xbhishek thank u 😊
@virgoroobs2 жыл бұрын
What is the actual number of test cases for this example?
@uchennaezeh54562 жыл бұрын
Perfecto
@pradipvaghela31792 жыл бұрын
Hello sir, 1st of all thanks for such a easy example. i have a one confusion. if range is only between 1-100. then the 100.99 is the valid value or 100 ?
@kitsune-hc5zk2 жыл бұрын
It should be greater than 0.99 and less than and equal to 99.99 to be valid....I think🤔