How do the test cases differ for Functional,Integration,System
and User Acceptance Testing???
Answers were Sorted based on User's Feedback
Answer / nestor
Functional Test Cases: Here the test Cases are designed in
such a way that the functionality present in
the 'Functional Design Document' are tested.
Integration Test Cases: The test cases are designed in such
a way that, the link between the modules and the flow of
data from one module to other modules are checked.
System Testing: Functional + Integration
User Acceptance Testing: Designing of the test cases based
on the client (or end users) understanding.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sathish
Functional Testing:
Testing the application whether it meets the
functional requirements specified in the Software
Requirement Specification documents.
It includes object behavioural testing,Database
testing,calculation coverage,navigation testing,error-
handling testing,Input domain coverage testing,Static text
testing & basic functionality of the page
Integration Testing:
Testing one or more modules together with the
intent of finding data interface defects.
System Testing:
System testing is conducted on overall system to
validate whether the system meets the functional and non-
funtional requirements specified in the Software
Requirements Specification.
User Acceptance Testing:
This testing will come next to the system testing.
Testing the application whether it meets customer
requirements and expectations. Customer site people will be
doing this testing or they will be closely involved in this
testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can anybody tell me that in real time how cookies testing is actually done.(kindly specify the steps). its very urgent
Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
15 Answers FCG, University Exams,
Plz anyone help me to write testcases for squar,Triangle,Rectangle and Circle.
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
Why do we write test cases?
what are the outcomes of system testing?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
What is the negative testing and example
wat kinds of documents requied during regression testion ? at time regression testing is done? can we do it repeatdly
How do you debug SSH?
Explain Single View Testing ?
What does entry and exit criteria mean in a project?