ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
   
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Is system testing part of Functional testing or functional
testing part of system testing?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Is system testing part of Functional testing or functional testing part of system testing?
Answer
# 1
System testing includes testing for both functional aspects
and non-functional aspects.

Hence,functional testing is part of system testing.
 
Is This Answer Correct ?    12 Yes 0 No
Guest
 
  Re: Is system testing part of Functional testing or functional testing part of system testing?
Answer
# 2
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
Mfsi_krushnas
 
 
 
  Re: Is system testing part of Functional testing or functional testing part of system testing?
Answer
# 3
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 9 No
Shailendra
 
  Re: Is system testing part of Functional testing or functional testing part of system testing?
Answer
# 4
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 ?    0 Yes 0 No
Nilanjan Saha