Software Testing Types



Software Testing Types

Functional Testing

Functional testing is a kind of black box testing where test cases are prepared keeping the specifications in mind. This form of testing is done to check if the system is in compliance with the client’s requirements. Basically in case of functional testing the following checks are important:

  1. The tester needs to be very clear about the functionality that the application is supposed to perform.
  2. In order to test the application it is very important to have the right set of data(valid and invalid inputs)
  3. The output of application for the test data provided should be checked as per the functional specification defined.
  4. The test cases must cover all possible test scenarios.
  5. The actual result for a given input should be recorded and checked against the expected output.

Types of functional testing include:

  1. Unit Testing
  2. Integration Testing
  3. System Testing
  4. Regression Testing
  5. Acceptance Testing

Non-Functional Testing

In a software system there are many requirements such as performance, security, user interface etc. that are non-functional in nature however it is very important to test these attributes. Software testing carried out to test non-functional attributes of a system is called non-functional testing. The types of non-functional testing methodologies are as follows:

  1. Performance Testing
  2. Usability Testing
  3. Security Testing
  4. Portability Testing

Usability Testing

Usability testing is a process in which the testers test the product to check how easy it would be for the user to use the user interface or in other words the software is tested for its user friendliness. It is a form of black box testing. The software is tested for three things:(1) How convenient the software will be for the user? (2) Will the user be able to use it?(3) Will the user be able to learn it?
Usability has following aspects associated with it:

  • How easily the userscan adaptto the system the first time they try to use the system.
  • How efficient the system is for the user?The efficiency of the system greatly depends on the speed with which the users are able to accomplish their tasks.
  • How easy or difficult it is for the users to work on a system when they get to use it after a long period of time.
  • Do the users encounter errors? If yes, then how easily they are able to come out of the issue?
  • Are you able to provide satisfaction to your users?
Usability testing assures the end user that the software is of good quality and easy to use. This type of testing very essential in order to satisfy the customers and it needs to be planned well. If planned properly, this activity can be highly beneficial and economical. Since the software is used in a random manner in this type of testing, many times it uncovers defects that have escaped the normal testing procedures.

Graphical User Interface Testing

The form of testing carried out to test if the graphical user interface of an application is working in the right manner is called GUI or Graphical User Interface testing. The GUI is not only checked for proper functionality but also for its adherence to the defined quality standards. The following are some of the most important things that need to be checked during GUI testing:

  • Layout
  • Colors
  • Fonts
  • Font size
  • Labels
  • Test box functions
  • How the text is formatted
  • Captions
  • Buttons
  • Lists
  • Icons
  • Links
  • Content
  • Short cut keys
  • Hour glass while the system is processing data
This form of testing can be manual or automatic whatever is convenient for the tester. The GUI testing is sometimes conducted by third party organizations and not by the development or testing team of the company.

Non-Graphical User Interface Testing

Graphical user interface is the look and feel of an application. Testing anything other than the look and feel of an application such as command lines interfaces, batch processes and various events which trigger certain use cases in a software application come under non graphical user interface testing.

Portability Testing

Portability testing is carried out to test how the change of environment changes the performance of the software. For instance, how the software works on different operating systems or if it is a web-based application, it would be checked for performance on different web browsers. This form of testing is important if the customer intends to use the software applicationfor more than one platform.

This form of testing is a subset of system testing. Here the software may be installed in more than one environment or its executables may be created and run on different platforms. In order to carry out portability testing without any issues it is important to keep all portability requirements in mind while designing and developing the software. This type of testing is performed after integration testing. It is important to have the right testing environment to carry out portability testing.

Security, Authentication And Authorization Testing

A software application is tested for any kind of security flaws in security testing. Authentication and authorization are considered to be two very important aspects of software testing. It is crucial to carry out this form of testing to ensure that the software is secure and capable of storing confidential customer information when necessary.

Authentication is a process where the person trying to access the software is asked for a username and a password. A wrong combination of the two parameters indicate that the person is not what he is claiming to be and is not allowed to go any further. This is an authentication check which ensures that the login credentials of an authorized software application use are checked.

Authorization on the other hand is all about privileges to use certain restricted features of a software application. Just because you have cleared the authentication process does not mean you have been authorized to access all the data, features and use cases on the software application. For example, in case of social media sites once you feed in the right username and password, you can only access the details of your account and not any other account besides that.

Besides authentication and authorization, security testing also deals with confidentiality, integrity, availability, non-repudiation, software data security, SQL insertion flaws, cross-site scripting attacks and other security related concern which is a complete different subject matter expertise by itself.

Data And Database Integrity Testing

In data integrity testing we need to check if the data stored in the database is accurate and produces results as per the expectations. Some checks are very important for data integrity testing such as whether it is possible to retrieve blank information from the database or not, is data validated properly before getting saved in data base, can the data stored in database be updated, are you able to run tests for all kind of data files etc. In other words data integrity testing is carried out to ensure that the data is accurate and consistent over its entire life cycle.

Database integrity on the other hand deals with testing of all the necessary methods and processes that are important for accessing the database and managing the data within. It is also about how all the access methods functions and data are processed. The data should not get corrupted and should not get deleted, updated or created unknowingly, and there should be test cases to make these validations.

Fault Tolerance And Failover Testing

Fault tolerance testing is carried out to check how an application would react if any fault occurs in real time scenario. In this type of testing various scenarios are considered such as connection error with network, connection problem with application server, not being able to connect to a database etc.

Failover testing on the other hand is carried out to test the ability of software to recover from unexpected severe problems such as hardware failure or a crash. This form of testing explains how well the system will restore to its original state in case of any kind of failure.

Configuration and Deployment Testing

Configuration testing is carried out to verify how a system performs for various types of system configurations. There are several reasons for carrying out configuration testing. It can help you determinethe reaction time of the system in the test environment and the optimal configuration required for the system to perform as expected. Configuration testing also plays a very important role in scenarios where there is a need to migrate a software from one platform to the other. It helps in verifying whether the system is compatible with the new environment as required by the hardware specifications.

Once the system has been deployed, it is important to conduct certain checks to ensure that it is going to work properly. This includes checking the system for its performance issues such as low speed or chances of crashes, how the application is working in real time scenario, is the software employed correctly in the correct folder etc. All this is part of Deployment testing.

Regression Testing

Once a defect is detected in the system it is immediately sent for fixing. However, once the defect is fixed it is important to carry out intense testing in order to check that changes made in the code has not affected any other area of the system. Regression testing is carried out to ensure that bug fixing has not caused any functionality or business logic violation. Regression testing helps in minimizing gaps in testing process. It ensures that the application has no defects before it is sent for next testing phase.

Performance Testing

Subjects such as network delay, data rendering, database transaction processing, load balancing between servers are generally uncovered during performance testing. In other words, rather than finding defects in the actual software, performance testing focuses on testing performance issues. It is important to conduct performance testing in any software for which it is important to have stability, scalability and speed which means good response time and data rendering.

Load Testing And Performance Benchmarking

The process of load testing is also very interesting; here the behavior of the software is tested under maximum load. Load testing is carried out to check how the software performs or behaves under peak load conditions. There are several tools available for load testing such as JMeter, Load Runner, Silk Performer and so on. These tools are used for automated load testing of the software where several virtual users can be created and then a script is executed to check how the software behaves when multiple users try to access the system concurrently. The tester can control the number of virtual users and see how the system behaves.

Stress Testing

In stress testing the software is intentionally subjected to abnormal conditions and then its performance is monitored. In stress testing the software is tested by applying load that is much beyond the acceptable limit and the resources are withdrawn to find out the point at which it would fail to perform. There are many ways of creating abnormal conditions for stress testing, the database can be turned off and on, and network ports can be shut or restarted randomly. The most common way of performing stress testing is by starting processes that would consume a lot of resources.


Sofware Testing Types Summary



Your Software Testing Training
Table of Contents


We guarantee that Your Free Online Training will make you pass Your Software Testing Certification Exam!



YOUR SOFTWARE TESTING REVEALED 2ND EDITION IS NOW READY.
CLICK BOOK COVER FOR FREE DOWNLOAD...


Your Software Testing Training Program prepared by our consortium of renowned Business and People Leaders, Software Testing Coaches, Mentors, Experts and Authorities from all major Industries are available to all visitors of International Software Test Institute™’s web site. Your Online Software Testing Training Materials are accessible under Your Free Software Testing Book and Your Free Premium Software Testing Training items from the top menu.

Although this Online Software Testing Training Program is the copyrighted intellectual property of International Software Test Institute™, we wanted to make these materials freely accessible for everybody. We believe that only by sharing our expertise we can best serve for Software Testing Professionals and for the further development of Software Testing Domain.

Your Software Testing Certification examination comprises multiple-choice Test Questions. Reading your Online Software Testing Training Program will be very helpful for Software Testing Professionals like you to acquire the knowhow to pass your Software Testing Certification Examination and to get your Software Testing Certification.

We guarantee that Your Free of Charge Premium Online Training will make you pass Your Software Testing Certification Exam!


Send My Software Testing Book!