what is the important difference between system testing and
functional testing?
Answers were Sorted based on User's Feedback
Answer / prabhu
Functional Testing:
Is to test whether the functions specified by the
client in the requirements is functioning(working)
correctly or not.
System Testing:
Testing the entire application as in the real
scenario. i.e. testing the application as in the client
environment
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / siddiq [sst]
Functinal Testing is part of System testing..
System testing involves testing Functional,Non Functional
and Usability testing.
System testing depicts the system as a whole, where as
functional tetsin may be testing a single/whole ...
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ram
Functional Testing is testing the implementation of
requirements of an application.
System Testing is tesing implementation of requirements
with all its internal and external components that make a
complete system.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / kiran9
important difference is
In functional testing: we do unit functionality testing
ex:each feature of the appl is verified(text field
validation and functionality of command buttons)
In system testing:Majorly concentating on the flow of the
application w.r.t to a perticular functionality.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / nazeer
Functional testing: It is Manditory testing level in system
testing during this time the test the testing team is
concentrating on the correctness and completeness of the
customer requirements
System testing:System testing is the behavioral of the
whole system it will do based on requirements .It should
nvestigate the both Functional and nonFunctional
requirements
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / pradeep
functional involves testing the functional requirements.
system testing involves testing both the functional and non
functional requirements.
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / hemakumar
Functional Testing:
Is to test whether all the functionalities
are working properly r not as specified in the SRS?
System Testing:
when once application is developed ,it will
be deployed in to a client specified environment to become
a system.
Is This Answer Correct ? | 1 Yes | 8 No |
Can any one give an example of having high priority and low seveority
what are the different testing methodologies and testing techniques? Am asked in interview that what is the defect age? I replied that the time gap between the defect reporting and defect resolving. then the interviewer asked me if at all the defect is not resolved then what is the defect age of that particular defect? can anybody answer this?
how can we connect database in manual testing? pls answer for this
while reading specification documents if u got any doubts or u think the specification should be clear or when u think some changes should be there in specifcation docs, or u find the difference in FRS and Design docs,whom do u report this??
What is Testing Life Cycle. Explain Briefly?
There are no requriments, coding is been developed to the project without srs,brs document how u are going to prepare test case?
Explain V model in depth?
What if there isn't enough time for thorough testing?
Can any one send links or documents for web based testing? this week i want to take seminar in WEB BASED TESTING? can anyone share about this ?whatever thing u know send that details to me.
Define Major defect
what is an inconsistent bug? how to resolve this kind of bugs?
Difference between Functional and System testing?