What is mean by Funtional and Non-Funtional Testing?
Answers were Sorted based on User's Feedback
Answer / nuve1284
functional testing is done to make sure that the all the
requirements defined in a functinal spec doc are
implemented properly or not. in simple its nothing but
testing teh functionality of teh application/product
non functional testing is to test the performance of teh
application
for more info visit
www.swaretesting.blogspot.com
www.qtestpro.blogspot.com
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jyoti
Functionality Testing
It is the checking of exact functionality of the application
as per user requirements
Non-Functionality Testing
It involves below factor testing
1)Security testing
2)Performance testing
3)Installation testing
4)Compatibility testing
5)Configuration testing
6)Regression testing
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / mrunal
functional testing is related to the functionality of application as per client requirements whereas non-functional includes GUI, performance & security testing of application
Is This Answer Correct ? | 1 Yes | 0 No |
For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?
Which metric is used for extent of testing? a.)User Participation b.)Acceptance criteria tested c.)Test Cost d.)Test Automation
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
What is test report?? du u;ve written any test reports
what is "test strategy"?
What is Equivalence Partitioning and Boundary Value Analysis. Is Boundary Value is subset of Equivalence Partitioning??
what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).
What is Tracibility matrix?How we can use in real time application?
can we give special characters in password
what is the difference of the Functional testing in the waterfall model and V-Model?
Which Server Stats are essentially monitored during a Performance test of a Web Application?
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?