That's not my Functional Test!
So you think you know Automation and Agile?
I have no clue!
Who has my data?
It's Development's Fault!
100
The term for measuring the current number of simulated or real interactions against an application under load test during a given period of time.
What are "Concurrent Users"?
100
It is a commonly used Open Source tool, built from Hudson source code, used for continuous integration.
What is Jenkins?
100
A set of assumptions, concepts, and practices that constitute a work platform for automated testing. Also, an execution environment for automated tests.
What is a Test Automation Framework?
100
A recently adopted European regulation that enters into application in May 2018 whose primary objective is to give citizens control over their data and how organizations use it.
What is the GDPR (Global Data Protection Regulation)?
100
A method of testing to ensure software can gracefully handle invalid input or unexpected user behaviour.
What is Negative Testing?
200
To verify application behavior under normal and peak load conditions.
What is a Load Test?
200
A software development practice seen as an extension to Test-driven Development in that it focuses on the behaviour of the system rather than the implementation itself.
What is Behaviour Driven Development (BDD)?
200
A portable software testing framework for web applications providing a record/playback tool for authoring tests without learning a test scripting language.
What is Selenium?
200
A set of data that is perceived to be reliable, reproducible and "as-rich-as possible" baseline version of the data that is used to support testing activities in (often) many environments.
What is a Golden Copy?
200
A technique used to test the flow of an application, from start to finish, to identify system dependencies and to ensure that the data integrity is maintained between various system components.
What is End to End Testing?
300
A type of performance test that verifies a system's stability and performance characteristics over an extended period of time.
What is a Soak Test?
300
It is a Business Readable, Domain Specific Language that lets you describe software’s behaviour without detailing how that behaviour is implemented.
What is Gherkin?
300
A process of copying sets of data into lower/test environments while optionally altering certain values.
What is Data Cloning?
300
A property of application data that refers the complex relationships between data elements. If not carefully adhered to, an application likely will "break".
What is Referential Integrity?
300
A type of software testing done to verify that software previously developed and tested still performs correctly even after it was changed.
What is Regression Testing?
400
To determine or validate an application’s behavior when it is pushed beyond normal or peak load conditions.
What is a Stress Test?
400
A type of functional automation testing framework using key words, also known as table-driven testing or action word based testing. Best suited for novice or a non-technical tester.
What is a Keyword-Driven Testing Framework?
400
An unintended consequence of a quality engineer who attempts to improve coverage, but unnecessarily validates the same functionality over and over again.
What is Over-testing?
400
A non-CA-supported technology feature that allows users to store real, sensitive data in a database, but scrambles the data when a person or application accesses it.
What is Dynamic Data Masking?
400
This hands on approach is sometimes confused with "ad hoc" testing. It is a powerful testing approach that treats test-related learning, test design, test execution, and test result interpretation as mutually supportive activities that run in parallel throughout the project.
What is Exploratory Testing?
500
To determine how many users and/or transactions a given system will support and still meet performance goals.
What is a Capacity Test?
500
A process of linking multiple user stories to multiple sources such as Epics, Flows, and Tests in a 1 to many or many to many format.
What is User Story Mapping?
500
This often misused metric attempts to quantify a team's confidence in how comprehensive their testing is.
What is Test Coverage?
500
A method of maintaining data privacy that combines moving the data from source to target and obfuscating that data before it writes to the target system.
What is in flight data masking?
500
A document that maps and traces user requirements with test cases for the purpose of seeing that all test cases are covered so that no functionality is missed while testing.
What is a Requirements Traceablitiy Matrix?