Questions tagged [uat]

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).

37 questions
0
votes
0 answers

Develop the same java class in two different packages one for UAT and one for production

I come across a situation where I need to put a code block that is needed only for unit tests or QA, and it must not be present for production. This must be implemented so that the code is maintainable and readable. I am thinking about this and…
tarekahf
  • 738
  • 1
  • 16
  • 42
0
votes
0 answers

Recommendation for git pipeline with inconsequent installation of patches

I have two servers: UAT and production. I want to create CI/CD process for automatic install the pathches for UAT and production environment. Some features may be tested for a long time (i.e. a few month). And while these features are tested the…
0
votes
1 answer

How to Compare 2 tables for UAT Testing in BigQuery?

I am looking for some help in regards to how I go about comparing 2 tables in BigQuery for UAT Testing. Currently I have 6 columns in both tables and they both have the same column names in the same positions. Create Table Scripts: CREATE TABLE…
mowen10
  • 383
  • 1
  • 12
  • 30
0
votes
1 answer

As a part of initial load testing or incremental load testing do we validate audit fields?

We are performing initial load testing and incremental load testing on target tables in datawarehouse. so do we validate audit field values in initial load test or do we validate audit fields values in incremental load testing ? As part of which…
0
votes
0 answers

Tricentis Tosca - ListBox

Current I am having the Automation Specialist Level 1 course, and I would like to seek for advice for the following issue. Thanks. In the practice exercise, I have to scan the Menu items on the Black Menu bar like "Books" and " Computers" with Tosca…
0
votes
0 answers

Cypress as UAT tool for Front end

Hi All Cypress Geniuses, So, I am already a fan of cypress and have comfortably automated my front end, integrated to Azure Devops, generated reports etc. All is going great. What I would like to do now is to integrate Cypress to my front end. I…
apj585
  • 1
  • 1
0
votes
1 answer

Multiple authorization prompts in a single Spring app

My question mostly revolves around whether it's possible to have two login forms with separate authentication sources of truth presented to the same user in a Spring application. I would like to have different security configuration classes (or the…
drognisep
  • 579
  • 1
  • 7
  • 16
0
votes
0 answers

Error screen while test posting on UAT on Cornerstone OnDemand

Can anyone help me identify why this error might be occurring and how to resolve this? We are testing the creation of tests on the UAT portal of CSOD (Cornerstone on demand) and this error comes randomly at any point during the process. We use excel…
0
votes
2 answers

JIRA: How to get search box to remember project code?

I use the search in JIRA about 50 times a day and every time it forgets what I just entered. Is there any way to tell it to remember the last search or the project code. (By project code I mean the first few letters of bug code such as "AAQT-").
Adamantus
  • 813
  • 1
  • 12
  • 30
0
votes
1 answer

How to give client access to preview web application

I am building a web application for a client. I want to host it publicly at a spare domain, so they can access it and review it as it progresses. I want it to be as close as possible to how they will experience it when it goes live on their real…
DatsunBing
  • 8,684
  • 17
  • 87
  • 172
0
votes
2 answers

Randomizing outputs to file

I am generating data for testing, using Python. I have the whole process pretty much working as it should, however, I have this piece of code. def get_lines(): line1 = "Document Header - Once per document" line2 = "\nDocument Information -…
Lloyd
  • 75
  • 5
0
votes
3 answers

Differences between User Acceptance Test and Test Case Scenario and Functional Test

In the context of Agile software development, what's the difference between User Acceptance Test (UAT), Test Case Scenario and Functional Test? The members of the team I am part of, they consider the three things as different, but I see them as…
Nicolas
  • 1,320
  • 2
  • 16
  • 28
0
votes
1 answer

If you are ensuring a system is producing correct outputs based on inputs, what type of testing would you apply?

If you are ensuring a system is producing correct outputs based on inputs, what type of testing would you apply? For example, your business has a time sheet system. The only modifications you make to the system entails users must input their time on…
dtov17
  • 1
  • 1
0
votes
1 answer

Creating multiple files in Python 3.xx

I am wanting to create single .xml files with a standard template in each, only a few key bits of data change each time. This i can do, albeit a little messy. The structure i want to automate is have a folder (already set up) where i run this…
Lloyd
  • 75
  • 5
0
votes
1 answer

I want a sandboxed test environment that is *always* an exact copy of Production

I'm having an issue with a web application I am responsible for maintaining. The system experiences regular bugs, and our support vendors are always asking us to see if we can "replicate the error in UAT". This is obviously a reasonable request. A…
Callum
  • 435
  • 1
  • 4
  • 14