Updated Glossary July 2020

Alexa Voice Service (AVS):

Amazon’s service offering for a voice-controlled AI assistant. Offered in different products.

Source: https://whatis.techtarget.com/definition/Alexa-Voice-Services-AVS

Autopilot

Short for “automatic pilot,” a device for keeping an aircraft on a set course without the intervention of the pilot.

Source: https://en.oxforddictionaries.com/definition/us/automatic_pilot

Blockchain Infrastructure:

A complex, decentralized architecture that orchestrates many systems running asynchronously over the internet in order to create a secured database that records sensitive data of certain users into forms of transactions,

Source: https://blockgeeks.com/guides/what-is-blockchain-technology/

Chatbot:

An automated program that interacts with people using generated responses from keywords.

Source: https://searchcustomerexperience.techtarget.com/definition/chatbot

Continuous Delivery (CD)

Continuous Delivery is the ability to get changes of all types—including new features, configuration changes, bug fixes, and experiments—into production, or into the hands of users, safely and quickly in a sustainable way.

Source: https://continuousdelivery.com/

Continuous Integration/Continuous Delivery (CI/CD)

Continuous integration and continuous deployment merge development with testing, allowing developers to build code collaboratively, submit it to the master branch, and check for issues.

Source: https://www.atlassian.com/continuousdelivery/ci-vs-ci-vs-cd

Continuous Testing (CT)

Continuous Testing was originally proposed as a way of reducing waiting time for feedback to developers by introducing development environment-triggered tests as well as the more traditional developer/tester-triggered tests. Continuous Testing is the process of executing automated tests as part of the software delivery pipeline to obtain immediate feedback on the business risks associated with a software release candidate. For Continuous Testing, the scope of testing extends from validating bottom-up requirements or user stories to assessing the system requirements associated with overarching business goals.

Source: https://en.wikipedia.org/wiki/Continuous_testing

Context-Aware

Context-aware mobility provides the ability to dynamically capture and use contextual information about mobile assets to optimize, change, or create communications flow and business processes. Contextual information can be collected for any mobile asset involved in a business process, and this includes not just devices and products but also people. For instance, a mobile asset can be a worker, a customer, or a patient, or it can be a pallet of finished goods.

Source: https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Small_Enterprise_Design_Profile/SEDP/chap6.html

Conversational User Interface (CUI):

Any interface that can converse with people on a personal, social level.

Source: https://blog.aimultiple.com/conversational-ui/

Framework:

An abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A software framework is a universal, reusable software platform used to develop applications, products, and solutions.

Source: https://en.wikipedia.org/wiki/Software_framework

Intelligent Virtual Assistant (IVA):

An automated AI system that can perform human-like tasks, such as grocery shopping or scheduling appointments.

Source: https://www.interactions.com/blog/intelligent-virtual-assistant/rise-intelligent-virtual-assistants/

Load Testing:

The process of putting demand on a system or device and measuring its response. Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation.

Source: https://en.wikipedia.org/wiki/Load_testing

Maintainability:

The ease with which a product can be maintained in order to: isolate defects or their cause, correct defects or their cause, meet new requirements, make future maintenance easier, or cope with a changed environment.

Source: http://acqnotes.com/acqnote/careerfields/maintainability

Mobility

While mobile usually refers to mobile device, mobile apps, mobile platform. Mobility is a term describing not only the device but access for employees accessing corporate data from any location, cloud storage and cloud API services, mobile context awareness, integration with a variety of Internet of Things devices. It’s access to the data, products, and services enabled by being mobile.

Source: https://magazine.logigear.com/glossary/glossary-mobile-testing-2/

Natural Language Processing (NLP):

The ability for a computer to comprehend spoken or written word, enabling interaction between humans.

Source: https://www.sas.com/enus/insights/analytics/what-is-natural-language-processing-nlp.html

Natural Language Understanding (NLU):

A category of Natural Language Processing that deals with machine reading comprehension.

Source: https://www.gartner.com/it-glossary/nlu-natural-language-understanding/

Peer Testing

A way of evaluating or cross-checking the code written by developers as the developers need to be at par with each other. The time for peer testing can be mutually decided upon by the developers, which could be a weekly or a fortnightly analysis of their respective codes.

Source: http://www.professionalqa.com/peer-testing

Progressive Web Applications (PWAs)

Web applications that load like regular web pages or websites but can offer the user functionality such as working offline, push notifications, and device hardware access traditionally available only to native applications.

Source: https://en.wikipedia.org/wiki/Progressive_web_applications

Remote control

The remote control is a component of an electronics device—most commonly a television set, DVD player, or home theater system—originally used for operating the device wirelessly from a short line-of-sight distance. Remote control has continually evolved and advanced over recent years to include the internet, Bluetooth connectivity, motion sensor-enabled capabilities and voice control

Source: https://www.geospatialworld.net/entity/remote-control/

Reusability:

A segment of source code can be used again to add new functionalities with slight or no modification. Reusable modules and classes reduce implementation time, increase the likelihood that prior testing and use has eliminated bugs and localizes code modifications when a change in implementation is required.

Source: https://pdfs.semanticscholar.org/2b11/84052370115450c641c7d4ae7e19fe8dab95.pdf

ROI:

A performance measure used to evaluate the efficiency of an investment or to compare the efficiency of a number of different investments. It is one way of considering profits in relation to capital invested. In software, this can measure the beneficial effects of QA, testing and other investments on the final product’s quality and sales.

Source: https://www.investopedia.com/terms/r/returnoninvestment.asp

RFID

Radio-Frequency Identification (RFID) is the use of radio waves to read and capture information stored on a tag attached to an object. A tag can be read from up to several feet away and does not need to be within direct line-of-sight of the reader to be tracked.

Sources: https://www.epc-rfid.info/rfid

Self-healing Tests

Still, in its infancy, self-healing tests, are largely where Test Automation and artificial intelligence converge]. This is where artificial intelligence can try and learn whether a change to the website you are testing that has caused your test to fail is something that is expected. If it is identified as an expected change, the artificial intelligence will then automatically modify your code to fix the problem.

Source: https://subscription.packtpub.com/book/web_development/9781788299671/10/ch10lvl1sec85/self-healing-tests

Scalability:

The ability of a system, network, or process to handle a growing amount of work in a capable manner or its ability to be enlarged to accommodate that growth. For example, it can refer to the capability of a system to increase total throughput under an increased load when resources are added.

Sources: https://en.wikipedia.org/wiki/Computer_performance

Speech Recognition Engine (SRE):

The ability for a computer to recognize spoken word and translate it into code.

Source: https://www.softwaresuggest.com/speech-recognition-engine

Test Case

A specification of the inputs, execution conditions, testing procedure, and expected results that define a single test to be executed to achieve a particular software testing objective, such as to exercise a particular program path or to verify compliance with a specific requirement.

Source: https://en.wikipedia.org/wiki/Test_case

Test Harness

A collection of software and test data configured to test a program unit by running it under varying conditions and monitoring its behavior and outputs. It has two main parts: the test execution engine and the test script repository.

Source: https://en.wikipedia.org/wiki/Test_harness

Test Plan

A detailed document that outlines the test strategy, testing objectives, resources (manpower, software, hardware) required for testing, test schedule, test estimation, and test deliverables. The test plan serves as a blueprint to conduct software testing activities as a defined process which is minutely monitored and controlled by the test manager.

Source: http://www.guru99.com/what-everybodyought-to-know-about-test-planing.html

Test Script:

The instructions in a test program. It defines the actions and pass/fail criteria. For example, if the action is “to enter a valid account number,” the expected result is that the data are accepted. Entering an invalid number should yield a particular error message.

Source: https://www.pcmag.com/encyclopedia/term/test-script

Tour Testing

A structured approach to exploratory testing where the exploration of a product is organized around a specific theme. The theme informs the type of questions that are asked and the type of observations a tester should be making.

Source: https://reqtest.com/testing-blog/what-is-tour-testing-a-structured-approach-to-exploratory-testing/

Universal Windows Platform (UWP):

An API created by Microsoft and first introduced in Windows 10; the purpose of this platform is to help develop universal apps that run on Windows 10, Windows 10 Mobile, Xbox One, and HoloLens without the need to be re-written for each. UWP allows developers to create apps that will potentially run on multiple types of devices.

Source: https://en.wikipedia.org/wiki/Universal_Windows_Platform

Visibility:

The ability to see what is truly happening to the entire or any part of the project at any point in time under any circumstance in any level of detail. Visibility is not only the collection and storage of metrics and indicators but a way to analyze, visualize, and communicate them. The ability to monitor and assess the system is the key first part of managing or directing anything.

Source: https://magazine.logigear.com/test-automation/test-automation-glossary/

Wireless technology communication protocols:

The wireless communication protocol is a standard set of rules with reference to which various electronic devices communicate with each other wirelessly.

Source: https://iotdesignpro.com/articles/different-types-of-wireless-communication-protocols-for-iot#:~:text=The%20wireless%20communication%20protocol%20is,communicate%20with%20each%20other%20wirelessly

Wearable

Wearable computers, also known as body-borne computers or wearables are miniature electronic devices that are worn by the bearer under, with or on top of clothing. This class of wearable technology has been developed for general or special purpose information technologies and media development. Wearable computers are especially useful for applications that require more complex computational support than just hardware coded logic.

Sources: https://en.wikipedia.org/wiki/Wearable_computer

John Stevenson
I have a passion for learning and love to learn about new things. I have an interest in many things such as social science, psychology, photography, and gardening.

The Related Post

Introduction All too often, senior management judges Software Testing success through the lens of potential cost savings. Test Automation and outsourcing are looked at as simple methods to reduce the costs of Software Testing; but, the sad truth is that simply automating or offshoring for the sake of automating or offshoring will only yield poor ...
Test plans have a bad reputation, and perhaps, they deserve it! There’s no beating around the bush. But times have changed. Systems are no longer “black boxes” where QA Teams are separated from design, input, and architecture. Test teams are much more technically savvy and knowledgeable about their systems, beyond domain knowledge. This was an old ...
From cross-device testing, to regression testing, to load testing, to data-driven testing, check out the types of testing that are suitable for Test Automation. Scene: Interior QA Department. Engineering is preparing for a final product launch with a deadline that is 12 weeks away. In 6 weeks, there will be a 1 week quality gate, ...
Introduction Keyword-driven testing is a software testing technique that separates much of the programming work of test automation from the actual test design. This allows tests to be developed earlier and makes the tests easier to maintain. Some key concepts in keyword driven testing include:
LogiGear_Magazine–March_2015–Testing_Strategies_and_Methods-Fast_Forward_To_Better_Testing
Introduction This 2 article series describes activities that are central to successfully integrating application performance testing into an Agile process. The activities described here specifically target performance specialists who are new to the practice of fully integrating performance testing into an Agile or other iteratively-based process, though many of the concepts and considerations can be ...
This article was developed from concepts in the book Global Software Test Automation: Discussion of Software Testing for Executives. Article Synopsis There are many misconceptions about Software Testing. This article deals with the 5 most common misconceptions about how Software Testing differs from other testing. Five Common Misconceptions Some of the most common misconceptions about ...
Companies generally consider the software they own, whether it is created in-house or acquired, as an asset (something that could appear on the balance sheet). The production of software impacts the profit and loss accounts for the year it is produced: The resources used to produce the software result in costs, and methods, tools, or ...
Plan your Test Cases with these Seven Simple Steps What is a mind map? A mind map is a diagram used to visually organize information. It can be called a visual thinking tool. A mind map allows complex information to be presented in a simplified visual format. A mind map is created around a single ...
This article was originally featured in the July/August 2009 issue of Better Software magazine. Read the entire issue or become a subscriber. People often quote Lord Kelvin: “I often say that when you can measure what you are speaking about, and express it in numbers, you know something about it; but when you cannot express ...
March Issue 2019: Leading the Charge with Better Test Methods
This article was developed from concepts in the book Global Software Test Automation: Discussion of Software Testing for Executives. Introduction Metrics are the means by which the software quality can be measured; they give you confidence in the product. You may consider these product management indicators, which can be either quantitative or qualitative. They are ...

Leave a Reply

Your email address will not be published.

Stay in the loop with the lastest
software testing news

Subscribe