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 an inconsistent bug? how to resolve this kind of bugs?
Once the build is given to the tester,what are the test he is going to conduct list them in chronological order .....its urgent
In development costs what percent Software testing accounts?
What do you think the role of test-group manager should be
What is White Box testing and who is responsible for white box testing?
What is Test Harness, Anybody can explain in Detail. Thanks in advance.
Factors effecting Testing of Web Applications?
For any web application, what are the possible login features that should be tested?
How quickly we need to fix the bug?
could anyone tell me atleast 5 ADV & DIS-ADV of Manual and automation testing
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?
what is the Difference between Integration testing and system testing?