Git Product home page Git Product logo

week-4-mini-apps's Introduction

Week-4-Mini-apps

Red-Green-Refactor workflow - The red, green, refactor approach helps developers compartmentalize their focus into three phases: Red — think about what you want to develop. Green — think about how to make your tests pass. Refactor — think about how to improve your existing implementation

What is Jest- Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an approachable, familiar and feature-rich API that gives you results quickly

Why unit test - Unit tests make it safer and easier to refactor the code by putting tests into place that make sure refactoring occurs without problems and disruption. It takes the risk out of changing older source code. Doing unit tests is essentially doing quality assurance of the code.

How can Jest's beforeEach() and afterEach() functions improve our tests? - beforeEach: Runs a function before each test when a file runs. If a function returns a promise or is a generator, Jest waits for the promise to resolve before running the test. afterEach: Runs a function after each test when a file completes

Project Name: Pig Dice Game

Description: Writing unit tests using Jest

Timothy Opiyo Owiyo:
ISTQB Certified, aggressive and multi skill professional with 5 years experience in Telecommunication industry and repeated success in Quality Assurance, project management and stakeholder management.Designs test plans and procedures and equips and trains newer colleagues. Demonstrates practiced expertise in product design and participates in design reviews to offer early input on functional requirements and potential problems.Resourceful in defining required tests, running tests, gathering test data and identifying defects. Adept at providing thorough feedback to developers and developing and implementing quality assurance metrics.Reliable and hardworking with effective oral and written communication skills.

  • Experience with Test Management tools like Micro focus ALM , Micro focus Octane and JIRA
  • Expertise in Performance Testing using JMeter with certification in Performance Testing
  • Has knowledge in DevOps,Agile and Perfomance engineering

Setup instructions - includes any scripts that need to be run if necessary

The web application code can be clonned from: https://github.com/TOwiyo/Week-4-Mini-apps.git

Live Link

https://github.com/TOwiyo/Week-4-Mini-apps.git

Technologies used

  • HTML
  • JavaScript

Contact information

+254721154056

week-4-mini-apps's People

Contributors

towiyo 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.