Saltar al contenido
Portada » Tooltips » Página 8

Informaciones emergentes

usability

  • por

The capability of the software to be understood, learned, used and attractive to the user when used under specified conditions. [ISO 9126]

Testing

  • por

The process consisting of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defects.

testware

  • por

Artifacts produced during the test process required to plan, design, and execute tests, such as documentation, scripts, inputs, expected results, set-up and clear-up procedures, files, databases, environment, and any additional software or utilities used in Testing. [After Fewster and Graham]

tester

  • por

A skilled professional who is involved in the Testing of a component or system.

traceability

  • por

The ability to identify related items in documentation and software, such as requirements with associated tests. See also horizontal traceability, vertical traceability.

testability

  • por

The capability of the software product to enable modified software to be tested.

test summary report

  • por

A document summarizing Testing activities and results. It also contains an evaluation of the corresponding test items against Exit criteria. [After IEEE 829]

test-driven development (TDD)

  • por

A way of developing software where the test cases are developed, and often automated, before the software is developed to run those test cases.

test type

  • por

A group of test activities aimed at Testing a component or system focused on a specific test objective, i.e. functional test, usability test, regression test etc. A test type may take place on one or more test levels or test phases. [After TMap]

test script

  • por

Commonly used to refer to a test procedure specification, especially an automated one.