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 metrics and matrixes .. if possible please give some examples..
How do we analyse a bug?
What is known as data-driven testing?
what r the client side scripting languages and server side scripting languages
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
what is non functional requirements used in ur project?
When bug is raised ?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
what is Difference between Test Cases and Test Plan ? Give some Example Both of them
what are the initial templates used in a project (glamorous...)
What is Testsummary?
What is the difference between walkthrough and inspection? Give me the exact difference.