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
5
votes
2 answers

Should UAT data be a mirror of Production? And if so, how?

We have been kicking about an idea where UAT can be tested with near live data (say maximum a week old). I strongly believe that development and QA environments should be in control of their own data, but UAT (the final tier before production)…
mwjackson
  • 5,403
  • 10
  • 53
  • 58
5
votes
0 answers

host entry in android

what is the procedure to put an host Entry in android host file? we did the followings. An Entry for the URL was made in hosts file of the Android using cmd ( File Explorer -> System -> etc ->hosts ). 127.0.0.1 localhost xx.xx.xx.xx …
4
votes
1 answer

Specflow - State between "scenarios"

Using Specflow, I'm writing a suite of scenarios that model monthly payrolls, validating the calculated payments for each month and finally the yearend figures. The result of each month is cumulative, so each subsequent scenario is dependent on the…
Cr1spy
  • 241
  • 1
  • 5
4
votes
2 answers

Need to export manual test runs execution results from AzureDevOps to any Format

We need to export the latest run with every step and its attachments in AzureDevOps. It is a 300 Test Cases run/execution report that needs to be approved, as we have many use cases, it is not plausible to go one run by one run and download every…
BjorneCode
  • 51
  • 1
  • 4
2
votes
1 answer

How to test roles and permissions?

I'm using a roles and permissions concept. There are about 300 possible combinations right now. I want to conduct the appropriate tests to make sure that I did not make a mistake. How should I go about this? I can't do 300 different UATs. Should I…
MajinBoo
  • 307
  • 1
  • 2
  • 10
2
votes
2 answers

Using Selenium and Java for UAT Testers

I have a few questions around beginning Selenium, Webdrivers and Java and am trying to work out the scope of the task :) I work for a mainly manual UAT team working in finance (normally input/verify/enquiry data entry screens on web/rumba systems)…
GavinR
  • 21
  • 1
  • 2
1
vote
0 answers

Are there any supported Selenium (or other) scripts to test Azure B2C and Azure AD authentication?

I'm using Azure Pipelines and am interested in having an automated Selenium (or similar) test verify the authentication flow from my WebApp to the IDP and back. I would like to include tests for incremental consent, and other features prior to the…
CMEdge
  • 103
  • 11
1
vote
1 answer

What is the difference between testing and UAT in agile scrum process?

I have been a QE for 4 years in a product company that follows waterfall methodology. I am trying to understand how and when UAT is performed in an agile methodology? I know, agile testers use the acceptance criterias of user stories to frame the…
Priyankana
  • 35
  • 1
  • 4
1
vote
0 answers

parallel PBI in UAT Environment using git

Our company has about 20 git repositories, each of them is for a specific service. Now when we want to add a feature, some of these repositories might change altogether. for example adding feature like addSecurePayment might change: [repository1,…
1
vote
0 answers

Spring Boot test profile

I want to run UAT tests using Spring Boot. I want to run them on multiple configurations in parallel. I will start by saying that I'm not sure if it's a good practice to run mvn test on the same project in parallel. But let's pretend I'll do…
Anakin001
  • 1,226
  • 2
  • 14
  • 30
1
vote
3 answers

Writign Web Form Test Case

I'm not a software tester, but have been tasked with writing manual User Acceptance test cases for some long customer signup forms for a web application. Is the starting point that we assume all the form fields are 'there' for each type of form, and…
1
vote
2 answers

UAT is best performed in which environment? production or QA environment?

Which is the best environment to do business testing on ? Prod or QA. Thanks Rasnai
Rasnai
  • 21
  • 1
  • 3
1
vote
1 answer

SendKeys {SUBTRACT} not working

I've searched the Internet and this web site for any clues to fix my issue, but haven't found one. I have a method that expects a string and then does SendKeys.SendWait(str). Everything works like passing in "{ENTER}" or just typing normal text.…
Widunder
  • 295
  • 3
  • 19
1
vote
2 answers

How to get your clients to test

I build web apps for a living. An important but often painful process is client/user acceptance testing. How do you manage this process? i.e. How do you get them to test? Do you give them test scripts? Do you give them a system to log bugs and…
Colm Troy
  • 1,947
  • 3
  • 22
  • 35
1
vote
3 answers

Any rules of thumb for estimation of UAT effort - like for number of scripts as compared to the number of business requirements?

I'm attempting to estimate the number or testers required to test out a project. One method is to determine the number of scripts that will be required and was wondering if there was a rule of thumb for number of scripts as compare to number of…
LanceG
  • 11
  • 1
  • 1
  • 3
1
2 3