Glossary

Note

Thanks to Wikipedia, from which we took some of the following terms.

Table of Contents

Confluence

Confluence is a web-based corporate wiki written in Java and mainly used in corporate environments. It is developed and marketed by Atlassian Software Systems. Confluence is sold as either on-premise software or as a hosted solution. Its license is proprietary, but a zero-cost license program is available for non-profit organizations and open source projects. Notable customers include Adobe Systems, Sun Microsystems, Johns Hopkins University and United Nations. The current version is Confluence 5.7, launched on January 28, 2015.

Fixture

In general, a test fixture is all the things that must be in place in order to run a test and expect a particular outcome. In the (LD) context, a fixture corresponds the source code required to execute specification against the system under test. (LD) minimizes the amount of fixture you need to implement.

JIRA

JIRA is a bug, issue tracking, and project management system developed by Atlassian Software Systems. Rather than an acronym, JIRA is a truncation of Gojira (the Japanese name for Godzilla). Atlassian provides JIRA for free to open source projects, and organizations that are non-profit, non-government, non-academic, non-commercial, non-political, and secular. For other organizations, Atlassian charges between $1200 and $4800 US, depending on version, with a 50% discount for an academic license. Starting with JIRA version 3.13, a free personal license is also available for noncommercial use. This license does not include Atlassian support, and it is limited to three full users.

IDE

An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development.

Executable specification

An executable specification corresponds to a given requirement expressed in such way this specifications can be tested against the system under test/requirement.

System under test(SUT) or System under development (SUD)

System under test (SUT) refers to a system that is being tested for correct operation. The term is used mostly in software testing.

Wiki

A wiki (from Hawaiian meaning "quick") is an online content management system (CMS) designed to facilitate the collaborative editing of documents through an in-browser text interface, which are then immediately presented as publicly visible web pages. Wikis are often used to create collaborative websites and to power community websites. Wikis are used in business to provide intranet and knowledge management systems. While wikis (by the strict definition) have their limitations, such that other CMS models may be better suited for certain uses, the widespread and popular usage of wikis for creating and managing documents represents an innovation and leap forward in the development of the World Wide Web (cf. Web 2.0).