User acceptance testing (UAT) consists of a process of verifying that a solution works for the user. It is not system testing (ensuring software does not crash and meets documented requirements), but rather ensures that the solution will work for the user (i.e., tests that the user accepts the solution).
Questions tagged [uat]
37 questions
0
votes
1 answer
UAT version of app best practice
I am looking to create a UAT/Development version of an app we have. So any changes needed can be done there before making the changes on the original 'production' app.
What is the best way to do this on Bluemix? Is it best to simply fork the…

dan_cairns
- 21
- 4
0
votes
1 answer
How do you set up UAT for DynamoDB?
I have only found one answer that suggested tagging the tables. Since I am picking up an existing system and not building from scratch this would be labor intensive.
I have scoured AWS for a week and found no tangible steps for creating/maintaining…

rkralston
- 386
- 1
- 5
- 20
0
votes
1 answer
AWS splitting resources between UAT and PROD
I'm using AWS Elastic Beanstalk to deploy a system. That all works fine. If I want a UAT and PROD environment I can just setup 2 different elastic beanstalk apps, this also works fine. Now my question: Say my app uses dynamoDB or S3 buckets…

user1736191
- 313
- 1
- 3
- 7
0
votes
1 answer
How many UAT environment are sufficient
Our client has asked on some data points as to how many UAT(User acceptance) environments would suffice our need. We have 6 tracks(set of users) with UAT happening in a diff. timing windows for each track. I want to gather some data points How many…

Pulkit Bhatia
- 127
- 1
- 7
- 22
0
votes
1 answer
Use Sharepoint to maintain test results
I'd like to use Sharepoint to maintain UAT test results from different testers. I have a number of test cases, currently defined in a sharepoint list, categorized by 2 columns (Category level 1, Category level 2). I use these 2 columns as the two…

Christoph Hauser
- 43
- 4
0
votes
4 answers
Structured UAT approaches
As a developer I often release different versions of applications that I want tested by users to identify bugs and to confirm requirements are being met.
I give the users a rough idea of what I have changed or new features that need testing, but…

HAdes
- 16,713
- 22
- 58
- 74
-1
votes
1 answer
Same app but different builds on separated Play Store accounts
We currently have a Play Store account with an application in production state. This application has a package name (com.foo.live) and it is uses the live environment.
Sometimes our customers asks for test versions of the application which uses…

AdamS
- 21