Code Monkey home page Code Monkey logo

tdd-calculator-python's Introduction

powershell

Official Code Repository for Automated Scientific Calculator Testing

(CSIT314 Part 2)

Features

  • running autonomous testing for scientific calculator functions

    • addition
    • subtraction
    • multiplication
    • division
    • scientific functions
      • sin
        • sinh (asin)
      • cos
        • cosh (acos)
      • tan
        • tanh (atan)
      • exponents
      • radial and degree
    • invalid inputs
  • testing concepts

    • prompt user to enter the number of iterations to run
    • checking invalid inputs
    • floats and integers
      • using large integers
      • using large floats
    • negative and positive inputs
      • negation of operands (plus and minus)
    • checking null inputs
    • zero as input
    • calculation using previous results

Source Code Access

  • to view source code (open these files):
    • calculator.py - defines general calculator functions (checks the expected results)
    • dict.py - accesses the calculator buttons from the calculator app (from calculator.net)
    • test_calculator.py - defines all the tests to be carried out - work in progress
    • randomGeneration.py - random value generation based on specific tests
    • driver_file_test.py - carries out autonomous testing (based on user input) - work in progress
    • test_calculator_report.py - log file to record all test outcomes (PASS and FAIL)

Execution Instructions

Windows
  • download and install python to your local machine
  • download python-pip
  • download python-pytest
    • pip install -U pytest
  • download python-pytest-html
    • pip install pytest-html
  • install selenium (chrome webdriver)
    • pip install -U selenium
  • execution
    • run py.test.exe --capture=tee-sys --verbose --html=test_calculator_report.html test_calculator.py
Linux (python3)
  • sudo apt-get update
  • sudo apt-get install python3.8
  • python3 --version
  • more steps to be added

tdd-calculator-python's People

Contributors

chauster avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.