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 |
Differentiate between severity and priority? who assign these parameters to a bug?
How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.
is integartion tetsing done by..... a.test eng b.developer c.both d. none.. if any body involves , wat will they do?
What is Buddy testing?
what is exit criteria for testing?
in atm when we type password it displays password in encrypted form *****.what kind of testing is this?
Can the static testing be done for both web and client server application?
how load testing is different from regression testing?
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
How you test a product if the requirements are yet to freeze?
i have doubt suppose iam purly working in manual, when i will work on sql and performence testing? pls any one clarify doubt?
what is the difference between test case and result matrix