July 2019
Intermediate to advanced
410 pages
10h 32m
English
The development team first transcribed the requirements into some basic unit tests. As nothing had been designed or written yet, these mostly take the form of noting what functionality should be validated. As the design and development progress, these tests will also evolve toward completion; for example, there is a requirement for adding inventory:
To capture this requirement, the development team created the following unit test to serve as a placeholder:
[TestMethod]private void AddInventoryCommand_Successful(){ // create an instance of the command ...Read now
Unlock full access