qahawk.com

Blog

  • Published at
    Dynamic testing is like taking a car for a test drive, not just looking at it in the garage.
  • Published at
    Static testing is a software quality assurance method that examines code without executing it, similar to reviewing blueprints before building, to identify potential issues and ensure code quality.
  • Published at
    Imagine you are in the market to buy a used car, so naturally you would test it out. Even though you don't know anything about its internal mechanics, circuits, or programming, that doesn't mean you cannot test it.
  • Published at
    Code coverage is just making sure you've checked everything, like what it says in the name.
  • Published at
    Regression testing is a way of making sure new changes in the system do not break existing functionality.