Basic Calculator
Selenium Object

Instructions

The following page is a very basic calculator - I know you have one on your phone, so why do you need another one?

The purpose of this page is to provide an object with basic functionality for you to try your first attempt to use a test tool on.

You can add/subtract/divide/multiply - all mathematical functions. When chosen, the page checks that you've entered numerical values. You can also toggle whether you want your answer as an integer value.

If you choose to concatonate, the system treats the inputs as strings, and won't check numerical values. You'll also not be able to select to get an integer value answer.

There are multiple builds available. Prototype works perfectly, whereas builds 1-8 have problems. A good set of tests should help identify what the problems are.

Calculate