How To Using Xampp
How To Using Xampp
How To Using Xampp
2. Equivalence partitioning
3. Comparison testing
In the black box test, we tried various inputs and checked the
resulting output. We can learn what boxes do, but don't know at all how
conversions are done. Black box testing techniques can also be used for
scenario-based testing, where the contents in the system may not be
available for inspection but inputs and outputs are defined with the use
case and other analysis information.
2.3.13. Classification of Black Box Testing
1. Functional testing
On this type of testing the software is tested for functional
requirements. The test is performed in written form to check if the
application is running as expected. Although functional testing is
often performed at the end of the development cycle, individual
components and processes can be tested at the beginning of
development, even before the system is functioning, this can already
be done on the entire system. Functional testing includes how well
the system performs its functions, including commands – user
commands, data manipulation, search and business processes, user
screens and integrations. Functional testing also includes a clear
surface of the types of functions, as well as back-end operations
(such as security and how to improve the system).
2. User acceptance)
In this type of testing the software will be left to the user to know if
the software meets the user's expectations and works as expected. In
software development, user acceptance testing (UAT), also
called beta testing, application testing and end user testing is the
stage of software development when software is tested on the real
world intended by the user. UAT can be done by in-house testing
by paying volunteers or testing subjects using software or usually
distributing the software widely by testing versions that are freely
available for download via the web. The initial user experience will
be passed back to the developers who made the changes before
finally releasing the commercial software. [8]
3. Alpha testing)