Acronyms Flashcards

1
Q

ISTQB

A

International Software Testing Qualifications Board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

KDT

A

Keyword Driven Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

REST

A

Representational State Transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SDLC

A

Software Development Life Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SOAP

A

Simple Object Access Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SUT

A

System Under Test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

TAA

A

Test Automation Architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TAE

A

Test Automation Engineer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TAS

A

Test Automation Solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

TCP

A

Transmission Control Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

W3C

A

World Wide Web Consortium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

XPath

A

(XML Path Language): A query language for selecting nodes from an XML document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

XML

A

(eXtensible Markup Language) defines a set of rules for encoding documents in a format that is both human-readable and machine-readable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

wrapper

A

A function in a software library whose main purpose is to call another function, often adding or enhancing functionality while hiding complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

WebDriver

A

The interface against which Selenium tests are written

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

technical debt

A

Additional cost of rework caused by choosing to ignore bad designs or implementations in the short term

17
Q

pesticide paradox

A

A phenomenon where repeating the same test multiple times causes it to find fewer defects

18
Q

Page Object Pattern

A

A test automation pattern which requires that technical logic and business logic be dealt with at different levels

19
Q

modal dialog

A

A screen or box which forces the user to interact with it before they can access the underlying screen

20
Q

hook

A

An interface which is introduced into a system which is created predominately to provide enhanced testability to that system

21
Q

framework

A

Provides an environment for automated test scripts to execute; including tools, libraries,and fixtures

22
Q

fixture

A

A test fixture is a mock object or environment used to consistently test some item, device, or piece of software

23
Q

Document Object Model

A

An API that treats an HTML or XML document as a tree structure wherein each node is an object representing a part of the document

24
Q

comparator

A

A tool to automate the comparison of expected results against the actual results