What is the difference between functionality testing and system testing?

Showing Answers 1 - 4 of 4 Answers

ramesh

  • Feb 13th, 2006
 

funcationality testing is part of system testing

system testing canbe diveded in to four parts

usability

fuctional

secutity

performence

  Was this answer useful?  Yes

nitesh484

  • Feb 15th, 2006
 

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

 

system testing - black-box type testing that is based on overall requirements specifications; covers all combined parts of a system.

  Was this answer useful?  Yes

sabitha

  • Mar 16th, 2006
 

 itis also known as requirement testing,during this testing team validitycorrectness of every functionality through below coverage.

  Was this answer useful?  Yes

veenadevi karumanchi

  • Mar 24th, 2006
 

functionality testing:

means testing involves identifying the application functionality and develop positive and negative testcases to check your application

system testing

in system testing combine all the modules and test as one whole product

  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