RE: Any body please give me correct answer of system t...
Functionality Testing is a Part of System Testing.System Testing means the whole process of testing,it includes GUI,Functionality,Performance,Security Testings,i.e from Begining to Ending.
RE: Any body please give me correct answer of system t...
system testing :Testing that attempts to discover defects that are properties of the entire system rather than of its individual components.
Answer(2) is below is Answe (1) is above.
system testing:System functional testing is a form of software testing that attempts to determine whether each function of the system works as specified
functional testing:Application of test data derived from the specified
functional requirements with out regard to the final program structure.
RE: Any body please give me correct answer of system t...
System testing - Black box type testing that is based on overall requirements specifications; covers all combined parts of a system
·Black box testing - not based on any knowledge of internal design or code. Tests are based on requirements and functionality.
Functional testing – Black box type testing geared to functional requirements of an application; this type of testing should be done by testers. This doesn't mean that the programmers shouldn't check that their code works before releasing it (which of course applies to any stage of testing.)