Question 1 Flashcards

1
Q

What is the focus of a QA professional’s role?

A

Testing web and mobile applications, focusing on UI and functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What tools are commonly used in QA for issue tracking and test case management?

A
  • Jira
  • TestRail
  • Xcode
  • Android Studio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of testing are performed to ensure a seamless user experience?

A
  • Smoke testing
  • Regression testing
  • Exploratory testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When do you report issues in Jira?

A

Whenever I notice a mismatch between the actual and expected behavior during testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you write a bug report in Jira?

A

Create a new ticket, select the bug issue type, provide a title, include steps to reproduce, actual vs. expected behavior, environment details, and attach relevant files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What do you do if a developer says it’s not a bug?

A

Review requirements to verify if it’s expected behavior, close the bug if it is, or reopen and assign it back to the developer if it’s not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are ADB commands used for?

A
  • Installing and uninstalling apps
  • Extracting log files (adb logcat)
  • Executing commands like adb devices, adb push/pull, adb reboot
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What Linux/Unix commands have you used?

A
  • grep
  • pwd
  • cd
  • ls
  • touch
  • mkdir
  • open
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do you focus on while performing UI testing?

A

Ensuring UI elements are properly aligned, not overlapping, and free of truncations, as well as checking for spelling or grammar issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you write test cases?

A

Based on requirements, breaking them down into flows and detailed steps, specifying expected results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between Smoke and Regression testing?

A
  • Smoke Testing: Quick check (15-20 test cases) for critical functionalities after a new build.
  • Regression Testing: Comprehensive testing (200-400 test cases) to ensure recent changes haven’t affected existing features.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can a tester be sure that a bug has been fixed?

A

By verifying that the bug is no longer reproducible in the new build.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What should you do if a bug is marked as ‘not a bug’?

A

Check if it’s as designed, doesn’t map to requirements, or is an enhancement request; ask for clarification if needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the typical duration of a sprint cycle in QA?

A

Three weeks, with the first week for planning and design, followed by development and testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why do you want to leave your current job?

A

The project I’m working on is ending soon, and I’m looking for a stable, long-term opportunity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why did you choose to work in QA?

A

I’m passionate about technology and enjoy finding issues to create a quality product.

17
Q

What do you do if a developer tells you that the bug is not reproducible?

A

Double-check the environment and steps; try on other devices, and close the ticket if not reproducible.