About JavaScript Countdown

A countdown timer implemented in JavaScript.

About Page

This page contains text displaying a countdown with hours : minutes : seconds.

The countdown is controlled by JavaScript running in the background.

The timer starts automatically when the page loads and can be re-configured and controlled by the GUI.

Automated Execution

For automating, it is a relatively simple set of elements with attributes to make locating easier.

Results checking can be implemented by asserting on the value of the countdown time.

Exploratory Testing

The application maintains internal state e.g. paused, current time, pause -> restart, clear -> reset etc.

Track your coverage and be sure to have the JavaScript Console open in the Dev Tools as you test, just in case there are any JavaScript issues.

JavaScript Hacking

As with the majority of our test pages, the JavaScript is easily callable from the console and many test input combinations could be triggered from JavaScript.

Help keep this site free by joining our Patreon Membership site. Membership costs as little as $1 a month and includes access to exclusive e-books and online training courses.