DEV Community

Cover image for Manual Testing Interview Questions and Answers
jay538
jay538

Posted on

1

Manual Testing Interview Questions and Answers

Top Manual Testing Interview Questions

Q1. Why will you use automation testing?

Ans: Efficiency of testing greatly improves with automation testing, efforts and costs are greatly reduced and accurate results are provided.

Q2. How will you define automated testing?

Ans: Automated testing is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes and the setting up of test preconditions.

Q3. List down the limitations of automated testing.
Ans:

Planning and preparing all test cases for the software under test is difficult.
It is mainly effective in testing GUI based applications. Automated testing is not effective for non GUI applications.
To be very honest it is mostly dependent on GUI layout so when the interface changes the automated test script must also be modified.

Q4. Give scenarios where you will prefer automated testing.

Ans:
When it improves the speed, coverage, and risk mitigation of the project.
When automated testing implementation is simple.
If changes are unlikely and requirements are stable.

Q5. Which components are the best candidates for automated testing?

Ans:
Components are Mission-critical.
Components are Self-contained.
Simple scripting components.

If you want to read more visit here: https://bit.ly/2Wy6U3y

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post →

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay