What type of testing do we apply while testing the application? What kind of testing do you know? Flashcards
Exploratory testing
when we just play with the application
Ad-hoc
when we just explore an application but have a little knowledge of how it should work.
Functional testing
based on specification, that focuses on input and output according to requirements
GUI testing
when we check links, fonts, colors, images, buttons, drop-downs, and etc.
Compatibility or cross/browser or cross/OS testing
when we test on different browsers or OS
Boundary testing
when we test the fields for limitation, described in the documentation.
Integration testing
testing of combined parts of an application to determine if they function together correctly. It is performed bottom-up, and top-down
Smoke testing
the test is done to make sure that software under testing is ready or stable for further testing
Sanity testing
is done to check the bugs have been fixed after the build
Re-testing, or bug regression
when a bug was found, reported to the developer and tested after fixing.
Regression testing
when a new modification was done to the application and we test it.