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.
Real-World Data
Data that represents the actual usage scenarios, conditions, and environments in which the software will operate.
Boundary Values
Test data chosen at the lower and upper limits of input ranges to evaluate system behavior at edge cases
Usability Testing
Testing done to evaluate the ease of use and user-friendliness of a system
Positive Testing
A type of testing where test data is selected to validate the expected behavior or correct execution of the software.
Data Completeness
Ensuring that all relevant and necessary data scenarios are covered during the testing process.
Pairwise Testing
A test design technique that focuses on testing all possible combinations of input parameters
Test Data
Data used in testing to execute test cases and evaluate the behavior of a system
Code Coverage
The extent to which the source code is executed by a test suite
Ad-Hoc Testing
Testing performed without any formal test plan or pre-defined steps
Random Sampling