Changes for page User Acceptance Testing

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

From version 22.8
edited by Danniar Firdausy
on 2024/09/17 21:49
Change comment: There is no comment for this version
To version 22.5
edited by Danniar Firdausy
on 2024/09/04 16:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 2  
3 -In this microlearning, we will focus on user acceptance testing. After completing system integration tests, it is time to ensure that your solution meets user expectations and is ready for production. This UAT phase focuses on validating functionality from a business perspective and is key to moving forward confidently.
3 +In this microlearning, we will focus on user acceptance testing. At some point in time, you have to build your solution and have executed a system integration test. Now it becomes time to include the business (users) with your tests. This is what we call a user acceptance test. The focus of this test is far more functional compared to the system integration test and the goal of the test is to let the business (users) accept the solution. After passing this test you can think about going to Production with the solution.
4 4  
5 5  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
... ... @@ -13,7 +13,7 @@
13 13  
14 14  This microlearning centers around user acceptance testing.
15 15  
16 -* By user acceptance 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 acceptance 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 to build your solution and have executed a system integration test. Now it becomes time to include the business (users) with your tests. This is what we call a user acceptance test. The focus of this test is far more functional compared to the system integration test and the goal of the test is to let the business (users) accept the solution. After passing this test you can think about going to Production with the solution.
19 19  
... ... @@ -42,13 +42,13 @@
42 42  
43 43  == 4. Key takeaways ==
44 44  
45 -* Understanding the different stages of testing (e.g., unit testing, integration testing, and user acceptance testing) is crucial for a successful deployment.
46 -* User Acceptance Testing (UAT) is designed to verify that the solution meets all functional requirements from the perspective of the business users. This ensures that the solution works as expected in real-world scenarios.
47 -* Performing UAT is essential before moving your solution to Production. It helps to confirm that the solution is ready for live use and meets the users’ needs.
45 +* There are various stages of testing
46 +* User Acceptance Test (UAT) verifies that all intended functional scenarios as devised by the users (business) are indeed working as expected
47 +* You need a User Acceptance Test (UAT) before going live
48 48  
49 49  == 5. Suggested Additional Readings ==
50 50  
51 -If you are interested in this topic and want more information, please read the help text provided by eMagiz and see the following links:
51 +If you are interested in this topic and want more information on it please read the following links:
52 52  
53 53  * [[Fundamentals (Navigation)>>doc:Main.eMagiz Academy.Fundamentals.WebHome||target="blank"]]
54 54  ** [[Testing in eMagiz (Explanation)>>Main.eMagiz Academy.Fundamentals.fundamental-testing-in-emagiz.WebHome||target="blank"]]