Glossary of Software Testing Terms Provided by Testing Realms
image
image
image


Glossary of Software Testing Terms: V

This glossary of software testing terms and conditions is a compilation of knowledge, gathered over time, from many different sources. It is provided “as-is” in good faith, without any warranty as to the accuracy or currency of any definition or other information contained herein. If you have any questions or queries about the contents of this glossary, please contact Project Realms directly.


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
V Model Variable Data Volume Testing
Validation Verification Virtual User (VU)
Validation Testing Version Identifier  

V Model
Describes how inspection and testing activities
can occur in parallel with other activities.

Top


Validation
Validation is the process of executing defined, repeatable tests to evaluate the requirements, functional specification and internals of an application through white- or black-box methods. Validation can also be thought of as dynamic testing, since code is actually executed during these tests.

Top


Validation Testing
Determination of the correctness of the products of software development with respect to the
user needs and requirements.

Top
Variable Data
A repository for multiple scenario values which can be used to drive repeatable automated processes through a number of iterations when used in conjunction with an automation solution.

Top
Verification
Verification is the process of reviewing or examining code or life cycle artifacts (such as requirements, design, and functional specifications.) to uncover defects as early as possible. This is considered static testing since it is completed before any actual code is available or executed. This is a more cost effective means of removing defects. Verification is used during code reviews, peer reviews, inspections and walkthroughs. Verification requires really good communication between application development teams, the QA team and end users.

Top
Version Identifier
A version number; version date, or version date and time stamp.

Top
Volume Testing
Volume testing subjects the system to large amounts of data to determine if limits, either physical or logical, are reached that cause the software to fail. Volume testing also identifies the continuous maximum load or volume the system can handle for a given period. It confirms that any values that may become large over time (such as accumulated counts, logs, and data files), can be accommodated by the program and will not cause the program to stop working or degrade its operation in any manner.

Top
Virtual User (VU)
A Virtual User (VU) performs all the actions of a normal user. The performance testing software is used to execute pre-recorded scripts that simulate many VU's accessing the application concurrently.

Top
| Contact us for more info
image
image


image