Test methodology mean the different methods carried into order to test an application. The following are the test methodologies followed in Testing an Application or a product
Black - Box Testing
In using this strategy the tester views the program as a black - box tester doesn't see the code of the program: Equivalence partitioning Boundary - value analysis Error guessing.
White - Box Testing
In using this strategy the tester examine the internal structure of the program: Statement coverage Decision coverage condition coverage Decision/Condition coverage Multiple - condition coverage.
Gray - Box Testing
In using this strategy Black box testing can be combine with knowledge of database validation such as SQL for database query and adding/loading data sets to confirm functions as well as query the database to confirm expected result.
Test Script
Type of test file. It is a set of instructions run automatically by a software or hardware test tool.
Suite
A collection of test cases or scripts.