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
on 2023/06/02 13:59
Change comment:
There is no comment for this version
To version 14.1
edited by Bouke Reitsma
on 2023/06/02 14:00
on 2023/06/02 14:00
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 lettheusers(business)test thefunctionalitybased on variousscenarios.Basedontheresults of the testyoucaneither go live or needto go backto 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