Software Testing Glossary

Exploratory Testing

Exploratory Testing is a kind of black box testing that combines learning, test design and testing itself. It checks if the software actually works. In fact, all kinds of testing comprise exploratory testing.

Exploring

Exploring is studying the UI of the application to find out how the things work.

Feature

Feature has different meanings depending on the context; it can be a characteristic of an application, an ability to accomplish a certain task, specific structure in the image etc.

Feature Release

Feature Release is a method of software versioning; in such kind of a release the changes are minor, as fixes of some bugs. The most reproducible bugs that influence a great number of people are corrected. The size and breadth point of such release depend on the company.

Flowchart

Flowchart is a kind of a diagram that represents different actions and shows the steps as different boxes connected with arrows. This kind of representation represents a solution model. It’s used in different fields.

Found On

Found On (in BTS) indicates the environment in which the mistake was found.

Front End

Front End is a term which characterizes program interfaces and services. A front-end application interacts with users directly. Front-end can also be called user interface.