What is non-functional testing?
Answers were Sorted based on User's Feedback
Answer / sivakumar
Non-functional testing includes:
Baseline testing
Compatibility testing
Compliance testing
Documentation testing
Endurance testing
Load testing
Localization testing and Internationalization testing
Performance testing
Resilience testing
Security testing
Scalability testing
Stress testing
Usability testing
Volume testing
Failover testing
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / nanda
In Generic Terms the word Non-Functional in Testing meant
to Performance, Load, Stress, Volume.... Testings.
In Manual - What Ms.Devi had mentioned above is Field Level
Validations part of Unit Testing which is supposed tobe
done by the development team.
As per my knowledge Non-Functional in Manual Testing
relates to Testing the functionalities which is not
available in the Requirement Document.
For E.g.
In a Masters Module checking - Duplication of Records in
Add / Edit Screen
Soft / Hard Delete - Delete one record and try to add the
same record - if its soft delete it shows already exists
but user cannot view the record in the interface - status
were changed in Backend
Important one is Referential Integrity
Parent Level module cannot be deleted if it contains any
records in child level modules.
and Security Testing ( Check Cookies were deleted
properly ) -- Big Topic will discuss separately
Any queries send email to s.nandakumar at sify dot com
98844-17981
Regards
Nanda
| Is This Answer Correct ? | 11 Yes | 18 No |
Answer / ravikiran
Functional testing- its all the part of requirements
documents, business document, testplans etc, functional
testing will relate to all part os the page interacting
with the other page with the exact mapping of variables.
this testing process will include the actual business which
is expected by te customer.
Non Functional testing- its a part of checking the
stability in the appication, for instance how does the
variables reflect if the data entered is not relevent to
the data which specified. non functional testing involves
adhoc testing process to check the stability. non
functionality testing involves different ways meaning it
can be testing the accespatence after changing the
environment changing the popup messeges ect.
| Is This Answer Correct ? | 4 Yes | 13 No |
What is the difference between Use Case and test case?
What is Functional point and what is the use?
What is workadround
a apllication is given to you but the requirements and functionalities are missing what will you do to start the testing?
What is the difference between SRS, BRD and FRD? Please explain in detail.
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
what is monkey testing?
What test cases should be written in performance testing manually?
What is the procedure to write test cases and what are the conditions to write test cases? please say...
What is Black Phase in SDLC?
what is the difference between test senario and test case?
How do you prepare a regression testing suite?