Frontend
1.0.0
1.0.0
  • Introduction
  • Project Guidelines
    • INTRODUCTION
    • PROJECT SETUP
      • Frameworks
      • Static type checking
      • Code Quality Tools
      • Enforcing good practices
      • Testing
      • Code versioning flow
      • Continuous Integration & Delivery
      • Isolated component development
    • EFFECTIVE AND CONSISTENT WORKFLOW
      • Code structure, architecture
      • Code versioning and review flow
      • Testing
      • Continuous Integration & Delivery
      • Dependency checking
      • Project Management Tools
      • Communication
    • THE QUALITY OUTPUT
      • Great UX/UI
        • Design & User Experience
        • SEO, SMO
      • Accessibility
        • Introduction
        • Why a11y?
        • Fundamentals
        • A11y in STRV
          • Share Knowledge
          • Project Life Cycle
          • A11y culture
      • Performance
        • Bundle Size
        • Deployment
        • Audits & Reports
      • Stability
        • Documentation
        • Analytics & Error Tracking
        • Quality Assurance
      • Security
    • FINAL WORDS
    • ACKNOWLEDGEMENT
Powered by GitBook
On this page

Was this helpful?

  1. Project Guidelines
  2. THE QUALITY OUTPUT
  3. Stability

Quality Assurance

PreviousAnalytics & Error TrackingNextSecurity

Last updated 5 years ago

Was this helpful?

It's always handy to have an extra pair of eyes to check your output. At STRV, we have a dedicated QA team for each project.

Whenever you work on a project for a long time, you start getting [tunnel vision](). This results in not seeing obvious bugs.

Having QA on a team working on larger projects is not just nice to have, but actually very important and mandatory.

It’s not the responsibility of the developer to lobby having QA engineers on the project. But since we are here to build a successful product, this could be a really nice recommendation to your client. In the end, everybody wants to have a bugless, beautifully working app. So why not try it out?

Learn how to automate testing and cooperate with QA team:

https://en.wikipedia.org/wiki/Tunnel_vision_(metaphor)
https://continuousdelivery.com/foundations/test-automation/