Boundary value analysis in software Testing
Boundary value analysis(BVA): It is a black-box testing Technique used to cover the boundary conditions in both positive way and negative way.
Example:
Requirement: username filed should take 5 to 8 characters only.
here minimum=5, maximum=8 characters
min=5
min+1=6
min-1=4
max=8
max-1=7
max+1=9
For this Requirement we can write the boundary value analysis testcases like this
Positive Testcases:
1) verify the functionality of username filed by entering 5 characters
2) verify the functionality of username filed by entering 6 characters
3) verify the functionality of username filed by entering 8 characters
4) verify the functionality of username filed by entering 7 characters
Negative Test cases:
1) verify the functionality of username filed by entering 4 characters
2) verify the functionality of username filed by entering 9 characters
For Equivalence class partition (ECP) click here
bva testing||bva testing example||bva testing definition||ecp bva testing||bva in testing||bva in testing with example||explain bva in testing||bva testing definition||bva and ecp in testing||bva and ecp in testing with examples||explain bva and ecp||boundary value analysis ||boundary value analysis example||boundary value analysis ppt||boundary value analysis test cases example||boundary value analysis pdf||boundary value analysis (bva)||boundary value analysis in software testing ppt||boundary value analysis problems||boundary value analysis in software engineering||boundary value analysis questions||manual testing interview questions||Narendra Modi||Salman Khan||Katrina Kaif||Deepika Padukone||Alia Bhatt||Priyanka Chopra||Shah Rukh Khan|Sunny Leone|||Poonam Pandey||Virat Kohli1Katrina Kaif||Aishwarya Rai Bachchan||Kareena Kapoor Khan||Anushka Sharma||Shradha Kapoor||Sonakshi Sinha||Sonam Kapoor
No comments:
Post a Comment