Manual Qa Interview Questions

860 manual qa interview questions shared by candidates

The primary focus of the interview was on my experience with creating test cases. I explained that, in my previous roles, creating test cases typically required a comprehensive understanding of the product, as well as collaboration with other teams. It was often a task handled by QA leads or senior team members due to the depth of knowledge needed. However, the response I received from the interviewer downplayed the importance of this task, calling it “basic for QA.” This response didn’t align with my professional experience, as I believe creating effective test cases is a detailed, collaborative process that’s essential for ensuring quality. It left me feeling that my expertise and approach to QA were not fully understood or respected.
avatar

Manual QA Tester

Interviewed at Quantic Dream

4.1
Mar 14, 2025

The primary focus of the interview was on my experience with creating test cases. I explained that, in my previous roles, creating test cases typically required a comprehensive understanding of the product, as well as collaboration with other teams. It was often a task handled by QA leads or senior team members due to the depth of knowledge needed. However, the response I received from the interviewer downplayed the importance of this task, calling it “basic for QA.” This response didn’t align with my professional experience, as I believe creating effective test cases is a detailed, collaborative process that’s essential for ensuring quality. It left me feeling that my expertise and approach to QA were not fully understood or respected.

In Selenium, which of these statements about the following FluentWait command are correct: Command Wait wait = new FluentWait<WebDriver>(driver) .withTimeout(50, TimeUnit.SECONDS) .pollingevery(3, TimeUnit.SECONDS) .ignoring(NoSuchElementException.class); Statements This command is operated on two parameters named the timeout value and polling frequency. This command directs the WebDriver to wait a maximum of 3 seconds to verify a specific condition. If the condition doesn’t occur during the 50 seconds, this command throws an ElementNotVisibleException. Less
avatar

QA Manual Tester

Interviewed at Recro

4.2
May 20, 2022

In Selenium, which of these statements about the following FluentWait command are correct: Command Wait wait = new FluentWait<WebDriver>(driver) .withTimeout(50, TimeUnit.SECONDS) .pollingevery(3, TimeUnit.SECONDS) .ignoring(NoSuchElementException.class); Statements This command is operated on two parameters named the timeout value and polling frequency. This command directs the WebDriver to wait a maximum of 3 seconds to verify a specific condition. If the condition doesn’t occur during the 50 seconds, this command throws an ElementNotVisibleException. Less

Viewing 181 - 190 interview questions

Glassdoor has 860 interview questions and reports from Manual qa interviews. Prepare for your interview. Get hired. Love your job.