What is meant by UAT testing? And how is the UAT testing
carried out?
Answer Posted / aa
User Acceptance testing is testing based on user
requirements and to accept the application or not from
customer perspectives.
We are doing User acceptance testing in the client
environment as per the client requirements and as per their
understandings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What kind of testing to be done in client server application and web application? Explain
What is ecp (equivalence class partition)?
1.what promted you to become involved in QA/Testing?
What are the differences between stlc and sdlc?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
What is bug severity?
What is bug leakage?
There are some features to improve the performance of a Product. What are those factors?
What is defect validity ratio?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
can u plz give an example for regression testing with example.
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.