What is the difference between functional & non-functional
testing?
Answers were Sorted based on User's Feedback
Answer / shalini gupta
Functional Testing is : How is your system is doing and non
functional testing is how well your system is doing i.e.
performance, stress, usability
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / alok kumar tiwari
Functional testing involves only:observation of output on
some specified inputs:The internal structure of system is
ignored:
Non-functional testing:the internal structure of system is
tested.generally the source code and modules are tested:
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / n@n!
functional testing: testing the dependend variables on
dependency variables is called functional testing.
non functional testing : testing the performance(speed),
and security testing is called non functional testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / isha
good answer...
for more stuff related to software testing u can also visit at
www.testingdream.com
it will definitely help u...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neelima neware
Functional testing:-FT is the type of testing done against
the business requirment of appliction.
Non-Functional Testing:-NFT is the type of testingdone
against the non-functional requirment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rani
For the functional testing the behaviour of the application
is tested as per the customer requirements.we have to test
the user interphase testing,object properties,input domain
test,data base testing,calculations,links,urls.
Apart from functional testing we conduct the required
non functional tests.usability testing,performance
testing,soax testing, volume testing,memory testing.
| Is This Answer Correct ? | 2 Yes | 6 No |
What is the difference between alpha testing and beta testing?
explain the ISO standard ( more explanation about the ISO
What is diff between Load testing Stress testing?
What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?
7 Answers AZTEC, Impetus, Symantec, Veritas,
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
What is the final stage of integration testing
test cases for Insurance Processing System ?
what is the use of end to end testing?we r donig every testing like system and functional testing ect..
What if there isn't enough time for thorough testing?
How to derive test requirements from SRS?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
What r blackbox & whitebox testing techniques?