What is non-functional testing?
Answers were Sorted based on User's Feedback
Answer / swapna
Testing requirements of a system that do npt relate to
functionality,this includes performance, security,
reliability, load, volume, sociability, failover and
recovery, stress testing.
Is This Answer Correct ? | 41 Yes | 4 No |
Answer / sundar
This is to test the features and facilties and also the
stability of the application - which are not directly
related to the business functionaly but are essential. This
covers:
- Performance, load, stress and volume testing
- Security (System and application) testing
- Relaibility testing
- Fail recovery testing (at application level)
At times this is also extended to other testing such as
adaptability testing, configuration testing etc. But it
depends upon the specific organisation and the needs.
Is This Answer Correct ? | 34 Yes | 0 No |
Answer / devi
after completion of sucessful functional testing on
software build, the test engineers are concentrating on
extra characteristics of that software testing.such as user
interface testing,realibility testing configuration
testing...
Is This Answer Correct ? | 47 Yes | 17 No |
Answer / shilpa
Non-functional testing is the testing of a software
application for its non-functional requirements. The names
of many non-functional tests are often used interchangeably
because of the overlap in scope between various non-
functional requirements. For example, software performance
is a broad term that includes many specific requirements
like reliability and scalability. this testing can be start
as soon as s/w is developed. it bassically includes GUI
features of a s/w
Non-functional testing includes:
Compatibility testing
standard testing
Documentation testing
Endurance testing
Load testin
Performance testing
Security testing
Scalability testing
Stress testing
Usability testing
Volume testing
and more but depends with the environment and
requirement.
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / gopalakrishna
non functional testing is a type of testing where u have
both the action and the look and feel of the objects is
involved.
for example let us take installation testing.
installation testing is an example for non functional
testing
first you install an application in an environment and then
observe the changes, and feel the reactions of the
application in an environment.
so,in non functional testting, we not only have the
functional part, but also the GUI based testing involved.
so, i would say it is a mixture of both functional and GUI
based testing.
u can take other examples also, they are:
usability testing, compatability testing.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vani
It is the testing of software application for its non functional requirements. There are many non functional tests are often used interchangeably because of overlap in scope between various non functional requirements. It includes many testings like
Security testing
Baseline testing
Stress testing
Scalability testing
Usability testing
Volume testing
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / vj
Software application has several Quality Properties like Functionality, Scalability, Recoverability, Availability, Security etc. 'Software Systems Architecture: Working with Stakeholders Using Viewpoints and Perspectives', a book by Rozanski is very useful. Testing any Quality Property other than Functionality can be called as 'Non-Functional' Testing.
Non-Functional Testing is more technical than functional testing in that, it is performed on the infrastructure(servers/networks etc) within the environment rather than application as in functional testing.
We can test servers, databases, network components, messaging etc. The important point to remember is, these tests are performed to support Functionality of the application - because end users will not see the Non-functionality of the application other than when system performs slowly/ someone hacked etc. They only work with functionality of the system and it is their priority but Architecture contains not only functionality but also other qualities and hardware to support such functionality.
Servers are tested for resilience and availability defined in Operations Requirements, Service Level Agreements(SLAs), for Capacity Management to accommodate number of Users/Volumes of traffic defined in the requirements, for endurance.
Alerting and Monitoring for component/system failures, breaching resource threshold levels - these will be useful in Operations.
Logging, Log Shipping(or Rotating), Audits to make sure every user activity is logged and can be audited - This is done as part of conformance as well as understanding if something goes wrong in the system, we know exactly what hapenned.
Network Components within the environment/Architecture to determine that there are no Single Point of Failures and no data loss during failure conditions in live. These tests can be linked through to Alerting and monitoring and also to Auditing.
Databases for Backup and Restoring - several backup techniques available depending on the requirements in Operations.
Disaster Recovery is another type of Non-Functional test where entire Data Centre( if the architecture is data centric) is failed over to secondary data centre and operated from secondary site without impacting Business/functionality in live.
Non-Functional testing can be done in parallel with Functional Testing depending on Test Environments availability as well as non-intrusive to other testing types.
Just like Functionality, there are few tools available for Non-Functional Testing as well.
For example,
LoadRunner for Testing Scalability(Load, Stress, Soak).
Backup and Restore/Recovery - Recovery Manager (RMAN) is a built-in Backup and Recovery tool in Oracle
Disaster Recovery is mostly manual but some of the processes can be automated.
Security - There are hundreds of tools Open source tools available for Security Testing - have to be very careful when trying these out.
Monitoring and Alerting - There are number of open source tools.
Hope this will be helpful
VJ
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / testing expert
Non-<a href="http://www.indiumsoft.com/core-qa-offerings/functional-testing">functional testing</a> denotes the overlap in scope between various non-functional requirements. For example, software performance is a broad term that includes many specific requirements like reliability and scalability.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / avinash kb
Non Functional Testing is also called static testing where we are not worried about the functionality of the product whether it is working or not. For Ex: Review, Usability testing, Accessibility testing, performance testing, comparison testing, walk through, inspection,,,,,,etc
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / tester
Non-functional testing covers that part of the application
in which the functionality of the application is
irrelevant. For example, look and feel[GUI] testing.
Is This Answer Correct ? | 26 Yes | 28 No |
1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.
Are all special characters are used in email id? My question is - If I enter *,#$ in email id should it accept?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
508 compliance
What are the disavantage of Manual Testing?
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
What is Gorila testing?
what are the main challenges faced in ur project?
What is the difference between pilot and beta testing?
4.How would you define QA/QC?
19 Answers Nicholas Piramal, VJIL Consulting,
What is Finite state Machine in Testing? What is High Availability Testing? What is Incremental Regression Testing? What is sensitivity Testing? Plz Reply ASAP.
What is 2-Tier and 3-Tier Architecture?