Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Set up a continuous integration server. Include version control for both source code and tests, and populate both with a simple example. Experiment
Set up a continuous integration server. Include version control for both source code and tests, and populate both with a simple example. Experiment with breaking the build by either introducing a fault into the source code or adding a failing test case. Restore the build.
Find a refactoring in some large, existing system. Build tests that capture the behavior relevant to that part of the system. Refactor, and then check that the tests still pass.
Repair a fault in an existing system. That is find the code that needs to change and capture the current behavior with tests. At least one of these tests must fail, thus demonstrating that you found the fault. Repair the fault and check that all of your tests now pass.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started