QA Engineer quiz questions pt 2

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

1/18

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.

19 Terms

1
New cards
What is a software bug?
An error or a defect in software
2
New cards
What should QA engineers do after identifying a software bug?
create a bug report
3
New cards
The main components of a bug report in Jira are
Environment, title, description, priority
4
New cards
Describe the life cycle of a bug
New > assigned > resolved > closed
5
New cards
A Jira bug report starts with
A bug title
6
New cards
If the function on a website works in chrome, IE, and Safari, but it doesn't work in Firefox on both Windows and MacOS, this bug is
Browser specific
7
New cards
Which of the following is part of the backend of a web application
Systems that handle user authentication and help to perform tasks
8
New cards
What does usability testing in web applications focus on?
Ensuring the application is user-friendly and intuitive
9
New cards
Why is it important to consider browser popularity in testing strategies?
it helps in allocating testing resources efficiently, focusing more on browsers used by most people
10
New cards
Read the test case and identify the type of testing: To validate that the application has a strong password protection system and it does not permit on attacker to obtain, change, or recover another user's password.
Security testing
11
New cards
If on a website the "buy now" button doesn't work on the purchase page, but the user is able to check out the "my cart" page, this bug is
High priority
12
New cards
Read the test case and identify the type of testing: To ensure that the layout of application and the functionality work as expected if users are located in different countries or locations
Locolization testing
13
New cards
What is the first step in testing a web application?
Develop Requirements and Test Cases
14
New cards
Which of the following best describes exploratory testing?
Testers explore the application beyond structured tests to uncover unusual issues
15
New cards
What does cross-browser compatibilty ensure for a website?
It ensures that a website performs identically across various web browsers
16
New cards
What is the main difference between cross-browser testing and compatibility testing?
Cross-browser testing is concerned with how content appears across browsers, while compatibility testing also includes operating systems, devices, and network environments.
17
New cards
What is the purpose fo visual testing in the context of cross-browser compatibility?
To ensure that the website's visuals like fonts, colors, and layouts are consisten across different browsers
18
New cards
What aspect of testing ensures that a website functions well on both older and newer browser versions?
Browser version testing
19
New cards
Testers evaluate how a web application performs on different operating systems like Windows, macOS, and Linux to ensure smooth functionality. Which type of testing does this scenario desribe?
Compatibility testing