What is the difference between Functional test cases and
UAT test cases?
Answers were Sorted based on User's Feedback
Answer / @mit
Yes,above Answer is correct but i want to add some more
points.
Functional Test cases includes the functionality of the
application or module.It contains both +ve and -ve Test
cases.
While UAT Test Cases are prepred by both User requiremnet
and FRS.Generally UAT Test cases includes only +ve test
cases.
For Ex. Suppose there is an Login window and its
functionlaity includes that If user enter correct User name
and Password then press GO button then it should navigate
to the next page otherwise Not.
So,for above requirement V can write Functional Test cases
that includes both +ve and -ve Test cases like By using
Correct User Name and Password then Press GO button then it
should navigate to the next page and also some Test Cases
like What happens if user enter Correct User Name but
Incorrect password,Enter Incorrect User name with correct
Password and so on.
But in UAT Test Cases,v write the test cases that includes
only +ve Test cases as sated in requiremnet.Can also
include only -ve Test Cases but not more than one -ve Test
Case.
Plz let me know i m wrong.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / aa
Functional Test Case are designed based on functional
Requirements. These test cases are executed to verify
whether functionalities are working or not.
UAT test cases are designed based on user requirements.
These test cases are executed whether to check application
confirms to user expectations or not .
| Is This Answer Correct ? | 9 Yes | 1 No |
write testcases for open dialogbox
how to clarify functional requirements and non functional requirements in a srs?
If there there are 100 test cases which need to be executed in one day and out of them 50 are of Critical Severity, 30 are Major and 20 are Minor. What would be your approach?
What is Guerrilla Testing?
What is the test case did u take more time,and difficult to write, in interview they asked, can anyone give the answer please.
1.What are the difference b/w client & server?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is Standalone testing?
PLS HELP. i'm a rookie How to write test case with multiple textboxes??
what is backend testing using SQL?
How many times u involved in reviewing testcases
Here is the scenario. We have web app. in ASP.NET, server is IIS and database is SQL server2005. The application is used in healthcare industry. I am going to get realtime data from healthcare company to test. I need to perform back end testing. If someone can help me understand how i can start back end testing.