Changes for page User Acceptance Testing
Last modified by dfirdausy on 2024/09/17 22:01
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 verifywhetherexistingfunctionalityis notimpactedbynewly addedfunctions.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. 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