What is the difference between System Testing and
Functionality Testing?
Answers were Sorted based on User's Feedback
in blackbox testing we r conducting system testing.
system testing is test the
functionality,performance,security,usability of the
software.
functinal testing is comes under system testing.in this
testing we r test the functionality of the software.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vikas nandvadekar
System testing is done after only integration testing so it is nothing but end to end testing with security,usability
Functional testing is testing the functionality of application as per mention in SRS
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh
Depend upon the all Black Box Testing Techniques we r
conducting System Testing. Functionality Testing is part of
Functional Testing.
Functional Testing is one technique
Functionality Testing: Testing of internal funcationality
of the each object.
| Is This Answer Correct ? | 0 Yes | 6 No |
Hi friends!! Can u tell me, what is meant by Database Testing? How it can be done? What is tested in it(like any Queries like Select and all are tested or not)?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the significance of doing Regression testing?
What is the difference between alpha testing and beta testing?
What is Trivial Bug?
what techinques do u follow in suring testing?
What is Alpha and Beta Testing?
37 Answers ABC, Aspire, College School Exams Tests, Fidelity, Photon, TATA,
What is the relationship between quality and testing
Smoke testing is also called sanity testing? Why?
what is the difference between developer testing and tester testing?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Can anybody explain me branch/decision coverage with a example.