The Friday Before Release

Friday 3:00 PM. Release scheduled for Monday morning.

The CTO enters the QA office:

“Marie, are we good to ship Monday? All tests passed?”

Marie (QA Lead) opens her laptop:

Step 1: Open Excel

Step 2: Count manually

Step 3: Check Jira

Step 4: Consult her notes

30 minutes later.

Marie answers:

“Uh… I think we’re good. There are 18 non-critical tests I didn’t have time to do. The 7 failed ones are known bugs being fixed. Should be fine.”

CTO: “Should be?”

Marie: “Yes… well, unless I forgot something.”

The CTO has a choice:

The CTO chooses: Ship. “We’ll see.”

Monday 10:00 AM: Critical bug in production. Microsoft OAuth SSO feature doesn’t work.

Cause: Marie had forgotten to test it (it was on a lost post-it).


The Problem Of Invisible QA

Most tech teams manage their tests this way: QA scattered across disconnected tools, without global visibility.

The Five Symptoms Of Invisible QA

1. Test Cases In Excel (Disconnected From Development)

The Scenario: Your QA maintains an Excel file with all test cases:

The Problem:

Real Result: A team discovers 3 weeks after a release that a critical feature had no test case defined - it was in an old lost Excel version.

QA Scattered Across Tools


The Scenario: Bugs are tracked in Jira:

The Problem:

Real Scenario:

Marie (QA): “Is bug AUTH-247 fixed?”

Dev: “Yes, closed yesterday.”

Marie: “Ok.”

2 weeks later: Bug AUTH-247 reappears in prod.

Why? Marie never retested. She thought “closed” = “QA validated”. The dev thought closing the bug = automatic QA.


3. Lost Test Results (No History)

The Scenario: Marie manually tests a feature. She finds a bug, reports it in Jira, then… forgets she had already tested that feature.

3 weeks later:

Dev: “Marie, did you retest feature X after my fix?”

Marie: “Uh… I think so? Wait, let me check.”

Marie searches:

Marie retests. (Time wasted: 30 minutes for something she had already done)

The Problem:


4. Invisible QA Coverage

The Scenario: You’re shipping a release with 12 features.

CTO’s question: “What’s our test coverage for this release?”

Response process:

  1. List the 12 features
  2. Open Excel, count how many test cases per feature
  3. Count how many tests “Passed” vs “Not Run”
  4. Mentally reconstruct coverage

Time needed: 1-2 hours.

Reliability: 60% (you probably forgot something).

Final answer: “I’d say we’re at 70-80% coverage.”

The Problem:


5. QA Bottleneck At End Of Sprint

The Scenario: Monday-Wednesday: Devs code.

Thursday-Friday: “Marie, here are 8 features to test for Monday’s release.”

Marie: “8 features in 2 days?!”

Result:

The Problem:

QA Bottleneck At End Of Sprint


Why QA Becomes Invisible

Reason 1: Dev And QA Tools Are Separated

Devs Use:

QA Uses:

Result: Two parallel worlds that never communicate.

Devs don’t know what QA tests. QA doesn’t know what devs have developed.

Dev And QA Separated


Reason 2: Test Cases Are Not Linked To Features

The Problem: In Excel, you have:

But no information on:

Result: Test cases float in a void, disconnected from actual work.


Reason 3: No Real-Time Visibility

The Problem: The CTO asks: “Where are we on release testing?”

Today, QA must:

  1. Open Excel
  2. Count manually
  3. Check Jira for bugs
  4. Consult notes
  5. Mentally reconstruct global state

There’s no real-time view showing:

Result: QA is invisible until someone explicitly asks.


The Sinra Approach: QA Unified With Development

Sinra was designed to make QA visible, linked to development, and real-time.

The Concept: Testings Linked To Capabilities And Releases

In Sinra, testings (test cases) are directly linked to capabilities (features) and releases.

Workflow:

  1. A capability is created (e.g., “SSO Authentication”)
  2. Development issues are added under the capability
  3. Testings (test cases) are created and linked to the capability
  4. QA executes testings and records results
  5. QA progression is automatically synchronized with the release

Result: Dev and QA work in the same system, with shared visibility.

Testings Linked To Capabilities


Anatomy Of A Feature With Sinra Testings

Step 1: Create The Capability “SSO Authentication”

Description:

Issues:


Step 2: Create Testings For This Capability

QA Testings:

ID Test Case Priority Linked to
TC-AUTH-01 Login Google OAuth with valid account High AUTH-120
TC-AUTH-02 Login Google OAuth with invalid account High AUTH-120
TC-AUTH-03 Login Microsoft OAuth with valid account High AUTH-121
TC-AUTH-04 Login Microsoft OAuth with invalid account High AUTH-121
TC-AUTH-05 SSO provider selection in UI Medium AUTH-122
TC-AUTH-06 Refresh token management after expiration High AUTH-123

Benefits:


Step 3: Execute Tests And Record Results

Marie (QA) executes tests:

TC-AUTH-01: Login Google OAuth with valid account

TC-AUTH-03: Login Microsoft OAuth with valid account

Benefits:


Step 4: Dev Fixes Bug, QA Retests

Dev fixes BUG-456:

Marie retests:

Benefits:

Complete Test History


Global View: QA Progression Per Release

Release: SaaS Platform v2.5 (Delivery: 2025-12-30)

Capability Total Tests Passed Failed Not Run QA Status
SSO Authentication 6 6 0 0 ✅ Validated
Analytics Dashboard 8 5 1 2 ⚠️ In Progress
API Webhooks 10 0 0 10 🚨 Not Started
PDF Export 5 4 0 1 ⚠️ In Progress

Global QA Progression: 15/29 tests passed = 52% completed

Automatic Alerts:

Benefits:

Answer to CTO:

“No, we can’t ship Monday. API Webhooks has no tests executed, and Analytics still has 1 active bug. I recommend delaying 5 days or removing API Webhooks from the release.”

Response time: 30 seconds instead of 2 hours.

QA Progression Dashboard


The Five Advantages Of Sinra Unified QA

1. Tests Linked To Features (Not Disconnected Excel)

Before (Excel):

After (Sinra):


2. Complete Execution History

Before (Notes/Memory):

After (Sinra):


3. Automatic Dev ↔ QA Synchronization

Before (Separate Tools):

After (Sinra):


4. Real-Time QA Coverage Visibility

Before (Manual Calculation):

After (Sinra):


5. QA Bottleneck Eliminated (Continuous Testing)

Before (QA At End Of Sprint):

After (Sinra):


Real Example: HealthTech Solutions

HealthTech Solutions (team of 10, SaaS health platform)

Note: HealthTech Solutions is a real company we’ve anonymized under a fictitious name to protect their confidentiality.

Before Sinra: Invisible QA

Tool stack:

Problems Encountered:

Revealing Incident: Release “Patient Portal v3.2” shipped with feature “Export medical record PDF”.

1 week after release: 12 customers report PDF export fails on records >50 pages.

Analysis: No test case existed for “PDF Export with large records”. Marie had only tested with small records (5 pages).

Cost:


After Sinra: Unified QA

Workflow:

  1. Each capability has testings defined from conception
  2. QA creates test cases directly in Sinra (linked to capability)
  3. When dev completes issue, Marie is automatically notified
  4. Marie executes tests, records results, creates bugs if needed
  5. Real-time view of QA progression per release

Results (After 4 Months):

Quote from Marie (QA Lead):

“Before, I spent 30% of my time searching for what I had already tested and asking devs what was ready. Now, Sinra tells me exactly what to test and I can trace all my work. I test 2x more with zero stress.”

Quote from CTO:

“No more Friday nights wondering if we can ship Monday. I open Sinra, I see QA progression in real-time, and I make fact-based decisions. Game changer.”

HealthTech Before/After Sinra


Excel + Jira vs. Sinra: QA Comparison

Aspect Excel + Jira Sinra Testings
Test cases Disconnected Excel Linked to capabilities
Link with features ❌ None ✅ Automatic
Execution history ❌ None (manual notes) ✅ Complete with dates/testers
Dev ↔ QA synchronization ❌ Manual ✅ Automatic
Visible QA coverage ❌ Manual calculation (2h) ✅ Real-time (<10s)
Missing test alerts ❌ None ✅ Automatic
Continuous testing ❌ Bottleneck at sprint end ✅ Throughout sprint
Bugs linked to tests ❌ Disconnected ✅ Automatically linked
Release visibility ❌ “I think we’re good” ✅ “78% tested, 2 active bugs”

The Five Signs Your QA Is Invisible

Sign 1: Your QA Uses Excel For Test Cases

If your test cases live in an Excel file disconnected from development, your QA is invisible.


Sign 2: You Don’t Know How Many Tests Remain Before Release

If the answer to “How many tests remain?” requires 1h manual calculation, your QA coverage is invisible.


Sign 3: QA Discovers Ready Features By Chance

If your QA must ask “Is this ready to test?” instead of being automatically notified, synchronization is broken.


Sign 4: You Ship Without Knowing If Everything Is Tested

If you answer “I think so” to “Is everything tested?”, you have no visibility.


Sign 5: Bugs Reappear Because QA Forgot To Retest

If “fixed” bugs return because QA didn’t know to retest, your history is nonexistent.


How To Use Sinra For QA

Step 1: Create Testings For Each Capability

Action:

Result: Test cases linked to work, not floating in Excel.


Step 2: Execute Tests And Record Results

Action:

Result: Complete history, traced bugs.


Step 3: Track QA Progression Per Release

Action:

Result: Real-time visibility, informed decisions.


Step 4: Continuous Testing (Not Bottleneck At Sprint End)

Action:

Result: QA becomes continuous process, not final phase.


Action Points: Make Your QA Visible

  1. Create your first testings in Sinra. Take 1 capability, define 5-10 test cases.
  2. Link testings to development issues. Ensure Dev ↔ QA visibility.
  3. Execute and record results. Build complete history.
  4. Track QA progression in real-time. Use release view for visibility.
  5. Adopt continuous testing. Test when ready, not at sprint end.

The Key Point

Invisible QA kills quality.

Between disconnected Excel test cases, unlinked Jira bugs, lost results, and unknown coverage, nobody knows if the release can ship.

Sinra makes QA visible and unified with development.

Testings are linked to capabilities, history is complete, synchronization is automatic, and progression is real-time.

The result:

You know exactly what’s tested, what remains, and if you can ship.

Your future self will thank you.


Ready to make your QA visible? Start a free Sinra trial →

Discover project management where tests are linked to development, not lost in Excel.