Home > Industry/Domain > Software > Software testing
Software testing
Processes and functions that result in data relating to the usability of a computer program.
Industry: Software
Add a new termContributors in Software testing
Software testing
code complete
Software; Software testing
Phase of development where functionality is implemented in entirety; bug fixes are all that are left. All functions found in the Functional Specifications have been implemented.
regression testing
Software; Software testing
Retesting a previously tested program following modification to ensure that faults have not been introduced or uncovered as a result of the changes made.
soak testing
Software; Software testing
Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and ...
workflow testing
Software; Software testing
Scripted end-to-end testing which duplicates specific workflows which are expected to be utilized by the end-user.
boundary testing
Software; Software testing
Test which focus on the boundary or limit conditions of the software being tested. (Some of these tests are stress tests).
test first design
Software; Software testing
Test-first design is one of the mandatory practices of Extreme Programming (XP).It requires that programmers do not write any production code until they have first written a unit test.
end-to-end testing
Software; Software testing
Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, ...