Changes for page User Acceptance Testing

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

From version 13.1
edited by Bouke Reitsma
on 2023/06/02 13:59
Change comment: There is no comment for this version
To version 15.1
edited by Bouke Reitsma
on 2023/06/02 14:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,7 +13,7 @@
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 let the users (business) test the functionality based on various scenarios. Based on the results of the test you can either go live or need to go back to the drawing board.
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 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 19  
... ... @@ -22,7 +22,7 @@
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.
23 23  
24 24  //__Configuration__//
25 -To do so, you can select the option automated test case by opening the Details pop-up of a test case.
25 +To configure an automated flow test, you can select the option automated test case by opening the Details pop-up of a test case.
26 26  
27 27  [[image:Main.Images.Release Blog.WebHome@177-release-blog-1.jpg]]
28 28