December 2017
Beginner
372 pages
10h 32m
English
In the previous section, we focused on writing the integrated test for the Homepage component, and isolated test cases for the board component. But, we have made sure for other components, namely Task and Subtask, that we have baseline integrated test cases.
Both the Task and Subtask components have their respective test files with all the required test fixtures and integration steps implemented.
Also, these components have one standard test case to check if the component is created successfully. We encourage you to use the learning from this chapter and create more test cases as a practice.
You can find all the code on our GitHub link at https://github.com/sachinohri/SampleTrelloApplication.
Read now
Unlock full access