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 |
what are the outcomes of system testing?
Looking for job in Software Testing (Manual), Want to learn Manual Testing? Learn from expert with 8+ yrs in leading software company mail to manualtestingtraning@gmail.com
Which is the better way to explain tipical bug life cycle?
when we use the Equivalance Partioning techinique
What are the possible test cases/test scenario for Search functionality ?
In which phase the GUI Testing will be held on V model?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
In a listbox of cities, if I enter B, it should display all the cities starting with B, then if i type BA, then all cities starting with BA and so on. Pls anyone give me all the positive and negative test cases for this. It is urgent. Realtime questions pls.
what is Inspection?
How does the Priority matters. Will it affect only the Business impact or Functional impact as well?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
is it not waste of time in preparing the test condition,test case, test script?