How Test Case Script is different from UAT Script

Temitope
Software Testing and Automation
2 min readAug 24, 2020

--

Testsuite preparation is one of the daily routines of a software tester. Usually, test scenerios/test cases are written from:

· Process Flow Diagrams

· Business Requirements Document(BRD)

· System Requirements Specification(SRS) or Software Requirement Document(SRD)

The test suite(collection of test cases) serves as a step by step guide for a tester in executing, reporting and updating test execution status.

UAT-User acceptance testing is the last stage of the software testing process where the actual users or product owners test the software functionality and useability against the software requirements. The purpose of a UAT is to confirm that the system designed meets users’ specifications.

A UAT script may contain test scenarios, test case description, test steps, expected, and actual result/status, while a Test Suite may contain test scenarios, test case description, test steps, expected results, actual results and status.

How is a UAT script different from a Test suite. Check this example below:

Test cases from a test suite

--

--