What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

A technique used to select test data by randomly choosing data points from a larger set.
System Validation
The process of ensuring the system operates correctly under typical conditions.
Test Coverage
The measurement of the extent to which testing has covered a system
Boundary Values
Test data chosen at the lower and upper limits of input ranges to evaluate system behavior at edge cases
Pairwise Testing
A test design technique that focuses on testing all possible combinations of input parameters
Positive Testing
A type of testing where test data is selected to validate the expected behavior or correct execution of the software.
Real-World Data
Data that represents the actual usage scenarios, conditions, and environments in which the software will operate.
Negative Testing
A type of testing where test data is intentionally selected to trigger error conditions or invalid inputs.
Input Validation
The process of checking whether the input data meets defined criteria before processing.
Abnormal Data
Data that deviates significantly from expected values or falls outside of predetermined limits.
Random Sampling