akhila1
give me the procedure to write the test cases for the integration and system testing along with examples.
Let's take CrazyEngineers for example. Assuming that the 'sidebar' that you see is one 'module' and the overall community forum is another. When the sidebar is added to the site - the testing of how both work together would be labeled as 'integration' testing.
We also display 'New', 'Trending' and 'Updated' discussions on CE, which is picked up from the forum. So your test case would be -
---
1. Does the sidebar correctly display newly created threads?
2. Does the sidebar correctly display trending threads, which have the most replies?
3. Does the sidebar correctly display threads that have just been updated?
---
4. Does the sidebar appear on all the pages of the community?
5. Is the width of sidebar correct on all the pages of the community?
6. Is the user profile information pulled correctly on all the pages on which the sidebar displays ...and so on.
System testing; would be the overall functioning of the system with all the modules integrated.
I hope this helps and gives you a start. If you have questions, we've a lot of QA experts who'd be happy to help you 😀