Create a game testing document and test the game currently
Closed this issue · 0 comments
Ahmed-Khaled-dev commented
Game testing and testing in general is very important and if not done properly it could lead to a lot of time wasted
Expectations:
- I expect a thorough text document that contains a lot of tests that could be done to ensure all functionalities of the game are working as expected and to ensure that no bugs have arisen during adding new features
(From now on all the team will have to follow this document before pushing any code that they have done)
A small example (I expect a larger set of tests of course):
The essential fields for each test: ID - testing steps, expected results
1 - Press on the Options menu button, Options menu pops up in the middle of the screen
2 - Slide the music slider left and right, Hear the music getting higher and lower
3 - Press on the close mark in the options menu, closes the options menu and see the Main menu buttons (Start, Options, Close)
I expect a lot like these, that test all the functionalities of the game (Main menu, Options menu, Edit window, CLI, Graph, Dialogue box, Buttons, etc.)
- That while doing this you will be automatically testing the game currently and if any bugs arise please also write them 👌🏻
Note: This is a great role and it is beneficial for us to get used to creating tests and following specific criteria/checklists before pushing our code 👌🏻