Coder Social home page Coder Social logo

lab8_starter's Introduction

Lab 8 - Starter

Nikhil Dange

  1. Automated tests would be within the GitHub Action, since we want these to run every time we commit code. We do not want this to manually be run (since they are to be automated), and we want to incrementally test, not only at the very end.

  2. No, E2E is to test the functionality of how an app works on a larger scale.

  3. I would not use a unit test for message functionality. Message functionality seems like a far bigger feature of an application, and a unit test might fail to test things such as whether the message was recieved, or the contents were kept intact; a function on our side would only verify that a message was sent.

  4. I would use a unit test for this feature, since this is a smaller feature to test. A function can easily check a message before it is sent to verify whether it is 80 characters, since we are not concerned with what happens after the message is sent.

lab8_starter's People

Contributors

camdynr avatar nik-dange 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.