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

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/ Ask The Science/Best Answers
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: October 2, 2023

    What are CRUD tests, and how are they conducted?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:37 pm

    CRUD stands for Create, Read, Update, and Delete. CRUD testing is a black-box testing technique that assesses database functionality.

    CRUD stands for Create, Read, Update, and Delete. CRUD testing is a black-box testing technique that assesses database functionality.

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

    What exactly is a use case, and what is included in it?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:36 pm

    The term use case refers to a document that details the user activity and the system response for specific functionality. It includes a cover page, specific requirements, pre-conditions, and post-conditions, as well as a table of contents, the flow of events, and revision history.

    The term use case refers to a document that details the user activity and the system response for specific functionality. It includes a cover page, specific requirements, pre-conditions, and post-conditions, as well as a table of contents, the flow of events, and revision history.

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

    What do stress, load, and volume testing entail?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:36 pm

    Load Testing Load testing is the process of testing an application under a significant but anticipated load. Here, the load is basically the volume of users, messages, requests, data, etc. Stress Testing Stress testing is the process of raising or accelerating the system's load above its typical ranRead more

    Load Testing

    Load testing is the process of testing an application under a significant but anticipated load. Here, the load is basically the volume of users, messages, requests, data, etc.

    Stress Testing

    Stress testing is the process of raising or accelerating the system’s load above its typical range.

    Volume Testing

    Volume testing is the process of determining whether the system is capable of handling the necessary data volumes, user requests, etc.

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

    What is a test case?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:35 pm

    A test case is a condition that the software product under testing should satisfy. It contains details about the test's procedures, requirements, testing environment, and results.

    A test case is a condition that the software product under testing should satisfy. It contains details about the test’s procedures, requirements, testing environment, and results.

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

    What is Agile testing, and why is it important?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:34 pm

    Agile testing is software testing conducted with agile principles guiding the process. Unlike standard testing procedures, Agile testing requires the testing team to conduct testing immediately after the development team finishes coding.

    Agile testing is software testing conducted with agile principles guiding the process. Unlike standard testing procedures, Agile testing requires the testing team to conduct testing immediately after the development team finishes coding.

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

    What are border testing and branch testing?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:34 pm

    Branch testing tests all of the code's branches at once. Boundary testing concentrates on the software's limited circumstances.

    Branch testing tests all of the code’s branches at once. Boundary testing concentrates on the software’s limited circumstances.

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

    What is contained in the test strategy?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:33 pm

    The test strategy contains an introduction, resources, scope, and timeline for test activities, as well as information on the different tests to take place.

    The test strategy contains an introduction, resources, scope, and timeline for test activities, as well as information on the different tests to take place.

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

    Describe the steps in the bug cycle?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:32 pm

    The tester reports the bug, then shares it with the development manager with an open status. The development team determines whether the bug is truly a bug or other inconsistency. If the bug is legitimate, the team will determine if it falls within the scope. Defects are delayed if the bug is not prRead more

    1. The tester reports the bug, then shares it with the development manager with an open status.
    2. The development team determines whether the bug is truly a bug or other inconsistency.
    3. If the bug is legitimate, the team will determine if it falls within the scope. Defects are delayed if the bug is not present in the current release.
    4. A duplicate status will be given if the tester notices the flaw or problem early.
    5. When a bug is delivered to a developer to address, it will get the status “IN-PROGRESS.”
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: October 2, 2023

    Can you explain data-driver testing?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:32 pm

    Data-driven testing examines the various input values on the application under test. These numbers are directly read from the data files like sheets, CSV files, data pools, or a variety of other formats.

    Data-driven testing examines the various input values on the application under test. These numbers are directly read from the data files like sheets, CSV files, data pools, or a variety of other formats.

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

    What do "bug release" and "bug leaking" mean?

    Ask The Science
    Ask The Science
    Added an answer on October 2, 2023 at 3:31 pm

    A “bug release” occurs when the development team transfers the software product to the testing team to address defects. At this time, there’s lots of time to fix the bugs before the program goes live, so it’s a low-severity issue. A bug leak occurs when the end users or real users of the software prRead more

    A “bug release” occurs when the development team transfers the software product to the testing team to address defects. At this time, there’s lots of time to fix the bugs before the program goes live, so it’s a low-severity issue.

    A bug leak occurs when the end users or real users of the software product identify flaws in it after the testing team finds them.

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

Sidebar

Administrator
Ask The Science

Ask The Science

Ask Ask The Science

User Statistics

  • 393

    Visits

  • 283

    Questions

  • 336

    Answers

  • 288

    Best Answers

  • 1k

    Points

  • 0

    Followers

  • 1

    Member

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.