The Hangman game is a classic word game where the word to guess is represented by a row of dashes. The player guesses a letter and if the letter exists in the word, the letter replaces the dash in the correct position within the word. If the letter does not exist in the word, the player loses one of the ten turns that the player starts the game with.

Develop a Software Test Plan for Hangman that contains the test scope and a minimum of five functional test cases and 5 non-functional test cases.

 

 

This question has been answered.

Get Answer