Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Manual Software Testing Interview (Q&A for QA)
Rating: 4.7 out of 5(202 ratings)
2,213 students

Manual Software Testing Interview (Q&A for QA)

Improve and deepen knowledge of software testing, manual testing, qa (quality assurance) and become a software tester
Last updated 6/2026
English

What you'll learn

  • Answers to the Top 100 Software Testing Theory Interview questions
  • Each answer includes real-life practical example, which helps to better understand the theory
  • Each answer includes a video for those who prefer visual content
  • Each answer includes an article for those who to read and analyze thoughtfully

Course content

13 sections135 lectures15h 43m total length
  • Intro to Software Testing Theory2:44
  • What is Software Testing?4:25
  • What is Software Testing?15:20
  • What are software testing objectives?2:24
  • What are software testing objectives?2:56
  • Why is Testing necessary and important?3:46
  • Why is Testing necessary and important?4:46

    Testing saves time, money, and reputation by preventing post-release failures. It also evaluates, improves, and controls software quality through regression testing and test reports that guide release decisions.

  • What is a bug?2:33
  • What is a bug?5:46
  • What is the Difference between Error, Bug, and Failure?2:28
  • What is the Difference between Error, Bug, and Failure?11:43

    Explore the differences between error, defect, bug, fault, and failure using IceCube theory and human-language explanations, with a discount calculation example to illustrate impact.

  • What are the 7 Testing principles?3:03
  • What are the 7 Testing principles?9:31
  • Principle 1. Testing shows the presence of defects, not their absence2:03
  • Principle 1. Testing shows the presence of defects, not their absence4:45
  • Principle 2. Exhaustive testing is impossible1:54
  • Principle 2. Exhaustive testing is impossible4:48
  • Principle 3. Early testing saves time and money2:17
  • Principle 3. Early testing saves time and money7:11
  • Principle 4. Defects cluster together1:58
  • Principle 4. Defects cluster together7:50
  • Principle 5. Beware of the pesticide paradox1:48
  • Principle 5. Beware of the pesticide paradox2:21

    Explore the pesticide paradox, noting that repeating the same tests may miss new defects and that risk analysis with various test techniques helps uncover them.

  • Principle 6. Testing is context dependent2:11
  • Principle 6. Testing is context dependent3:49
  • Principle 7. Absence-of-errors is a fallacy1:54
  • Principle 7. Absence-of-errors is a fallacy10:08
  • What is the difference between QA and QC and testing?4:25
  • What is the difference between QA and QC and testing?5:56
  • What is the importance of Manual testing and do we still need it?3:00
  • What is the importance of Manual testing and do we still need it?12:51
  • What is the difference between Verification and Validation?4:15
  • What is the difference between Verification and Validation?7:31

Requirements

  • A cup of coffee or other favorite drink should be prepared in advance
  • It is better for "Larks" people to take this course in the morning, for "Owl" people - in the evening, respectively

Description

Hi everyone. This course is about preparing for an interview for a Software Tester, also known as a QA. In most interviews there are two parts, testing your soft skills and technical knowledge, this course is about the second part, the technical part.

The course will be useful for testers:

1. Beginners in software testing, to deepen knowledge of software testing theory

2. Experienced software testers who want to recall the basic knowledge of software testing theory

The main task of the course is to deepen your knowledge of software theory. To help you answer questions clearly and confidently at the interview, we did three things, each answer to the question includes

1. Answer from official literature (standards, certifications, other documents)

2. Answer based on analyzed articles on the Internet (we call it "Human Language")

3. A real-life example to help you understand complex theoretical concepts

The course answers the following questions, which are divided into sections:

Testing theory

  • What is Testing?

  • What are software testing objectives?

  • Why is Testing necessary and important?

  • What is a bug?

  • What is the Difference between Error, Bug, and Failure?

  • What are the 7 Testing principles?

  • Principle 1. Testing shows the presence of defects, not their absence

  • Principle 2. Exhaustive testing is impossible

  • Principle 3. Early testing saves time and money

  • Principle 4. Defects cluster together

  • Principle 5. Beware of the pesticide paradox

  • Principle 6. Testing is context-dependent

  • Principle 7. Absence-of-errors is a fallacy

  • What is the difference between QA and QC and testing?

  • What is the importance of Manual testing, and do we still need it?

  • What is the difference between Verification and Validation?

SDLC  (Software Development Lifecycle)

  • What is SDLC? What software development methodologies do you know?

  • What is the Waterfall Model?

  • What are Iterative and incremental development models?

  • What is Agile? What Is the Agile Manifesto?

  • What is Scrum?

  • What is Kanban?

  • What is the difference between Scrum and Kanban?

STLC (Software Testing Life Cycle)

  • What is STLC?

  • What stages of STLC do you know?

  • What are the Entry and Exit criteria?

  • What is a Test Environment? Why is a test environment needed?

  • What are the different test levels?

Test Documentation

  • What is a Bug(Defect) report? What to include in a Bug report?

  • What is a Defect/Bug Life Cycle?

  • What is the difference between Priority and Severity?

  • What is a Test Case? What to include in a Test Case?

  • What is a Test Plan? What does the test plan consist of?

Test Types

  • What types of testing do you know?

  • What is Functional Testing?

  • What is Non-functional testing?

  • What types of non-functional testing do you know?

  • What is GUI testing?

  • What is the difference between Localization and Internationalization testing?

  • What is Change-related testing? What are the Change-related testing types?

  • What is Confirmation testing (re-testing)?

  • What is Regression testing?

  • What is the difference between regression testing and re-testing?

  • What is the difference between Smoke and Sanity Testing?

  • What is the difference between Positive testing and Negative testing?

Test Design Techniques

  • What is the test design technique? What test design techniques do you know?

  • What do you understand by Black box, Gray box, and White box testing?

  • What is Review and what type of It do you know?

  • Please explain the Equivalence partitioning technique?

  • What is Boundary Values Analysis(BVA)?

  • What is Decision Table testing?

  • What is State Transition testing?

  • What is the Use Case testing? Use Case VS Test Case?

Client-Server Model

  • What is the Client-Server model, and how does it work?

  • What are the core components of an HTTP request?

  • What tools for Capturing and Analyzing Network Traffic do you know?

  • Wireshark Tutorial for Beginners

Web Testing

  • What is Web testing, and why is it important?

  • What is the difference between Cache and Cookies?

  • What is Cache?

  • What are Cookies?

  • What types of Websites and Web Applications do you know?

  • What is E-Commerce?

  • What Web testing tools do you know?

  • Chrome DevTools Tutorial for Beginners

  • BrowserStack Tutorial for Beginners

  • Web Testing Checklist

Mobile Testing

  • What is mobile testing, and why is it important?

  • What's the difference between Native vs. Web vs. Hybrid Apps?

  • What Mobile tools do you know?

  • Xcode Tutorial for Beginners

  • Android Studio Tutorial for Beginners

  • Mobile Testing Checklist

API testing

  • What is API testing, and why is it important?

  • What are the different types of APIs?

  • What is an API?

  • What is a REST API?

  • What is REST?

  • What is a REST API?

  • How does the REST API work?

  • What API testing tools do you know?

  • Postman Tutorial for Beginners

  • JMeter Tutorial for Beginners

  • API Testing Checklist

We hope you will enjoy the course and feel free to write reviews or send us the questions you were asked at the interview, we will prioritize and add them to the full version of the course.

Prepare a cup of coffee or another favorite drink and enjoy the course!

Hope to see you in the first lecture!

Who this course is for:

  • Absolute beginners in Software Testing
  • Experienced software testers who want to recall the basic knowledge of software testing theory
  • Anyone who wants to take the first steps in the career of a Software tester (QA)
  • Anyone who likes to watch videos about Software Theory or read articles on the same topic