| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: What is the difference between system testing and functional testing? I know the definition of both, only want to know what is exact difference and when & why to implement.
Thanks, Rohan
|
| June 06, 2009 02:43:33 |
#7 |
| Ravi81 |
Member Since: June 2009 Total Comments: 2 |
RE: What is the difference between system testing and functional testing?I know the definition of both, only want to know what is exact difference and when & why to implement.Thanks,Rohan |
Functional Testing:
Testing that ignores the internal structures of the software and focuses on the output generated in response to selected input and output conditions.
System Testing:
Modules consist of units and all modules are combined together to form the system and these system is tested to make sure that it is working as per specification. |
| |
Back To Question | |