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 |
What testing roles are standard on most testing projects? Categories: Software Testing
What is the difference between Smoke & Sanity Testing.
What techniques will cause double-byte problems to show up?
Please answer it:Your achivements as an manual tester? Dont answer :Ive found bugs? Bcoz it is your job.
how do u know that the test case is complete(assume we have a testbox how do u know that all the test cases are covered for this text box)
please mention critical bugs in hospital management system i.e in project has 4 modules likeappointments,patient chart,reports,pharmacy like that
diff betn buddy and pair testing
what is test scenario?
what is the difference b/w Priorty and severity in Bug Report
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
what is Middleware? can anybody explain me?
what is penetration testing