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

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: May 10, 2022In: Software Engineering

      Differentiate unit testing and integration testing. Enlist three drawbacks of …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:27 pm

      Differentiate unit testing and integration testing. Answer: Sr. No. Key Unit Testing Integration Testing 1 Definition Unit testing is the testing where primarily single module is tested or it checks if the small piece of code is doing what it is supposed to do. On other hand Integration testing is tRead more

      Differentiate unit testing and integration testing.

      Answer:

      Sr. No. Key Unit Testing Integration Testing
      1 Definition Unit testing is the testing where primarily single module is tested or it checks if the small piece of code is doing what it is supposed to do. On other hand Integration testing is the testing where multiple modules are tested to verify that if different pieces of the modules are working together as per expectation or not.
      2 Focus Area In case of Unit testing as single module is going to be tested at a time so focus of tester is on internal design of the application as well. On other hand in case of Integration testing multiple modules get integrated and are tested as a single module so tester focus more on integrated functionality rather on internal design of the application.
      3 Perform stage Unit testing is performed at the first stage of testing as it is performed first of all other testing processes. On other hand Integration testing is performed after all modules get integrated are done with unit tested i.e Integration testing is done after unit testing and before System testing.
      4 Abbreviation Unit testing is also known as white box testing. On other hand Integration testing is known as black box testing.
      5 Tester As unit testing as mentioned in above points performed at first stage of testing so generally performed by developers. While Integration testing is done after all modules get integrated and thus performed by Testers.
      6 Defect Detection In unit testing the detection of defects is comparatively easy as single module interaction at a time. While in case of Integration testing detection of defects is comparatively difficult as compare to Unit testing.

       

       

      Q.Enlist three drawbacks of software testing.

      Answer:

      • Software testing can be hard, difficult, complicated, time-consuming but only if it is not done in the right way
      • Software testing requires highly skilled and trained professionals
      • Everything in software testing cannot be automated
      • Lack of focus from the testers end can lead to bugs and errors in the software
      • Debugging the test script is not easy and sometimes becomes a major issue
      • The poorly estimated budget of the project increases budget costs

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: May 10, 2022In: Other

      What is the difference between Forward propagation and Backward Propagation …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:18 pm

      1.What is the difference between Forward propagation and Backward Propagation in Neural Networks? Answer:  Download the below attachment for the answer:  

      1.What is the difference between Forward propagation and Backward Propagation in Neural Networks?

      Answer:  Download the below attachment for the answer:

       

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: May 10, 2022In: Software Engineering

      What are the different levels of testing in software engineering?

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:11 pm

      Follow the below link for the answer:   https://sikshapath.in/question/describe-the-two-levels-of-testing-list-various-testing-activities/

      Follow the below link for the answer:

       

      Describe the two levels of testing? List various testing activities?

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: May 10, 2022In: Software Engineering

      Describe the two levels of testing? List various testing activities?

      I'M ADMIN
      Best Answer
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:10 pm

      There are mainly four Levels of Testing in software testing : 1. Unit Testing : checks if software components are fulfilling functionalities or not. 2. Integration Testing : checks the data flow from one module to other modules. 3. System Testing : evaluates both functional and non-functional needsRead more

      There are mainly four Levels of Testing in software testing :
      1. Unit Testing : checks if software components are fulfilling functionalities or not.
      2. Integration Testing : checks the data flow from one module to other modules.
      3. System Testing : evaluates both functional and non-functional needs for the testing.
      4. Acceptance Testing : checks the requirements of a specification or contract are met as per its delivery.

       

      1) Unit testing:

      A Unit is a smallest testable portion of system or application which can be compiled, liked, loaded, and executed. This kind of testing helps to test each module separately.The aim is to test each part of the software by separating it. It checks that component are fulfilling functionalities or not. This kind of testing is performed by developers.

       

      2) Integration testing:

      Integration means combining. For Example, In this testing phase, different software modules are combined and tested as a group to make sure that integrated system is ready for system testing.

      Integrating testing checks the data flow from one module to other modules. This kind of testing is performed by testers.

      3) System testing:

      System testing is performed on a complete, integrated system. It allows checking system’s compliance as per the requirements. It tests the overall interaction of components. It involves load, performance, reliability and security testing.

      System testing most often the final test to verify that the system meets the specification. It evaluates both functional and non-functional need for the testing.

      4) Acceptance testing:

      Acceptance testing is a test conducted to find if the requirements of a specification or contract are met as per its delivery. Acceptance testing is basically done by the user or customer. However, other stockholders can be involved in this process.

      Other Types of Testing:

      • Regression Testing
      • Buddy Testing
      • Alpha Testing
      • Beta Testing
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: May 5, 2022In: Software Engineering

      Write a design document for the following scenario The software …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:06 pm

      Follow the below Link for answer: https://sikshapath.in/question/write-a-design-document-for-the-following-scenario-the-software-2/

      Follow the below Link for answer:

      Write a design document for the following scenario The software …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: May 4, 2022In: Software Engineering

      Write a design document for the following scenario The software …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 10, 2022 at 11:04 pm

      Download Below Attachment for Answer:

      Download Below Attachment for Answer:

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 15 16 17 18 19 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved