Last modified by Danniar Firdausy on 2024/09/17 21:40

From version 11.1
edited by Erik Bakker
on 2023/01/23 09:02
Change comment: There is no comment for this version
To version 12.7
edited by Danniar Firdausy
on 2024/09/17 21:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.dfirdausy
Content
... ... @@ -1,6 +1,6 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 2  
3 -In this microlearning, we will focus on system integration testing. At some point in time, you have to build your solution and have tested your single unit/flow to see whether or not it works. A logical next step would be to link certain units/flows together to test whether you can communicate via eMagiz between two separate systems. A crucial part of a system integration test is that both the sending and receiving systems are online and ready to produce or consume.
3 +As you progress in building your solution, you've likely tested individual units or flows to ensure they function correctly. The next logical step is linking these units or flows together to verify that they communicate seamlessly between two separate systems using eMagiz. In this microlearning, we will explore how to perform system integration testing, focusing on ensuring that both the sending and receiving systems work together effectively. A crucial part of a system integration test is that both the sending and receiving systems are online and ready to produce or consume.
4 4  
5 5  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
... ... @@ -40,24 +40,22 @@
40 40  
41 41  In other words, a system integration test is designed to test whether two systems can communicate via eMagiz in an intended way. The focus of the system integration test is on the technical part of the integration. In other words, determining that all separate units/flows communicate properly with each other and with the other systems.
42 42  
43 -== 4. Assignment ==
43 +== 4. Key takeaways ==
44 44  
45 -Browse the internet to learn more about System Integration Testing. Use the suggested additional readings as a starting point. Furthermore, see if you and your team members already do this or not.
45 +* System Integration Testing (SIT) ensures that individual units or flows work together seamlessly across different systems.
46 +* SIT focuses on verifying technical communication between systems, ensuring data integrity and system dependencies are maintained.
47 +* Early identification of test scenarios improves the quality and reliability of the integration process.
48 +* Successful SIT is essential before moving on to (User) Acceptance Testing to ensure smooth functionality in production environments.
46 46  
47 -== 5. Key takeaways ==
50 +== 5. Suggested Additional Readings ==
48 48  
49 -* There are various stages of testing
50 -* System Integration Testing (SIT) verifies that all the units that link two systems together work in perfect unison
52 +If you are interested in this topic and want more information, please read the help text provided by eMagiz and see the following links:
51 51  
52 -== 6. Suggested Additional Readings ==
54 +* [[Crash Courses (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]]
55 +** [[Crash Course Platform (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.WebHome||target="blank"]]
56 +*** [[Understanding Flow Testing (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-understanding-flowtesting||target="blank"]]
57 +* [[Integration Testing (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22integration+testing%22||target="blank"]]
58 +* [[System Integration Testing (External)>>https://www.softwaretestinghelp.com/system-integration-testing/||target="blank"]]
59 +* [[SIT Explained (External)>>http://tryqa.com/what-is-system-integration-testing/||target="blank"]]
53 53  
54 -If you are interested in this topic and want more information on it please read the following links:
55 -
56 -* [[System Integration Testing>>https://www.softwaretestinghelp.com/system-integration-testing/||target="blank"]]
57 -* [[SIT Explained>>http://tryqa.com/what-is-system-integration-testing/||target="blank"]]
58 -
59 -== 7. Silent demonstration video ==
60 -
61 -As this is a more theoretical microlearning we have no video for this
62 -
63 63  )))((({{toc/}}))){{/container}}{{/container}}