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 |
1. what is a date guidelines ?
waht is deffect?
where do we use checkpoints in real time?where they actually come into picture?
I want to know the real time cycle i.e SDLC.(First of all Buisness logic is prepared,but doesn't know by whom and with the help of whom?)Similarly what are the next steps (the persons involved) and connection in between the steps.
What is meant by SIT?
what is the role of a test build manager?
Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma
what can't be automated on the projects?
As a tester I found a show stopper(critical defect) this evening whereas the project is going to be delivered to the client tomorrow morning so there is no time left.I reported the same to my test manager but he is not ready to convinced with me moreover he wants to close the matter as it is....in this senario wat will u do???
What is difference between Development envionment and Test enviornment.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
What do you mean by peer rieviews