Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 884 Bytes

Calculator test suite.md

File metadata and controls

23 lines (20 loc) · 884 Bytes

Emurgo-Assigment

Python version : 3.9.0 Pip version : 20.2.4 Robot Framework version : 3.2.2

Run the suite from cmd : robot TestSuite.robot

Test Case execution sequence :

  1. Addition TestCase Execution – Asserts the displayed value with the hard coded value on the TestCase
  2. Subtraction TestCase – Asserts the displayed value with the hard coded value on the TestCase
  3. Multiplication TestCase – Asserts the displayed value with the hard coded value on the TestCase
  4. Division TestCase – Asserts the displayed value with the hard coded value on the TestCase
  5. XpowerY TestCase – Asserts the displayed value with the hard coded value on the TestCase
  6. YrootX TestCase – Asserts the displayed value with the hard coded value on the TestCase
  7. Negative TestCase – Asserts the displayed value with the hard coded value on the TestCase