You are on page 1of 3

Topic: Functional System Testing Types

--------------------------------------

Functional System Testing type:


------------------------------

1. SmokeTesting/Build verification Testing


2. positive/Negative Testing
3. ReTesting
4. Regression Testing

5. Data validation
6. Data integrity
7. Data volume Testing

8. Exhaustive Testing
9. End to ENd Testing
10. Adhoc Testing

i) Buddy Testing
ii) Pair Testing
iii) Exploratory Testing
iv) Monkey Testing

positive/Negative Testing:
--------------------------

+ve Testing: Testing any functionality with valid inputs

Correct username

correct password

sign-on--login successfully

-ve Testing: Testing any functionality with invalid inputs

incorrect username

incorrect password

sign-on--not login

ReTesting:
---------

Re---Again and Again

Testing any functionality multiple times


defect--revert to dev---fix----testing---defect--dev--fix--testing

Regression Testing:
-----------------

Testing the side effects of the functionality once the defect is fixed

Database:
--------

It is a backend S/w application/collection of data

Every data will be stored in a table format

Data validation:
----------------

Validating whether the inserted data is correct or not

Data integrity:
--------------

validating existing data modifications

eg: update, delete

Data volume:
-----------

checking the capacity of database

Exhaustive Testing:
-------------------

Mon-Friday

sat---real time assignment

You might also like