Black Box Testing Technique
If I would like to execute testing a software (testing web or windows application), I start with thinking about how to select the test cases. If I have no idea about software's internal algorithm and cannot cover all combinations of input values and preconditions for a module of software because of resource constraint (Time or manpower), I will use Black Box Testing Technique to design the input values.Boundary value analysis
Boundary value analysis is a software testing technique that selects the input data which represents boundary values. These data includes both boundary and each side of boundary which should be in the smallest increment.Example
I would like to test withdrawal on ATM system. The maximum amount is $500 and minimum amount is $1.
Find boundary value:
- Maximum value is $500
- Minimum value is $1
Find each side of boundary value
- $501 and $499 for "Maximum value is $500" case
- $2 and $0 for "Maximum value is $1" case
The final list of input values are
- $501, $499 and $500
- $2, $0 and $1
----------------------------------------------------------
Now you can design and execute testing a software (testing web or windows application) by using Boundary value analysis testing technique.
Let's find the pairwise testing (All-pairs testing) technique in the next article.
5 ความคิดเห็น:
Hello,
The Article on black box technique is nice give detail information about it.It's amazing to know about it.Software Testing Services
Testing mould our application without any bugs. As you said Testing field is peak in software industry. I like your way of writing. I am the one who is interested to learn testing blogs, eagerly waiting for the next article from you.
Regards:
Software testing training | Software training
I am glad to say that I have gained some cool info from your blog on testing. By the way sure, I will be implementing your idea on my upcoming projects. Thank you so much
Regards:
Selenium Training Chennai
software testing selenium training
The article is so informative. This is more helpful for our
Learn best software testing online certification course class in chennai with placement
Best selenium testing online course training in chennai
Best online software testing training course institute in chennai with placement
Magento 2 Developer course training institute in chennai
Thanks for sharing.
Nice Post.. really helpful to clear my small concepts. thanks :)Keep doing more, waiting to read your next blog.
quality assurance and testing services
Software testing and Quality Assurance Services
Software testing companies in USA
End to end Performance testing services in USA
Performance testing services company
security testing services company
Test automation service providers
QA Services company
mobile app testing services
Post a Comment