Can you tell me the difference between functional and non
functional testing?
Answer / mudaseer
Functional Testing:Functional testing means we do functional
testing to validate the functionality of the application
against functional requirements document or Testing the
application against business requirements. Functional
testing is done using the functional specifications provided
by the client or by using the design specifications like use
cases provided by the design team. we test for functionality
of the application only.
Functional Testing covers:
1. Unit Testing
2. Smoke testing / Sanity testing
3. Integration Testing (Top Down,Bottom up Testing)
4. Interface & Usability Testing
5. System Testing
6. Regression Testing
7. Pre User Acceptance Testing(Alpha & Beta)
8. User Acceptance Testing
9. White Box & Black Box Testing
10. Globalization & Localization Testing
Non-Functional Testing: Testing the application against
client's and performance requirement. Non-Functioning
testing is done based on the requirements and test scenarios
defined by the client. Non-functional testing means we do
not test for functionality of the application.
Non-Functional Testing covers:
1. Load and Performance Testing
2. Ergonomics Testing
3. Stress & Volume Testing
4. Compatibility & Migration Testing
5. Data Conversion Testing
6. Security / Penetration Testing
7. Operational Readiness Testing
8. Installation Testing
9. Security Testing (Application Security, Network
Security, System Security
| Is This Answer Correct ? | 11 Yes | 0 No |
what is the diff between ad hoc and exploratory testing ?
hi guys, could u tell me the draw backs of V model, one of my friend told me that in V model regression testing is not avialable and even test plan too, wat do u say? hope i will get answer soon, thanx..............
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
What is meant by bucket testing?
tell me about ur current project???
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
what is testing policy and testing methodology? and what is the difference?
wht is smoke testing and user interface testing
3 Answers Oneclick Testing Solutions,
please explain me with example of this question. diff between bug and diffect. don't give def please give answer with example.
what is WinRunner frame
What are the Type of CMM Levels, Explain Each Level.
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....