what is the difference b/w system testing & functional
testing ?
Answers were Sorted based on User's Feedback
Answer / mfsi_sitamj
System testing is a testing process which comprises of testing the end to end functionality of the system. System testing is a test level in the software testing life cycle. It consists of both functional and non-functional testing.
Functional testing is a testing process where we concentrate on testing the overall functionality of the system, units and interfaces between the units or module. It is mainly a type of testing. It can be applied to all the levels of testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mfsi_satyakamm
System Testing- After integrating everything when the system
is ready, it is tested end-to-end to test whether the
complete system is working as it is desired to or not.
Functional testing- This is testing the functionality of the
application in compliance with the requirement &
specifications. It tests that the system is doing what it is
suppose to do or not as mentioned in
requirement-specifiation document.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sahil mahajan
System Testing: Once the components are integrated, the
system as a whole needs to be tested to confirm that it
meets the quality standard. System testing will be to verify
that it meets the functional and technical requirements.
System testing is also resembles like a production stage
where the process will actually run but it will still under
testing phase to perform the other types of testing if
needed and then finally test again under UAT.
Functional Testing: In functional testing we will check the
actual functionality of the application which will verify
that it matches the business requirements, the requirements
which we got from client or from use cases designs. There
are number of types of testing which will come under
functional testing like : Unit testing, Integration testing,
User acceptance testing, smoke / sanity / regression
testing, localization and globalization testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasanti behera
system testing is testing the application as a whole i.e without leaving a single object.it involves functionalty, performance,security and user interface etc...
functionality testing checks whether the application is working functionally according to clients requiremnet or not. its a part of system testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mfsi_priyankaa
system testing: once all the modules are integrated,they are
tested to find the defects.This is system testing.This is
based on overall requirements specifications.Functional
testing:This involves testing the basic functionality of the
application/program. The knowledge of internal code is not
required.This type of testing is done basically by the testers.
| Is This Answer Correct ? | 1 Yes | 1 No |
what are 5 common problems in software development process?
what is the framework followed in ur company?
How do we run the database testing manually
What is the term ‘quality’ mean when testing?
expalin with ex high priority high severity, and low sev low prioority? brahma412@yahoo.co.in July 24
What is Mean by V-Module?
20 Answers IBM, MBT, Wipro,
Can you explain random/monkey testing?
hi guys presently m working as a Technical Associate in a support team in mumbai.Jst now i hav completed my testing course of 2 months.I am B.Tech pass out of 2006.I want to swich my job in testing field. So pleae help me out & do something 4 me.
How do you scope ,Organize and execute a test project?
system testing or sub system testing ? both are same or different ?
What is Defect Seeding?
what is Regresstion testing? when it will be needed?