0

I am looking for a way to let Web QA tester to test website with specific version. So, Web QA tester can say things like "this X is broken since version A.B.C".

The current test/release process:

  1. developer create a feature branch from staging.
  2. commit to the feature branch.
  3. developer merge the feature branch to the dev branch.
  4. CI/CD dev.
  5. QA test the dev.domain.com.
  6. QA says no problem.
  7. developer merge the feature branch to the staging branch.

What I want is:

(5) QA test the dev.domain.com (QA tester can select specific version).

Something like Firebase App Distribution, but for web with server side rendering capability.

Is it possible?

What I've tried:

  1. Honestly, I have not try anything yet. I still use domain.com, staging.domain.com, dev.domain.com.
asked Nov 27, 2023 at 3:04
5
  • 1
    Can you elaborate what your current test/release process looks like and what you would like to achieve with "test a specific version"? Commented Nov 27, 2023 at 7:29
  • The current test/release process: (1) developer create a feature branch from staging, (2) commit to the feature branch. (3) developer merge the feature branch to the dev branch (4) CI/CD dev (5) QA test the dev.domain.com (6) QA says no problem (7) developer merge the feature branch to the staging branch. What I want is (5) QA test the dev.domain.com (QA tester can select specific version). Commented Nov 27, 2023 at 9:32
  • Please edit your question to include this information instead of replying in comments. Commented Nov 27, 2023 at 13:24
  • Is your team doing anything right now to associated a version or identifier with each deployment? Commented Nov 27, 2023 at 13:24
  • we do have version. but only limited to release. Commented Nov 27, 2023 at 14:03

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.