Module 3 System Testing types
Module 3 System Testing types
1. Functional testing
2. Non-functional testing
1. Behavioral coverage
In Behavioral coverage this we check property and behavior of
object
4. BACKEND COVERAGE
Backend testing is also known as Database Testing. The data entered in the
front end will be stored in the back-end database.
Aim: its process of checking whether the build is compatible with user expected
platform or not
1. software compatibility
Types of compatibility
Forward compatibility----build is ok but browser/os does not work properly
Backward compatibility--if browse/ os is ok but build is not working properly
Browser compatibility
1. Cross browser compatibility—testing on different browser (chrome, Firefox, ie)
2. Version comparison - e.g. chrome 1.6,1.8 etc. .
2. Intersystem testing
Its process of checking whether our application is able to share the resources
With other application.
Eg suppose we have to make payment to jio from paytm then paytm fetch data
from gio application his data sharing is checked in intersystem
Data communication with xml
3. Parallel Testing
Parallel testing is testing multiple applications or components of the application
concurrently, to reduce the test time. Parallel tests consist of two or more parts that check
4. Installation Testing/Uninstallation
Process of checking installation of our build with existing software into a user
expected platform.