Changes for page Regression Testing

Last modified by Danniar Firdausy on 2024/09/17 22:02

From version 3.4
edited by Danniar Firdausy
on 2024/09/04 16:04
Change comment: There is no comment for this version
To version 3.6
edited by Danniar Firdausy
on 2024/09/17 22:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,10 +13,8 @@
13 13  
14 14  This microlearning centers around regression testing.
15 15  
16 -By user regression testing we mean: A test that is designed to verify whether existing functionality is not impacted by newly added functions.
16 +* By user regression testing, we mean: A test that is designed to verify whether existing functionality is not impacted by newly added functions.
17 17  
18 -At some point in time, you have build a large integration model with multiple complex flows. Some of these flows might be unintentially impacted by changes submitted to these flows. Therefore, you want to keep testing whether existing functionality is not impacted. This is called a regression test. When successfully conducting regression test you can be sure that it is save to deploy your solution on Production without impacting your existing integrations. The main functionality to do this within eMagiz is the automated flow test, which we will disucss in detail.
19 -
20 20  == 3. Automated flow test ==
21 21  
22 22  The purpose of automated flow tests is to prevent undesired impact on flows when applying certain changes. Everytime a new version of a flow is submitted, automated flow tests will be exectuded. This way, you can verify whether changes in the flow did not introduce problems on exisiting requirements. The remainder of this section will explain how to setup a automated flow test.
... ... @@ -49,13 +49,14 @@
49 49  
50 50  == 4. Key takeaways ==
51 51  
52 -* There are various stages of testing
53 -* Regression testing test whether existing functionality is not impacted by new changes
54 -* Automated flow test is a functionality within eMagiz to conduct regression tests
50 +* Regression testing ensures that new changes do not negatively affect existing functionality.
51 +* Automated flow testing within eMagiz helps streamline regression testing by automatically running tests whenever a new version is submitted.
52 +* You can monitor the results of automated flow tests both at the flow level and release level to ensure the stability of your integrations.
53 +* Setting up automated flow tests in eMagiz is straightforward, and the system provides detailed feedback on test outcomes to facilitate smooth deployments.
55 55  
56 56  == 5. Suggested Additional Readings ==
57 57  
58 -If you are interested in this topic and want more information on it please read the following links:
57 +If you are interested in this topic and want more information, please read the help text provided by eMagiz and see the following links:
59 59  
60 60  * [[Fundamentals (Navigation)>>doc:Main.eMagiz Academy.Fundamentals.WebHome||target="blank"]]
61 61  ** [[Testing in eMagiz (Explanation)>>Main.eMagiz Academy.Fundamentals.fundamental-testing-in-emagiz.WebHome||target="blank"]]