| |
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
|
| March 03, 2006 07:35:29 |
#1 |
| raghugbhat |
Member Since: October 2005 Total Comments: 4 |
RE: What is the difference between system testing and ... |
| 1) In The functionality testing we will concentrate only about that particular functionality in the application without bothering how it works in actual environment where as in system testing we will constrate on what is the role of that functionality in whole application.2) We can't test the performance of the application in functional testing, but in system testing we can.3)Generally we will use functional specification to test the functionality of ur application where as in system testing we will use SRS or BRS |
| |
Back To Question | |