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/interview questions/Page 13
  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  1. Asked: October 2, 2023

    Differentiate between verification and validation.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:47 pm

    Verification Verification assesses development-phase procedures to see if they adhere to user requirements. For example, static testing is verification. Before validation, verification testing is carried out. It is not related to running the code. It entails tasks including desk checks, walkthroughsRead more

    Verification

    Verification assesses development-phase procedures to see if they adhere to user requirements. For example, static testing is verification. Before validation, verification testing is carried out. It is not related to running the code. It entails tasks including desk checks, walkthroughs, inspections, and reviews. Before the development cycle, the bugs are discovered. It complies with the standards outlined in the SRS paper.

    The QA team provides verification, ensuring that the program complies with the specifications as down in the SRS document.

    Validation

    Validation evaluates the product to ensure it satisfies requirements after the development phase, and after verification.

    It uses techniques like non-functional testing, white box testing, and black box testing. The bugs are discovered after the development cycle. It determines whether or not it satisfies the requirements.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: October 2, 2023

    What is a matrix of traceability?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:46 pm

    A traceability matrix is a document that links test cases with user requirements. Its primary goal is to ensure that all test cases are included and no functionality is overlooked while conducting software testing.

    A traceability matrix is a document that links test cases with user requirements. Its primary goal is to ensure that all test cases are included and no functionality is overlooked while conducting software testing.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: October 2, 2023

    Describe MR and the information it contains.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:45 pm

    Modification Request, often known as a defect report, is referred to as MR. It’s meant to report software defects, issues, and ideas.

    Modification Request, often known as a defect report, is referred to as MR. It’s meant to report software defects, issues, and ideas.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: October 2, 2023

    What information should your QA documentation contain?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:45 pm

    QA testing documentation must have: Listed flaws found prioritized based on severity. Descriptions for each demand or business function. Inspection reports Configurations Test strategy and test case Bug reports User guides Distinct reports for management and users

    QA testing documentation must have:

    • Listed flaws found prioritized based on severity.
    • Descriptions for each demand or business function.
    • Inspection reports
    • Configurations
    • Test strategy and test case
    • Bug reports
    • User guides
    • Distinct reports for management and users
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: October 2, 2023

    What are the types of documents in SQA?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:44 pm

    Here are the various types of documents in SQA: Requirement document Test Metrics Transaction mix Test log Test incident report Test summary report User profiles Test cases and test plan Task distribution flow chart

    Here are the various types of documents in SQA:

    • Requirement document
    • Test Metrics
    • Transaction mix
    • Test log
    • Test incident report
    • Test summary report
    • User profiles
    • Test cases and test plan
    • Task distribution flow chart
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: October 2, 2023

    List out software quality steps through the software development cycle.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:43 pm

    Review the requirements before starting the development phase. Review the code. Write comprehensive test cases. Session-based testing. Risk-based testing. Prioritize bugs based on usage. Form dedicated security and performance testing team. Run a regression cycle. Perform sanity tests on production.Read more

    • Review the requirements before starting the development phase.
    • Review the code.
    • Write comprehensive test cases.
    • Session-based testing.
    • Risk-based testing.
    • Prioritize bugs based on usage.
    • Form dedicated security and performance testing team.
    • Run a regression cycle.
    • Perform sanity tests on production.
    • Simulate customer accounts on production.
    • Include software QA Test Reports.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: October 2, 2023

    Describe the distinction between retesting and regression testing.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:43 pm

    Regression Regression testing is a type of analysis used to determine whether recent code changes have had an impact on previously unaffected features. Regression testing's primary goal is to ensure any code modifications cannot negatively affect functionalities already in place. General testing; itRead more

    Regression

    • Regression testing is a type of analysis used to determine whether recent code changes have had an impact on previously unaffected features.
    • Regression testing’s primary goal is to ensure any code modifications cannot negatively affect functionalities already in place.
    • General testing; it may be carried out whenever there are code changes.
    • On the test cases that passed, it was executed.
    • Regression testing can be automated, although manual testing is more expensive and time-consuming.
    • Regression testing does not include defect verification.
    • Regression testing is carried out concurrently with retesting, depending on the resources that are available.

    Retesting

    • Retesting entails testing modules that were unsuccessful during the previous run.
    • Retesting is performing testing on already corrected flaws.
    • Planned; not spontaneous.
    • Cannot be automated
    • Includes defect verification.
    • Always performed after retesting because retesting has a higher priority.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: October 2, 2023

    What is a software testing test metric, and what data does it contain?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:42 pm

    The term "Test Metric'' refers to the accepted practices for testing software. These data describe the format or substance of an exam. It includes details such as total tests run, tests passed, tests failed, tests deferred, and tests that were successfully completed the first time.

    The term “Test Metric” refers to the accepted practices for testing software. These data describe the format or substance of an exam. It includes details such as total tests run, tests passed, tests failed, tests deferred, and tests that were successfully completed the first time.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: October 2, 2023

    What is a cause-and-effect diagram?

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:42 pm

    A cause-and-effect diagram is a visual depiction of inputs and the effects they have on corresponding outputs, and it can be used to create test cases.

    A cause-and-effect diagram is a visual depiction of inputs and the effects they have on corresponding outputs, and it can be used to create test cases.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: October 2, 2023

    Explain what bug triage is.

    Ask The Science
    Best Answer
    Ask The Science
    Added an answer on October 2, 2023 at 3:41 pm

    Bug triage reviews bugs to make sure that they are valid, reproducible, and hold accurate information needed to resolve those bugs. Once you triage bugs, they’re scheduled for testing based on priority.

    Bug triage reviews bugs to make sure that they are valid, reproducible, and hold accurate information needed to resolve those bugs. Once you triage bugs, they’re scheduled for testing based on priority.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 … 11 12 13 14 15 … 19

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.