|Software Testing Glossary Series|CTFL|J|K|L|

Keyword-Driven Testing:
Keyword-Driven Testing is scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested. The keywords are taken by special supporting scripts that are referred by the control script for the test.

Lifecycle Model:
Lifecycle Model is the framework in which we have description of the processes, workflows, and activities used in the development, delivery, maintenance, and retirement of a system.

Load Testing:
Load Testing is the testing which relates to performance of the application. This is conducted to measure the behavior of a component or system with numerous loads, usually between hoped-for conditions of low, typical, and peak usage(max load).

Low-Level Test Case:

Low-Level Test Cases are the cases which have concrete data for input data and expected results.


PS: There is no Glossary with letter 'J'

References: 
Wikipedia
ISTQB

No comments:

Post a Comment

|Software Testing Glossary Series|CTFL|N|O|P|

Non-Functional Requirement: Non-Functional Requirement is a requirement that describes how the component or system will do what it is s...