Git Product home page Git Product logo

qa's Introduction

QA

How can I ensure that my code, program, or software is functional and secure?

I can ensure that my program is functional and secure by writing a variety of tests to make sure that my software does what it is supposed to do. Assertions inside of my unit tests makes sure that any code that is pushed that may cause regressions, can be checked against a known set of values. I can also use unit tests to make sure the user cannot put in values that can cause my program to reveal sensitive information or work in an unexpected way.

How do I interpret user needs and incorporate them into a program?

User needs can be distilled into software requirements that act as a basis for my program. These requirements can then be translated into code. Tests can be run to ensure that the code operates as inspected. Finally, user acceptance tests can occur to make sure that the program actually does what the customer wants it to do.

How do I approach designing software?

Software should be designed in a requirements driven fashion. It should also be tested frequently to ensure that bugs do not reach the end user. These tests can be carried out via unit tests, system tests, end to end tests etc. The software should always be progressively developed using continuous integration to ensure that new features can be released quickly, accurately and securely.

qa's People

Contributors

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