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 |
Write test cases to anti virus software?
How to write negative testcase?
In the Testing, How do we find the Duplicate Defects. In the case of testing is going on On-site r off-shore..some times on site and off-shore people may enter defects at the same time..those may include duplicate defects. how we have to find those defects..
Five positive and 5 negative test cases for Coffee vending machine
Suppose wihile we are doing testing..A bug is reproduced what will be the necessary action taken by the tester?
i have 3 years of manual testing, i have 1 year of exp in banking domain project, if i am attending any interview what kind of question i will get?
How would you ensure 100% coverage of testing?
What is the diff. between Sanity , smoke and ad-hoc testing?
May i know now-a-days most of the companies are following which model?
what is the need to write testcases??? cant u test ur application with SRS?? y u have to write testcase document??
What tests would you perform on common homepage?
What type of metrics would you use?