Changes for page Queue browser

Last modified by Erik Bakker on 2024/11/24 09:36

From version 9.1
edited by eMagiz
on 2022/06/10 09:08
Change comment: There is no comment for this version
To version 13.1
edited by Erik Bakker
on 2023/02/17 16:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -System Integration Testing
1 +Queue browser
Parent
... ... @@ -1,1 +1,1 @@
1 -WebHome
1 +Main.eMagiz Academy.Microlearnings.Intermediate Level.Testing in eMagiz.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eMagiz
1 +XWiki.ebakker
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -1,12 +1,13 @@
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 +{{warning}}
4 +Please note that this microlearning is for the new monitoring stack only.
5 +{{/warning}}
4 4  
7 +In this microlearning, we will focus on the queue browser functionality. 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.
8 +
5 5  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
7 -* Last update: April 10th, 2021
8 -* Required reading time: 4 minutes
9 -
10 10  == 1. Prerequisites ==
11 11  
12 12  * Basic knowledge of the eMagiz platform
... ... @@ -20,8 +20,6 @@
20 20  
21 21  Auditing the eMagiz data models can be done by navigating to the specific data model in question in the Design phase and selecting the button called History located in the bottom bar.
22 22  
23 -
24 -
25 25  == 3. System Integration Testing ==
26 26  
27 27  The purpose of performing end-to-end testing is to identify system dependencies and to ensure that the data integrity is maintained between various system components and systems. This means that each change made to integration should be tested to make sure that production-like scenarios don’t lead to any unexpected errors when the new functionality is released to production.
... ... @@ -28,9 +28,9 @@
28 28  During the development of new features, you will need multiple testing methods. Each method has a different purpose to help you in the different steps of the development process. Not in every case, each test is applicable however they are still recommended. Examples include:
29 29  
30 30  * Unit testing
31 - * Offline testing
32 - * Flow testing
33 - * Integration testing
30 + ** Offline testing
31 + ** Flow testing
32 + ** Integration testing
34 34  * Regression testing
35 35  * Performance testing
36 36  * End-to-end testing (UAT)
... ... @@ -45,8 +45,6 @@
45 45  
46 46  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.
47 47  
48 -
49 -
50 50  == 4. Assignment ==
51 51  
52 52  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.
... ... @@ -56,14 +56,12 @@
56 56  * There are various stages of testing
57 57  * System Integration Testing (SIT) verifies that all the units that link two systems together work in perfect unison
58 58  
59 -
60 -
61 61  == 6. Suggested Additional Readings ==
62 62  
63 63  If you are interested in this topic and want more information on it please read the following links:
64 64  
65 -* https://www.softwaretestinghelp.com/system-integration-testing/
66 -* http://tryqa.com/what-is-system-integration-testing/
60 +* [[System Integration Testing>>https://www.softwaretestinghelp.com/system-integration-testing/||target="blank"]]
61 +* [[SIT Explained>>http://tryqa.com/what-is-system-integration-testing/||target="blank"]]
67 67  
68 68  == 7. Silent demonstration video ==
69 69