Basics Flashcards
(95 cards)
Difference between smoke and positive test?
Smoke test – doesn’t have a requirement document, its self navigated.
Positive test - makes sure that the software behaves as intended when provided with valid inputs and follows the requirements
Difference between end to end and regression?
End to end - Checks the specific application workflow. Has to be sequential
Happens after unit and integration testing.
Regression – focuses on high impact business areas
Regression resets data
What is verification process?
Process driven, implements changes including meetings and documents.
What are your roles and responsibilities as a QA?
Qa has 2 responsibilities which is validation and verification.
Verification - Process driven, implements changes including meetings and documents.
Validation - product driven, involves code execution and aim to deliver a bug free product based on client needs.
Whats the difference between smoke test and negative test?
Smoke test- doesn’t have a requirement document, its self navigated.
Negative test – youre purposefully failing the application to see if the error messages are clear.
What kind of test management tool have you used?
Zephyr
What is a volume test?
That’s when v-users are launching the app all at the same time
How long to run regression test? Why 2 days max?
2 days, To make sure theres a quick feedback on new code changes
What is a hot fix and purpose of hot fix?
Hot fix is a high priority bug that needs to be fixed right away. Purpose is fixng anything major before normal release.
What is an integration test?
That is when we make sure one application works fine with another application. We use postman
Difference between prod and Qa env?
Prod – used by real life users, real data
Qa – functional test is ran,test data creation , qa database
. What type of test are you running in production?
Replicate the bug
What are some of the components that are used within a test plan?
Which one is most important ?
Heading , revision history, table of contents, introduction , scope, approach , overview
the Scope, it ensures alignment with project goals and requirements.
Who creates your test plan?
Qa lead
you identify an issue, and it doesn’t replicate more than once but does sometimes what do you do about this bug?
When encountering a bug that doesn’t replicate consistently, I would thoroughly document the issue, capturing as much detail as possible, including steps to reproduce, screenshots, and system environment information
What type of documents have you analyzed as a QA?
Rd brd CRD FRD dd
What is the difference between regression and system test? Can you explain what flow?
Regression resets the data , system doesn’t. regression , system happens once a year.
What is difference between dev and qa env? Do you build code in dev environment? Who are the test users?
Dev – develops code, unit test is done by dev qa- functional test, test data creation
What is a sprint candidate?
That’s where stories are sized, finalized and prioritized for upcoming sprint.
What is sprint capacity?
Estimated available hours per team that will be working on in the upcoming sprint.
Who is creating your test plan?
Qa lead
. How do you know if its code related issue?
Collaborate with developers to find out, Reproduce in Development Environment,
What is a test data?
Those are input values and conditions that are used during the execution of test cases.
During limited regression is it considered hot fix again? Why?
If the changes are really important and need to be fixed quickly, even during limited regression, they might be treated as hot fixes to make sure they’re dealt with fast.