Please enable JavaScript.
Coggle requires JavaScript to display documents.
:o) - Coggle Diagram
:o)
Types of Testing
-
Regression Testing (Test specific functions in software to check that they still work after an update to the codebase)
-
-
Performance Testing(Testing to ensure that the Game performance is near perfect so that it doesn't cause future issues)
Functionality testing (test if the functions of the game are up to date and don't have any bugs in the code)
-
play testing (Getting a third-party group to test a game by playing it in a public event like Comicon's and e3 (not a thing now) or in a private setting like giving keys to a streamer or youtubers)
White Box Testing (Internal testing in the early stages of development that is performed by the development team themselves, often with the access to the softwares codebase)
Black Box Testing (Software testing that is performed by an external group of bug-testers that aren't related to the development team.)
Grey Box Testing (A combination of White and Black Box testing that is done to primarily find bugs or issues)
-
-
-
-
Integration Testing (Testing multiple features of software together all at once. It is done to ensure that they all work simultaneously)
-
-
-
-