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 10.1
edited by Erik Bakker
on 2022/08/29 08:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eMagiz
1 +XWiki.ebakker
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -4,9 +4,6 @@
4 4  
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
26 + ** Offline testing
27 + ** Flow testing
28 + ** 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,8 +56,6 @@
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: