What is User Acceptance testing and when u'll do this and
who will do this testing.
If u got any bug while doing UAT what would be the status
of Severity and Priority?
Answer Posted / ramprasad.s
HI
1.User Acceptance Testing is To check the
Product/Application satisfies the User/Client.
2.User Acceptance Testing is done by Client/user.
3. Priority is High.
Severity depends How For the Application is Affected.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between functional requirement and non-functional requirement?
Can test condition,testcase and testscript help u in performing the static testing
Hi, Anybody knows about Hexaware company..
How to find that tools work well with your existing system?
What is deferred status in defect life cycle?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Explain the sub-genres of performance testing?
Test cases on send/ receive button of Microsoft outlook.
What is mean by multi-threading testing?
Write 2 scenarios for System testing?
What icon is used in WinRunner to get an explanation of the syntax of TSL?
What is the difference between latent and masked defects?
How can I do Server side Interface testing in Web Testing?
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
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; }