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 UAT environment should We setup ? Is it based on users, industry standards. etc. please give some useful links
How many UAT environment are sufficient
286 Views Asked by Pulkit Bhatia At
1
There are 1 best solutions below
Related Questions in UNIT-TESTING
- How to write tests for classes with inheritance
- PHPunit call magic methods
- Convert IEnumerable to IObservable with variable Period
- How to a run specific code before & after each unit test in Python
- Unit testing a class A that derives from an abstract class B
- Is there another way to unit test business logic in mvc
- Some of my tests show prepended with junit.framework
- Selenium Driver Service not found exception
- Can not convert from Class<PowerMockRunner> to Class<? extends Runner>
- AngularJS Unit Testing - multiple mocks and providers
- How to use Sinon.js FakeXMLHttpRequest with superagent?
- Get Mock with AutoMock.Create<>()
- Mock service that takes unitOfWork in constructor
- Cleanest method for creating a pytest test fixture that takes in dynamic text data
- g++ 5.1.0 not building project, clang shows unknown error
Related Questions in TESTING
- How does Robot's Telnet library work?
- Behat doesn't load extensions?
- Load additional CONFIG file with values
- rails controller test failing non-deterministicly wrt state leak (I think)
- Ordering tests using trial twisted
- Unexcepted failed Gavel/Dredd test
- How to use Jasmine and CucumberJS with Protractor
- Django login tests session problems
- How to mock specific RequireJs dependencies while unit testing
- Test case for WCF REST Service
- how to test this business logic
- Protractor - How to get first or last CHILD value
- Factory Not Registered in rspec but found in console
- Pick out certain lines from files
- Selenium stops running after click() function runs
Related Questions in BUSINESS-LOGIC
- Mock service that takes unitOfWork in constructor
- should SOLID principles be followed for business specific development?
- How store business logic into database?
- Aggregate root creating child entities with new GUIDS
- Is this business logic?
- How to avoid duplicating business logic across multiple different presentation layers
- Understanding Finally with Object Reference
- Exception in case statement
- Issue in Developing Conceptual Model for My Website
- When does logic belong in the Business Object/Entity, and when does it belong in a Service?
- Removing ASP.net Session calls from business logic
- Implementing business logic in Microsoft CRM
- Visualise a C# method logic
- How do I softcode a workflow activity in .NET?
- S#arp Architecture: Where to put this domain logic
Related Questions in USER-ACCEPTANCE-TESTING
- What is the success criteria for KLOC in each testing phases
- How to make exactly Acceptance Criteria and Acceptance Testing in Spring MVC project?
- Using VSTS to build/run Selenium tests defined in shared solution
- Is there any way to prove that changed implementation does not introduce regression?
- Is it valid to have specflow features depending on other features?
- Code promotion: Enforcing the rules
- Test Case Design and responsibility of Testers, Developers, Customers
- Using Fitnesse to test external data
- Permission to start activity denied using Appium and Selenium on VS2015
- Reference for url query strings parameters in the WorkItemEdit.aspx in TFS
- What happened to GremCheck? Is there a viable replacement?
- configure selenium in ubuntu for testing php in codeception
- Difference System Acceptance Test and User Acceptance Test
- how can i refactor acceptance tests with login
- .Net Core , c# and Fitnesse Fit fixtures
Related Questions in UAT
- How do you set up UAT for DynamoDB?
- Same app but different builds on separated Play Store accounts
- Spring Boot test profile
- host entry in android
- How to test roles and permissions?
- SendKeys {SUBTRACT} not working
- Differences between User Acceptance Test and Test Case Scenario and Functional Test
- Randomizing outputs to file
- UAT version of app best practice
- What is the difference between testing and UAT in agile scrum process?
- Are there any supported Selenium (or other) scripts to test Azure B2C and Azure AD authentication?
- How to give client access to preview web application
- Tricentis Tosca - ListBox
- Develop the same java class in two different packages one for UAT and one for production
- Specflow - State between "scenarios"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have to measure the test coverage (automatic or manual) in order to understand if your test effective enough. It is worth to calculate how the coverage increase by the additional UAT track. For example lets assume that your UAT test should provide 75% coverage. Then you need to measure what coverage provides one track. In case if the additional track will significant improve the coverage you have to continue add the tracks until you will reach the expected 75%. Please see the following link for more info