What’s the Software Testing?
A set of activities conducted with the intent of finding errors in software.
What’s the Test Plan?
A high level of documents that define the software testing project.
What’s the Test Case?
A set of test inputs, execution, and expected result developed for a particular objective.
What’s the Test Log?
A chronological record of all relevant details about the execution of a test.
What’s the Test Data?
The actual values used in the test or that are necessary to execute the test.
What’s the Database testing?
In database testing, we can check the integrity of database field values.
What’s the Defect?
The difference between the functional specification and actual program text. (more…)