Any body please give me correct answer of system testing and functional testing?

Questions by ramaganta   answers by ramaganta

Showing Answers 1 - 8 of 8 Answers

rameshraju

  • Aug 18th, 2006
 

As far i am conern System testing is nothing but blackbox testing

i.e, under system testing we have functionality testing, performance testing, security testing and user interface testing.

  Was this answer useful?  Yes

Vijay Kumar.B

  • Aug 21st, 2006
 

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.

  Was this answer useful?  Yes

sudhakar2068

  • Sep 12th, 2006
 

 

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.

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 

 

  Was this answer useful?  Yes

madhavi

  • Sep 21st, 2006
 

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.)

  Was this answer useful?  Yes

chowdary11

  • Oct 26th, 2006
 

Functional Testing

?         Structure of the program is not considered.

?         Test cases are decided based on the requirements or specification of the program or module

?         Hence it is often called as ?Black Box Testing?.

 

System Testing

?         Confirms that the system as a whole delivers the functionality originally required.

?         Follows the black box testing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions