Search for question
Question

Instructions there are two zip files within this, one is tictactoe game and one is the wordsearch game. The tictactoe game is complete and needs to be used as reference to complete wordsearch game. There is a test file inside src/test folder called "WholeGameTest.java". A similar test file needs to be implemented for the wordsearch game. Please do it and follow same procedures as the WholeGameTest.java but just change accordingly to the requirements of the wordsearch game. All the requirements for the wordsearch game are in "Project Requirements.pdf" and any additional notes are in "additional requirements.txt". Please use all the code available in wordsearch.zip to help you understand the game and show you how the test file needs to be implemented. Please thoroughly read through the requirements pdf and follow everything accurately, student note: we need to use tictactoe game as a reference to do the "wordsearch game most of the things implemented in tictactoe are implemented similarly in wordearch. most of wordsearch is basically done mainly it is the testing part that is left there is a test file in tictactoe called "WholeGameTest.java" a "WholeGameTest.java" needs to be made for wordsearch too it needs to be implemented similarly to that of tictactoe but with changes according to requirements of wordsearch Project design and Project implementation has been done but need to keep an eye on the project implementation part as some parts may still need some small refinements its just so testing can be implemented accordingly work needs to be done in Java, needs to be junit framework like all the other test files **this is what it says in the pdf** Making Manual Test procedures: • Identify a scenario or a 'user story'. An example would be "two-person game with horizontal words" or "three-person game where one of the three disconnects" ● Identify all requirements from the Requirements spreadsheet you intend to test with this test. . Write step by step instructions to follow the scenario, to include "Action", "Expected Results", and "Actual Results". (The "Actual Results" are written when the test is executed, as such they are blank in the instructions. Annotate the specific requirement being verified when you come to a step or a series of tests that test the requirement. (Note: A spreadsheet can be used for this) ask the tutor if they can just write comments on what parts they have implemented just to put it in a spreadsheet