Waht is the difference between system test case and
functionlity test case?.
Answers were Sorted based on User's Feedback
Answer / vidya
In System Testing, System Test Case will be developed to
validate the System as a whole End-to-end, while combining
it with the required HW, Database, Networking and any other
connections such as Printers, Fax or any other external
supporting SW application. Here, while an input is given to
the System, the System's behavior to handle the input data
and its final expected out put will be verified.
In Functional testing, Functional Test Cases woll be
developed to validate the Application according to the
functionality demanded by the client or provided in the
SRS. Here the input is given to the application, the
application behaavior to handle the input data and its
final expected output will be verified.
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / murthy
System Test Case:
It will cover the application from end to end. It is
not based on the requirements given by the client. We need
to cover the whole application.
Functionality Test Case:
It will cover only functionality given in
requirements document. We need to check whether the given
functionality is working fine or not.
Ex: Take some maintenance projects. In that, for each and
every release the client will give some enhancemants (new
functionalities). In Functionality test case we need to
cover only the given functionaliteis. But before delivering
the project we should do System testing to assure that the
whole system is woking fine.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / n t
Functionality test is a part of System Test.
In functionality test basic functionality of all the
functional area of the application is tested and it ensures
that the build is ready to go into System test.
In system test end-to-end functionality of all the
fuctional area is tested throughly.
| Is This Answer Correct ? | 7 Yes | 9 No |
user A done some changes for a portion of test case doc. And user B also done some changes to same portion. If user-A checks in his file first then user-B. Then what is the state of that file?
what are the differnt error code that comes when an error occured in web application?
Retesting will be coducted on particuler bug or entair application?
how u can do integration testing and what r the approaches u need to follow?
How u write the test cases after studing the RSD and FSD
What group of teams can do software testing?
what is risk based testing ?
You're in the execution phase and after executing many test cases..you're not able to find any defect..not even a single defect. What will you do?
sanity testing is done during regression testing.is it true.if it is true plz explain?
what risks do u faced u r projest how do you solve
in your project which Tull you are using and what is the version and URL?
What is smoke testing?