Sanity test
		
		
		
		Jump to navigation
		Jump to search
		

A Sanity test is a test to verify that a newly compiled version of either GAME or CUSTOM is working. Developers should do this after adding new features to a WIP, or when preparing a new stable release.
What to test?[edit]
makegame.bat makeedit.bat makeutil.bat
Compile errors[edit]
Verify that the exe files are actually created.
Runtime errors[edit]
Make sure that you test all of:
game.exe custom.exe hspeak.exe
- Does it run?
 - Open a game
 - Walk around
 - Always fight at least one battle
 - Always talk to at least one NPC
 - Always run at least one plotscript
 - Test any features you know have changed recently (for example, shops, or vehicles)