Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Ask The Science

Ask The Science Logo Ask The Science Logo

Ask The Science Navigation

  • Home
  • Blog
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
  • Home
  • Blog
  • About Us
  • Contact Us
Home/software testing interview questions
  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  1. Asked: November 21, 2022In: Software Testing Interview Questions

    What do you understand by exploratory testing?

    Ask The Science
    Ask The Science
    Added an answer on November 21, 2022 at 1:09 am

    Exploratory testing refers to the approach of software testing involving less planning and more test execution. The planning in exploratory testing includes creating a test charter that defines: The scope of a short time-boxed test effort, The objectives, and The testing approaches

    Exploratory testing refers to the approach of software testing involving less planning and more test execution. The planning in exploratory testing includes creating a test charter that defines:

    • The scope of a short time-boxed test effort,
    • The objectives, and
    • The testing approaches
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: November 21, 2022In: Software Testing Interview Questions

    Can you name parameters that give out the efficiency of automation testing?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:08 am

    We can use the following for assessing the efficiency of automation testing: Defect detection ratio. Execution time. Time is taken to release the product. The degree of labor and cost reduction.

    We can use the following for assessing the efficiency of automation testing:

    • Defect detection ratio.
    • Execution time.
    • Time is taken to release the product.
    • The degree of labor and cost reduction.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: November 21, 2022In: Software Testing Interview Questions

    What test cases can we automate?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:07 am

    We can automate the following test cases: Complex calculation, Data-driven, Non-functional, Regression, and Smoke.

    We can automate the following test cases:

    • Complex calculation,
    • Data-driven,
    • Non-functional,
    • Regression, and
    • Smoke.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: November 21, 2022In: Software Testing Interview Questions

    Please enlist the various basic components of the defect report format?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:07 am

    Following are the various basic components of the defect report format: Defect detected by. Defect detected on. Defect ID and Name. Defect resolved by. Defect resolved on. Module Name. Priority and Severity status. Project Name. Defect Snapshot.

    Following are the various basic components of the defect report format:

    • Defect detected by.
    • Defect detected on.
    • Defect ID and Name.
    • Defect resolved by.
    • Defect resolved on.
    • Module Name.
    • Priority and Severity status.
    • Project Name.
    • Defect Snapshot.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: November 21, 2022In: Software Testing Interview Questions

    Why do we write black-box test cases first and not white box test cases?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:06 am

    Black box test cases are typically written first, followed by white box test cases, which require a good level of architectural clarity. This is unavailable during the early stages of the project; hence, it is impossible to write white box test cases early. Unlike white-box test cases, black-box tesRead more

    Black box test cases are typically written first, followed by white box test cases, which require a good level of architectural clarity. This is unavailable during the early stages of the project; hence, it is impossible to write white box test cases early.

    Unlike white-box test cases, black-box test cases, demand requirements documents, and design/project plans. These are available early in the project. Hence, we write black-box test cases first.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: November 21, 2022In: Software Testing Interview Questions

    Can you define random testing?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:05 am

    Random testing involves generating and using random data. This is done by using a tool and/or automation. Once the random input data is generated, it is then tested and observed.

    Random testing involves generating and using random data. This is done by using a tool and/or automation. Once the random input data is generated, it is then tested and observed.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: November 21, 2022In: Software Testing Interview Questions

    Please explain boundary value analysis.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:04 am

    Boundary-value Analysis, a.k.a. BVA, comes under the black box test design techniques. It is applied to check whether bugs/defects are present at the boundary of the input domain.

    Boundary-value Analysis, a.k.a. BVA, comes under the black box test design techniques. It is applied to check whether bugs/defects are present at the boundary of the input domain.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: November 21, 2022In: Software Testing Interview Questions

    Could you explain confirmation and regression testing?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:04 am

    Regression Testing - Software testing about checking for a code change's impact on the existing features. Confirmation Testing - This is software testing about whether a defect that was earlier encountered properly taken care of or not.

    • Regression Testing – Software testing about checking for a code change’s impact on the existing features.
    • Confirmation Testing – This is software testing about whether a defect that was earlier encountered properly taken care of or not.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: November 21, 2022In: Software Testing Interview Questions

    In your opinion, what will happen to the cost of a software product in which a defect that could have been removed during the initial stage of testing is removed/fixed later?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:03 am

    The right-hand thumb rule for software testing is that the later the defect is removed, the more costly its removal becomes. The best phases to remove the defects are the requirements and design phases. Defects escaping the design and requirements phases can become as much as: 5 times costlier to reRead more

    The right-hand thumb rule for software testing is that the later the defect is removed, the more costly its removal becomes. The best phases to remove the defects are the requirements and design phases.

    Defects escaping the design and requirements phases can become as much as:

    • 5 times costlier to remove in the execution/development phase,
    • 8 times costlier when removed during the testing phase,
    • 10 times costlier to remove during the implementation/deployment phase, and
    • 20 times costlier when removed during the maintenance phase of the software product.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: November 21, 2022In: Software Testing Interview Questions

    Please explain the relationship between environment reality and test phases.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on November 21, 2022 at 1:02 am

    The importance of environment reality increases with the progress in software testing. It is low during the early testing phases and highest during the final testing phase. Usually, environment reality is required to be only about 10% real during the phase involving unit testing, i.e., the earliestRead more

    The importance of environment reality increases with the progress in software testing. It is low during the early testing phases and highest during the final testing phase.

    Usually, environment reality is required to be only about 10% real during the phase involving unit testing, i.e., the earliest software testing phase. However, the same is almost 100% real by the time the acceptance testing phase kicks in.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3

Sidebar

Ask A Question
  • Popular
  • Answers
  • Ask The Science

    Why Should We Hire You?

    • 2 Answers
  • BigB

    Why do we not fall off from the Earth?

    • 2 Answers
  • BigB

    What is the internal structure of the Earth?

    • 1 Answer
  • BigB

    How do we discover what is inside the Earth?

    • 1 Answer
  • BigB

    How did we discover that the Earth is round?

    • 1 Answer
  • developerwithlove
    developerwithlove added an answer The following are the most significant advantages of the Agile… October 3, 2023 at 11:25 am
  • developerwithlove
    developerwithlove added an answer The following are some widely accepted principles of Agile testing:… October 3, 2023 at 11:23 am
  • developerwithlove
    developerwithlove added an answer Agile testing is a critical step in the process. It… October 3, 2023 at 11:22 am
  • developerwithlove
    developerwithlove added an answer Agile is an iterative and incremental approach to project management… October 3, 2023 at 11:22 am
  • Ask The Science
    Ask The Science added an answer Scrum and Agile are often used interchangeably, but the two aren’t… October 3, 2023 at 11:11 am

Trending Tags

agile interview questions cyber security interview questions data engineer interview questions data structure data structure interview questions data structure interview questions and answers data structures front end front end interview questions general interview questions interview questions linked list python python interview questions qa interview questions queue queue data structure scrum master interview questions social media interview questions software testing interview questions sql interview questions

Explore

  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random

Footer

Ask the Science

Ask the Science is a Science questions & Answers Engine which will help you establish your community and connect with other people.

Legal

  • Privacy Policy
  • Terms and Conditions

About Us

  • About Us
  • Blog
  • Contact Us

© 2022, All Rights Reserved
With Love by Ask The Science.