Changes for page User Acceptance Testing
Last modified by Danniar Firdausy on 2024/09/17 22:01
From version 22.9
edited by Danniar Firdausy
on 2024/09/17 22:01
on 2024/09/17 22:01
Change comment:
There is no comment for this version
To version 22.7
edited by Danniar Firdausy
on 2024/09/17 21:48
on 2024/09/17 21:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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. At somepoint in time, you haveto build your solutionand have executed asystem integration test.Nowitbecomes time toincludethe business (users)with yourtests. Thisiswhat we call auseracceptancetest. The focusofthistest is farmorefunctionalcomparedtothe systemintegrationtestandhegoalofhe testis toetthebusiness(users) accept thesolution. Afterpassingthistestyoucanthink aboutgoingtoProductionwith thesolution.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. 4 4 5 5 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 6 6 ... ... @@ -15,6 +15,8 @@ 15 15 16 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 +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 + 18 18 == 3. User Acceptance Testing == 19 19 20 20 The purpose of performing end-to-end testing is to identify system dependencies and to ensure that the data integrity is maintained between various system components and systems. This means that each change made to integration should be tested to make sure that production-like scenarios don’t lead to any unexpected errors when the new functionality is released to production. ... ... @@ -40,9 +40,9 @@ 40 40 41 41 == 4. Key takeaways == 42 42 43 -* Understanding thedifferentstagesof testing(e.g., unit testing,integrationtesting, and user acceptance testing) is crucial for a successful deployment.44 -* User Acceptance Test ing(UAT)is designed toverifythatthe solutionmeetsallfunctionalrequirements fromtheperspectiveofthebusinessusers. This ensuresthat thesolution worksas expectedin real-world scenarios.45 -* PerformingUAT is essential beforemovingyoursolution to Production.It helpsto confirm that the solutionisreadyfor liveuse 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 46 46 47 47 == 5. Suggested Additional Readings == 48 48