Skip to main content

Questions tagged [interview]

For questions related to interviewing software testers - either side of the desk.

0 votes
4 answers
95 views

Is it possible to test software with automation only and no manual testing? [closed]

Without manual testing, can we perform automation testing? And how do we do that?
Mily Hasin's user avatar
0 votes
1 answer
333 views

What are all things you will check in API Testing? (Assuming you are a manual software tester)

This is an interview question. What points are they looking for when asking this question, you are using REST API. Check for errors, data accuracy, right status codes?
chris's user avatar
  • 23
0 votes
2 answers
114 views

Interview Question: How do you test lights of the room?

I was applying for QA intern in a company. There were 3 lights forming a triangle. Interviewer said to me that the developer built the lights in a triangular form. He then asked what'd I do as a QA to ...
zeeshanseikh's user avatar
4 votes
2 answers
84 views

How can I assess a company's agile testing maturity during an interview with them?

What questions should I ask during the interview process and what am I looking for in the answers that they give (or don't) in order that I gain a good understanding of what testing processes and ...
Michael Durrant's user avatar
2 votes
2 answers
62 views

Automation testing using an inside framework and nothing famous

I'm a Computer Science student who started as a Software QA Automation Developer at a big company. The team is using kind of old tech, so we do not use Selenium or any other well-known framework. I ...
Yarin Mosez's user avatar
3 votes
1 answer
130 views

Is there a difference between Testing Summary Report in Agile vs Non-Agile methodologies?

This question was asked to me in an interview to a well known consulting company. I'm not quite sure what was the correct answer for I did not receive a constructive feedback from my interviewer
MagsTester's user avatar
0 votes
1 answer
83 views

preparation for technical/practical assessment both manual and automated testing for an SDET role at a dream company

I'm having my last interview challenge next week for an SDET Role at a company that I pray every day to nail it. The recruitment steps I passed so far are: interview with HR manager theoretical ...
Asmoun's user avatar
  • 133
1 vote
1 answer
2k views

How many more test cases are required to achieve provide 100% statement and 100% decision coverage?

You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. if width > length then biggest_dimension = width else biggest_dimension = ...
user16780334's user avatar
0 votes
1 answer
10k views

Given the following fragment of code, how many tests are required for 100% decision coverage?

if width > length then biggest_dimension = width if height > width then biggest_dimension = height end_if else biggest_dimension = length if height > ...
user16780334's user avatar
-1 votes
1 answer
2k views

What will be the statement coverage, decision coverage and branch coverage of these following problem?

I have been trying to get ISTQB certification and this is my first time with manual testing stuffs, I found it very interesting but can some please tell me how to find the statement coverage, decision ...
user16780334's user avatar
1 vote
3 answers
128 views

Tests that cannot be automatable in BDD model but can be automatable in TDD model

I have been to a interview. The interviewer said they were using BDD model in their project. He asked me this question. Define some Tests that cannot be automatable in BDD model but can be ...
Jagadish Dabbiru's user avatar
2 votes
6 answers
2k views

What steps to take when you spot a bug before release?

Imagine you are responsible for testing a web application. Your team is preparing a release of a new feature. Just before the release you spot a bug. What next steps would you take next to resolve ...
homet's user avatar
  • 29
0 votes
2 answers
276 views

Test Design Interview Question - How will you test a photo sharing app (like Instagram)

The interview format for Software Engineers at FAANG (and similar companies that follow the same structure) comprise of a System Design Interview portion. From recent interview experience, I learnt ...
Bob's user avatar
  • 13
2 votes
3 answers
130 views

How would you answer this interview whiteboard question about testing multipart forms?

How do I answer this tech interview whiteboard question on testing? What is the minimal number of tests to cover the functionality of Scenario #1? Scenario #1: The application depicted below is a ...
Neil Dutta's user avatar
18 votes
7 answers
6k views

Interview question on doing a production release with a bug

There was an interview question as: There is a production release planned tomorrow. QA found a critical bug. The dev team is working hard to fix it with extra effort but they aren't anywhere close to ...
ChathuD's user avatar
  • 2,147

15 30 50 per page
1
2 3 4 5
9