(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
An IDE used to write and run Python scripts.
Pycharm
Checks if the right product is being built.
Validation
A basic test to check if the software build is stable.
Smoke Testing
An XPath function to match partial text.
Contains (XPath)
A document that outlines the scope, approach, and schedule of testing.
Test Plan
Represents the structure of a webpage.
DOM
Checks if the product is being built correctly.
Verification
A way to find elements on a web page.
Locator
A flaw that causes incorrect software behavior.
Bug
A human mistake in the code or logic.
Error
A command in Selenium to open a URL in the browser.
driver.get
A document describing a bug and steps to reproduce it.
Bug Report
A quick check to see if a particular function is working.
Sanity Testing
Describes how bad the bug is for the system.
Severity
Re-running tests to check if changes caused new issues.
Regression Testing
A set of steps to check whether a feature works as expected.
Test Case
locator used to navigate through elements in HTML.
XPath
Ensures the software works on different devices/browsers.
Compatibility Testing
A process used to design, develop, and test high-quality software.
SDLC
Ensures the process of software development meets quality standards.
Quality Assurance