EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Free Courses
  • Certification Courses
  • 600+ Courses All in One Bundle
  • Login
Home Software Development Software Development Tutorials Software Testing Tutorial Non Functional Testing Types
Secondary Sidebar
Software Testing Tutorial
  • Types of Testing
    • Adhoc Testing
    • Types of System Testing
    • Manual Testing Types
    • Unit Testing Types
    • Unit Testing Benefits
    • Agile Testing
    • What is Agile Testing
    • Acceptance Testing
    • Stress Testing Types
    • Alpha and Beta Testing
    • Application Testing
    • Automation Testing
    • Automation Testing Advantages
    • Benchmark Testing
    • Black Box Testing
    • Domain Testing
    • Dynamic Testing
    • Ecommerce Testing
    • Fuzz Testing
    • Gray Box Testing
    • GUI Testing
    • Installation Testing
    • Interface Testing
    • Interoperability Testing
    • Mainframe Testing
    • Manual Testing
    • Mutation Testing
    • Monkey Testing
    • Negative Testing
    • Penetration Testing
    • Penetration testing phases
    • Penetration testing framework
    • Protocol Testing
    • Recovery Testing
    • Regression Testing
    • Mobile Penetration Testing
    • Accessibility Testing
    • Sanity Testing
    • Scalability Testing
    • Security Testing
    • Spike Testing
    • Stability Testing
    • State Transition Testing
    • Static Testing
    • Gatling Load Testing
    • System Integration Testing
    • Structural Testing
    • Locust Load Testing
    • System Testing
    • Control Flow Testing
    • Unit Testing
    • Cypress testing
    • Volume Testing
    • Web Testing Application
    • What is Exploratory Testing
    • What is Stress Testing
    • What is Usability Testing
    • White Box Testing
    • Types of White Box Testing
    • Compatibility Testing?
    • Use Case Testing
    • Beta Testing
    • Integration Testing
    • Non Functional Testing
    • Non Functional Testing Types
    • What is Functional Testing
    • Functional testing types
    • Cookie Testing
    • Alpha Testing
    • Boundary Value Testing
    • Equivalence Class Testing
    • Glass Box Testing
    • SOA Testing
    • Smoke Testing
    • Visual Testing
    • Visual Paradigm
    • Model-Based Testing
  • Basics
    • What is Software Testing
    • Careers in Software Testing
    • Defect Life Cycle in Software Testing
    • Bug Life Cycle
    • Levels of Software Testing
    • Software Testing Life Cycle
    • Software Tester Work
    • Software Testing Principles
    • Software Testing Services
    • Testing Methodologies
    • Test Approaches
    • Grey Box Testing
    • Types of Software Testing
    • What is a Bug in Software Testing
    • Benefits of Automation Testing
    • What is Automation Testing?
    • Types of Automation
    • Typical Journey of a Software Tester
    • Automation Testing Process
    • Mobile Automation Testing
    • Automation Testing Life Cycle
    • Software Quality Assurance
    • Software Quality Assurance
    • What is Test Environment?
    • Verification and Validation Testing
  • Testing techniques
    • Software Testing Methodologies
    • Black Box Testing Techniques
    • Static Testing Techniques
    • Test Case Design Techniques
    • What is Static Analysis
  • Testing tools
    • Manual Testing Tools
    • Visual Testing Tools
    • Automation Testing Tools
    • Functional Testing Tools
    • GUI Testing Tools
    • Penetration Testing Tools
    • Performance Testing Tools
    • SOA Testing Tools
    • Accessibility Testing Tools
    • What is QTP
    • Regression Testing Tools
    • Security Testing Tools
    • Test Management Tools
    • Defect Management Tools
    • Code Coverage Tools
    • Test Coverage Tools
    • Defect Tracking Tools
    • Continuous Integration Tools
    • Install Bugzilla
    • Test data generation tool
    • Unit Testing Tools
    • Web Testing Tools
    • Stress Testing Tools
    • Performance Monitoring Tools
    • Mobile Testing Tools
    • Responsive Testing Tool
    • Cross Browser Testing Tools
    • Risk Based Testing
    • Database Testing Tools
    • WinRunner
    • What is Squish?
    • CubicTest
    • What is WinRM?
    • Bugzilla Tool
    • Code review tools
    • Penetration Testing Open Source Tools
  • Advance
    • Cyclomatic Complexity
    • Decision Table Testing
    • Decision Tree Algorithm
    • What is Continuous Integration
    • Mantis Bug Tracker
    • Equivalence Partitioning
    • Gantt Chart Software
    • Acceptance Testing Types
    • Load testing tools
    • Install TestNG
    • Install Unity
    • Defect Management Process
    • Test Plan Template
    • Testing Interview Questions
    • Testing of Mobile application
    • What is Test Automation Frameworks
    • Test Automation Framework
    • Application of Automation
    • Test Automation Process
    • Automation Testing Roles and Responsibilities
    • What is Instruction Cycle?
    • What is Cucumber?
    • 15 Best Popular Bug Reporting Tools
    • What is Automated Testing?
    • Software Maintenance Types
    • Types of Penetration Testing
    • Software Reliability
    • Best Gantt Chart Software
    • Code Coverage
    • Branch Coverage
    • Decision Coverage
    • Statement Coverage
    • What is Test Case
    • Types of Test Case
    • What is Test Scenario
    • Formal Review
    • Alpha Beta Pruning
    • What is Cyclomatic Complexity?
    • Test Coverage
    • How to Write Test Case
    • Testing Documentation
    • Performance Testing Life Cycle
    • Test Harness
    • Test Strategy
    • Software Incident Management
    • What is Debugging
    • What is Defect?
    • Listeners in TestNG
  • Inteview Questions
    • Automation Testing Interview Questions
    • Manual Testing Interview Questions
    • ISTQB Interview Questions
    • Cucumber Interview Questions
    • Software Testing Interview Questions
    • Penetration Testing Interview Questions

Related Courses

Software Testing Course

Penetration Training Course

TestNG Training Course

Non Functional Testing Types

Non Functional Testing Types

Introduction of Non Functional Testing Types

Non functional testing is a types of software testing that is used to test the non functional aspects of the software like loading, reliability, performance, security, recovery, volume, stress, etc.  Based on these aspects, non functional testing is categorized into various types such as compliance testing, baseline testing, documentation testing, reliability testing, load testing, performance testing, recovery testing, security testing, scalability testing, stress testing, usability testing, and volume testing.

Types of Non Functional Testing

  • Baseline Testing: Baseline testing is a type non functional testing that is used to validate documents and specifications on which the test cases are designed. That means it creates a base for new creation. As it test the requirements at early stage, many problems are discovered and solved at early stage. Baseline testing is also called as benchmark testing. It helps to measure the important characteristics and requirements and analyze the performance of the application.
  • Compliance Testing: Compliance testing is a non functional testing technique that is used to validate whether the developed system meets the organization’s defined standards or not. It is also known as conformance testing. It evaluate the documentation of the project to check for completeness and reasonable. The standards are used by IT industry and large organizations like IEEE, W3C, etc.
  • Documentation Testing: Documentation testing is used to test the documented artifacts that are usually developed before or during the software testing process. Documentation testing helps in estimating the testing effort required, tracking requirements, coverage of the test, etc. It includes the description of commonly used documented artifacts related to software development band testing like test plan, test cases, traceability matrix.
  • Reliability Testing: Reliability testing is a type of non functional testing which is used to validate whether software can perform failure free operations for the specified time period in a particular environment. It is used to test the performance of the software under given conditions. It’s main objective is to find the number of failures occurring in a specific amount of time. Test retest reliability, decision consistency and parallel forms reliability are three main approaches used by reliability testing.
  • Load Testing: Load testing is a type of non functional testing which is used to test the performance of the software under a specific expected load. It determines how software application behaves while being accessed by multiple users simultaneously. It’s main goal is to improve the performance and ensure stability and smooth functioning of the software before deployment. It helps to identify bottlenecks in a system under heavy user stress scenarios.
  • Performance Testing: Performance by is used to test the speed, stability, scalability, reliability, response time of the software under the expected workload. It’s main goal is to identify and eliminate the bottlenecks of performance. It helps to identify your testing environment, identify the performance acceptance criteria. LoadNinja, Jmeter, HP LoadRunner are commonly used performance testing tools.
  • Recovery Testing: Recovery testing is a type of non functional testing which is used to verify the ability of software to recover from failures like software or hardware crash, network failure, disk failure, etc. Its main goal is to determine whether software operations will going to performed to well after the failure of the data or software/ hardware.
  • Security Testing: Security testing is used to determine the security of the software. It’s main goal is to ensure that software systems arr free from any threats that can cause the loss. It measures the potential vulnerabilities of the system and helps to detect the possibility of the security risk in the software, help developers to fix security problems through code. It involves various operations such as penetration test, security scanning, vulnerability scanning, risk assessment, security auditing.
  • Scalability Testing: Scalability testing is non functional testing type that is used to measure the performance in terms of its ability to scale up or scale down the number of user requests or other such performance attributes. It measures attributes like response time, throughput, CPU usage, Memory usage, Network usage. Main goal of this testing is to determine that developed software is able to accommodate changes in internal application, hardware, software.
  • Stress Testing: Stress testing verify the stability and reliability of the software. it’s main goal is to measure software on it’s robustness and error handling capabilities under heavy load conditions and ensures that software does not crash under crash stress testing is also known as endurance testing. Stress testing is categorized in distributed stress testing, application stress testing, systematic stress testing, transactional stress testing, and exploratory stress testing
  • Usability Testing: Usability testing test how user friendly the system is, it measures how easy and user friendly the software is. It mainly concerns users ease of using applications, flexibility and ability to handle controls. It helps developers to satisfaction of end-user and improves the efficiency of the software.
  • Volume Testing: Volume testing analyze the performance of the system by increasing the volume of the data in a database. It helps to identify the capacity of the system under heavy and low volume. By identifying load issues at an earlier stage, it can save cost.

Conclusion

Here in this article, we have discussed the various types of non functional testing. It is designed to test the readiness of system bas per non functional parameters which are never addressed by functional testing. We Hope you enjoyed the article.

Start Your Free Software Development Course

Web development, programming languages, Software testing & others

All in One Software Development Bundle(600+ Courses, 50+ projects)
Python TutorialC SharpJavaJavaScript
C Plus PlusSoftware TestingSQLKali Linux
Price
View Courses
600+ Online Courses | 50+ projects | 3000+ Hours | Verifiable Certificates | Lifetime Access
4.6 (86,130 ratings)

Recommended Articles

This is a guide to Non Functional Testing Types. Here we also discuss the introduction and types of non functional testing along with a detailed explanation. You may also have a look at the following articles to learn more –

  1. Types of Penetration Testing
  2. Types of White Box Testing
  3. Types of system testing
  4. Types of system testing
Popular Course in this category
Software Testing Training (11 Courses, 2 Projects)
  11 Online Courses |  2 Hands-on Projects |  65+ Hours |  Verifiable Certificate of Completion
4.5
Price

View Course

Related Courses

Penetration Testing Training Program (2 Courses)4.9
TestNG Training (4 Courses, 2 Project)4.8
0 Shares
Share
Tweet
Share
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Java Tutorials
  • Python Tutorials
  • All Tutorials
Certification Courses
  • All Courses
  • Software Development Course - All in One Bundle
  • Become a Python Developer
  • Java Course
  • Become a Selenium Automation Tester
  • Become an IoT Developer
  • ASP.NET Course
  • VB.NET Course
  • PHP Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2022 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA
Free Software Development Course

C# Programming, Conditional Constructs, Loops, Arrays, OOPS Concept

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA
Free Software Development Course

Web development, programming languages, Software testing & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more