Who sets up Test Environment at work?
QA
How do you know how to setup your environment ?
get software/hardware requirements from developers on what are environment requirements for this application. then i simply set it up.
How many environments are there?
5- development, qa, uat, production and DisasterRevovery environments
In which Env do you work?
QA tests in QA Env
Do you test in Production Env?
No, QA doesnt have access to production env
What testing is done by QA first?
smoke testing is first testing for QA when we receive new build of app within sprint
If you found extra functionality while testing what do you do?
log a bug, extra functionality might bring unintended business or technical issues
What is regression testing?
testing application again to make sure everything is good. especially previously working functinalities didn’t get broken due to dev changes
Test Scenario VS Test Case
test scenario is what you are trying to test. test case is how to achieve that testing goal