QA Engineer quiz questions pt 1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards
A Product Requirements Document (PRD) is usually created at this stage of the SDLC
Planning
2
New cards
Select all stages of the SDLC in chronological order
Planning > Design > Development > Testing > Deployment > Maintenance
3
New cards
Waterfall approach in software development
is one of the less flexible approaches for software development
4
New cards
Agile software development
The approach to software development emhasizing incremental delivery, team collaboration, continual planning, and continual learning
5
New cards
In the software development process a sprint is
The time frame in which the work must be completed
6
New cards
Which types of testing do manual QA engineers perform?
Black-box
7
New cards
Which type of manual testing verifies "what the system does"?
Functional testing
8
New cards
Which type of manual testing verifies "how well system performs"?
non-functional
9
New cards
Which type of testing is mostly performed by developers?
unit testing
10
New cards
If a user types "ABC" into an input field when the system should work only if more than 8 characters are provided
Negative testing
11
New cards
A system will work only if users provide an input that is 10 to 20 symbols long. What boundary input values should a QA Engineer try to test the system?
9, 10, 11, 19, 20,21
12
New cards
What type of documentation is the most necessary for testing?
Product requirements document
13
New cards
From which perspective is the product requirement document (PRD) written?
From the end-user perspective
14
New cards
How does a QA Engineer write test cases?
Based on the product requirements document
15
New cards
How many expected results should a test case have?
Ideally only one
16
New cards
What are the correct test-case components?
Title, preconditions, steps to reproduce, expected result
17
New cards
What is Confluence?
A platform that stores all information assets of the project organized in Jira
18
New cards
What is TestRail?
It is a platform where a QA team can create and execute test cases.