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 |
is validation done in white box testing .
what is means by feature to be tested in test plan
what type of report that you print it out from your defect tracking too when you go for the bug triage meetings? Thanks
How does one go for testing of firewall?? Though one answer is posted but its not a relevant one
if i provide u screens no documentation then how you will test that application without documentation .write testcases for that screens?
What are Levels of Functional testing?
what is meant by application server and its functions?
1.tell me one bug what u find ur testing and how u ill fix severity and priority? 2.difference between web and window based testing? 3.bug life cycle?
what are the definitions of smoke , sanity and dry run testing ?
can you please tell me what is test script ..with example what is the difference between test script and test cases
what is Recovery testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.