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 |
Can you explain how state transition diagram can be helpful during testing?
In V model what are the documents the Testing got from developement team to create test case in Acceptane TC, Integrationm Tc, System Tc?
What are the difference between Water fall model and V- Model? Which one is better? Why 80% of Software companies using Water fall model nowadays?
If there is no sufficent time for testing & u have to complete the testing then what will u do?
Orthogonal Arry Testing?
What is v&v model??what is the difference between vmodel and V&v model??
What is the difference between Retesting and Data Driven Testing?
What is d difference between Black Box Testing and Functional Testing?
At what stage of the development cycle software errors are least costly to correct?
when the tester actually involves in Testing?(at which stage of SDLC)
what is dead line and when its occur
What is a Show Stopper?