Is system testing part of Functional testing or functional
testing part of system testing?
Answers were Sorted based on User's Feedback
Answer / guest
System testing includes testing for both functional aspects
and non-functional aspects.
Hence,functional testing is part of system testing.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / mfsi_krushnas
Functional testing differs from system testing in that
functional testing "verifies a program by checking it against
design document(s) or specification(s)", while system testing
"validate a program by checking it against the published user
or system requirements".
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nilanjan saha
System testing is done to check the functionality of the
system as a whole, and with the functionality of the system
as well as non-functional attributes are checked like
performance and reliability of the system.
But Functional testing can be in any form of test levels-
In Component testing it verifies the Component functions
properly or not.
In Integration testing it verifies interfaces of
different modules are integrated properly or not.
So we can say Functional testing might be part of System
testing but reverse is not true.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shailendra
in functional testing 3 types of testing is performed:-
1. unit testing.
2. integration testing.
3. system testing.
so, the system testing is the part of functional testing
| Is This Answer Correct ? | 1 Yes | 13 No |
Can you tell me the difference between functional and non functional testing?
How do u go about testing of client server application
If a TESTER finds a defect in a WEB APPLICATION, and then raised a ticket to developer. But a developer was unable to reproduce the same defect, then what a tester must do. And what a tester needs to explain a developer...?
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
Can you explain process areas in cmmi?
What skills needed to be a good test maual?
What is Traceability matrix? Why it is used? Can u tell me the architecture of that?
wat is the differece between three tier and two tier application
EXplain the diffeenet types of bugs.....
14 Answers GE, TCS, Vertex,
What are the advantage and disadvantage of Selenium IDE tool? Is that useful for testing .net projects? please reply my friends.
If PRS is given to you on say XYZ functionality then which different types of testing you will perform . Please arrange these types in sequential manner in which you will perform?
If any feature is removed from the application then also tester have to do Regression testing?