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

The data used to execute test cases and verify the behavior and correctness of a software application or system.
Test Coverage
The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.
Boundary Testing
A testing technique that focuses on testing the boundaries or limits of input values to uncover defects or errors.
Test Case
A specific condition or set of conditions used to determine whether a software product or system is functioning correctly.
Test Scenario
A sequence of test steps that represent a particular usage or workflow of a software application or system.
Regression Testing
The process of retesting the modified or updated parts of a software application or system to ensure that no new defects have been introduced.
Test Plans
A detailed document that outlines the approach, objectives, and scope of testing for a particular software product.
Testing
The process of evaluating a program or system by running it and comparing its expected and actual outputs.
Equivalence Partitioning
A testing technique that divides the input values into equivalent partitions and selects test data from each partition.
Test Execution
The process of running the test cases and test scenarios using the specified test data and recording the results.
Test Data