Software Testing Tutorial #26 - Smoke Testing Vs Sanity Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Get all my courses for USD 5.99/Month - bit.ly/all-cou...
    In this Software Testing Tutorial, we will learn about the difference between smoke testing vs sanity testing. Both smoke testing and sanity testing are related to the software builds. Whenever the new build is available for testing team then you perform smoke testing or sanity testing based on the maturity of builds before going for detailed testing of that build.
    🔸FREE Training's at training.rcvac... 🔔SUBSCRIBE to CHANNEL: bit.ly/2YGU6JM
    Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:
    ✅ ALL PLAYLISTS (Software Testing Mentor)🔸 / softwaretestingmentor
    ✅ ALL PLAYLISTS (RCV Academy)🔸 / @rcvacademy
    ✅ JIRA BEGINNER TUTORIAL🔸 bit.ly/jira-beg...
    ✅ JIRA WORKFLOW TUTORIAL🔸 bit.ly/2EzKOEB
    ✅ JIRA ADMINISTRATION TUTORIAL🔸 bit.ly/36MPPFR
    ✅ JIRA TUTORIAL INTERMEDIATE🔸 bit.ly/Atlassia...
    ✅ JIRA TUTORIALS🔸 bit.ly/jira-tut...
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    ✅ SOAPUI TUTORIAL🔸 bit.ly/Sopui-tu...
    ✅ JSONPath TUTORIAL🔸 bit.ly/2sIZIFG
    ✅ POSTMAN TUTORIAL🔸 bit.ly/2PBbhI7
    ✅ ISTQB AGILE TESTER CERTIFICATION TUTORIAL🔸 bit.ly/istqb-ag...
    ✅ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL🔸 bit.ly/istqb-fo...
    ✅ CUCUMBER SELENIUM TUTORIAL🔸 bit.ly/cucumber...
    ✅ TESTRAIL TUTORIAL🔸 bit.ly/testrail...
    ✅ AGILE TUTORIALS🔸 bit.ly/agile-tu...
    ✅ PYTHON TUTORIALS🔸 bit.ly/python-p...
    ✅ PYTHON BEHAVE TUTORIALS🔸 bit.ly/python-b...
    ✅ PRACTITEST TUTORIAL🔸 bit.ly/practite...
    ✅ JAVA TUTORIAL🔸 bit.ly/2F1iL1B
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶
    training.rcvaca...
    🔶 FOLLOW US ON TWITTER 🔶
    / rcvacademy
    / swtmentor
    / mrmverma
    🔶 LIKE US ON FACEBOOK 🔶
    / softwaretestingmentor
    / rcvacademy47
    🔶 OUR TUTORIAL WEBSITES 🔶
    www.softwarete...
    www.rcvacademy...
    🔶 GET MY TRAININGS ON UDEMY 🔶
    www.udemy.com/...
    #SoftwareTestingTraining #SoftwareTestingTutorial #SoftwareTestingBootcamp #SoftwareTesting #QA #QATraining #QATutorials #RcvAcademy #SoftwareTestingMentor

ความคิดเห็น • 61

  • @manoj_mafiosi
    @manoj_mafiosi ปีที่แล้ว +20

    **Notes: Smoke Testing Vs. Sanity Testing - Software Testing Tutorial #26**
    **Understanding Software Builds:**
    - A software build is a package comprising code, configuration settings, and more.
    - It's the result of development work, bundling together code written in programming languages.
    **Smoke Testing: A Shallow Approach:**
    - Smoke Testing occurs in the initial phases of a software build.
    - It verifies if essential functionalities are working.
    - It's conducted when the build is relatively unstable to ensure critical functions like login and checkout are functioning.
    - Developers and the testing team can perform Smoke Testing.
    - The term "smoke" is derived from hardware testing practices involving smoke as a signal of failure.
    **Sanity Testing: Ensuring Stability:**
    - Sanity Testing is conducted when builds have become stable.
    - It validates specific functionalities affected by recent defect fixes or changes.
    - It acts as a checkpoint before extensive regression testing, ensuring the module with new code is functioning correctly.
    - It helps save time by avoiding extensive regression testing until stability is confirmed.
    **In Summary:**
    - **Smoke Testing**: Performed on unstable builds to check fundamental functionalities' functionality before detailed testing. Ensures build stability.
    - **Sanity Testing**: Conducted on stable builds, focusing on specific modules affected by recent changes. Acts as a checkpoint to confirm build stability before regression testing.
    Both Smoke Testing and Sanity Testing are crucial quality assurance steps in software testing. They ensure build stability and efficient use of testing resources.

  • @hasanozdemir1067
    @hasanozdemir1067 2 ปีที่แล้ว +9

    This was one of the best informative video about Smoke and Sanity testing. It was super clear to understand the concepts. Thank u so much!

  • @adwaithprathyush2069
    @adwaithprathyush2069 2 ปีที่แล้ว +3

    I have gone through several videos and websites but still was confused. But now, I dont need to search anymore. Your explanation was very clear. Thankyou so much.

  • @channaveerhakari7319
    @channaveerhakari7319 หลายเดือนก่อน

    For example: after build 5 when we run only the login module to check if the module is working as expected or not, then its similar to ReTest. Can you please tell what is the difference between ReTest & Sanity Testing

  • @shalinimitra205
    @shalinimitra205 4 วันที่ผ่านมา

    But testing after fixing a bug is called re-testing or confirmation testing right? But sanity testing?

  • @swathiborra4271
    @swathiborra4271 ปีที่แล้ว +1

    Sir ,,,Thanks much For informative videos ..This is actually helping us to understand the concept ...Sir in this video while watching i got confused for retest and sanity test can u explain in simple words sir ...both are subsets of regression but what is the difference

  • @danilaperezdiaz3907
    @danilaperezdiaz3907 ปีที่แล้ว +1

    You're an amazing tutor, thanks!! I'm loving your videos!! :)

  • @arn0v
    @arn0v 2 ปีที่แล้ว +2

    very clear explanation sir... but just want to know whether sanity testing and retesting to some extent similar?

    • @sumbalkhan4171
      @sumbalkhan4171 ปีที่แล้ว +1

      I have the same question. by definition both sanity and retest look the same.
      could someone please make it clear? thanks

    • @brunacastro6094
      @brunacastro6094 ปีที่แล้ว

      In summary, the main similarity between sanity testing and retesting is that they both involve testing specific areas of an application rather than the entire application. However, their primary purposes and the timing of their execution differ. Sanity testing is a quick check to ensure the overall stability of the application, while retesting is focused on confirming the resolution of specific defects. Both types of testing are essential components of a comprehensive software testing strategy, helping ensure the quality and reliability of the software product - according to chatgpt

  • @MichaelaMShaw
    @MichaelaMShaw 3 หลายเดือนก่อน

    I am currently doing a college course on coding practises and management. Your videos are by far the best and most clear I've come across and have been very helpful in helping me understand all the different concepts. Thank you so much for doing these videos.

  • @gsr1297
    @gsr1297 9 หลายเดือนก่อน

    hi sir,
    if there is no defect in smoke testing , then no need of performing sanity testing sir. i am a fresher

  • @theentertainer8062
    @theentertainer8062 ปีที่แล้ว

    Can I say that we do smoke testing once in the whole project, in the initial stages?

  • @esraashokry8866
    @esraashokry8866 3 ปีที่แล้ว +1

    Thank u....very clear explanation

  • @TG-ri3mu
    @TG-ri3mu 3 ปีที่แล้ว +1

    Thank you, thank you, enormously usefull!

  • @gurramlakshmanudu9815
    @gurramlakshmanudu9815 3 ปีที่แล้ว +1

    Can you tell about selenium

  • @amitmal7596
    @amitmal7596 10 หลายเดือนก่อน

    whats the difference between build and version?
    pls

  • @guillerminatorres118
    @guillerminatorres118 ปีที่แล้ว

    So… we could say that the difference between Sanity testing and regression testing is that the Sanity testing is done over a module or specific functionality and the regression is an overall test of the software?

  • @pragyamishra9860
    @pragyamishra9860 ปีที่แล้ว +1

    thank you sir

  • @nasiru25
    @nasiru25 2 หลายเดือนก่อน

    You're the best software testing teacher I ever watched

  • @kshitijarajmane0818
    @kshitijarajmane0818 ปีที่แล้ว +1

    Thank you for this videos 🙏🏻🙏🏻

  • @narisap.1038
    @narisap.1038 2 ปีที่แล้ว +1

    Thank you so much

  • @mohammedhamzausman8983
    @mohammedhamzausman8983 ปีที่แล้ว

    Pls what's the difference between sanity testing and Retesting

  • @muhammadowais1990
    @muhammadowais1990 2 ปีที่แล้ว +2

    You make the best videos sir!

  • @quransunnahacademy1591
    @quransunnahacademy1591 3 ปีที่แล้ว +1

    zabardast :)

  • @ratnamgera9854
    @ratnamgera9854 3 ปีที่แล้ว +1

    thank you sir you provided easy understanding concept

  • @gurramlakshmanudu9815
    @gurramlakshmanudu9815 3 ปีที่แล้ว +1

    Good video sir

  • @ramyask5033
    @ramyask5033 3 ปีที่แล้ว +1

    Hello sir!! is sanity testing is similar to retest??

    • @1986karthik
      @1986karthik 2 ปีที่แล้ว

      its similar to regression

  • @ZapZarap
    @ZapZarap 3 ปีที่แล้ว +2

    Nice 👍 👍 👍 👍

  • @srigah
    @srigah 2 ปีที่แล้ว

    Does smoke test comes in white box testing

  • @Professor.Aliakbar.Jalali
    @Professor.Aliakbar.Jalali ปีที่แล้ว

    Softer testing #2

  • @jijinini4863
    @jijinini4863 2 ปีที่แล้ว

    Very helpful
    Thank you so much sir

  • @badinenigangadhar459
    @badinenigangadhar459 2 ปีที่แล้ว

    Really your videos are nice and simple explanation anyone can understand 🙏🙏🙏

  • @sebnembayezit969
    @sebnembayezit969 2 ปีที่แล้ว

    Thanks a lot, and your all videos are understandable.

  • @VikasKM
    @VikasKM 2 ปีที่แล้ว

    Thank you 🙏 very much for the detailed and great explanation

  • @humblewolf69
    @humblewolf69 2 ปีที่แล้ว

    Excellent video! Thank you!!!

  • @Ram_artst1234
    @Ram_artst1234 ปีที่แล้ว +1

    Nice explanation

  • @una-norabess8427
    @una-norabess8427 2 ปีที่แล้ว

    Thank you so much sir

  • @rijuroy7415
    @rijuroy7415 3 ปีที่แล้ว +1

    Good one. Thanks

  • @prashantpatil-ct7tc
    @prashantpatil-ct7tc 2 ปีที่แล้ว +1

    Helpful ❤️

  • @elnino61
    @elnino61 2 ปีที่แล้ว

    thanks a lot.

  • @Kushi-v
    @Kushi-v 2 ปีที่แล้ว +1

    Tq sir

  • @vijnavijayan6209
    @vijnavijayan6209 ปีที่แล้ว

    Thanks 👍🙏

  • @ahembd1
    @ahembd1 ปีที่แล้ว

    Superior!

    • @softwaretestingmentor
      @softwaretestingmentor  ปีที่แล้ว

      You are welcome😊
      Keep watching for more videos and tutorials.

  • @nikitaparab9255
    @nikitaparab9255 3 ปีที่แล้ว +1

    Very nice explanation.... Thank you sir !!

  • @anilkashyap5953
    @anilkashyap5953 3 ปีที่แล้ว

    Suppose I give you 2000 test cases and you want to execute these test cases within two days, and only you can execute these test cases. How will you do that?
    This Questions Was asked during an Interview?

    • @abhishekraj-gl3kf
      @abhishekraj-gl3kf 3 ปีที่แล้ว

      If all the test cases are of similar types we can do automation testing for that.

  • @kumudgoel6520
    @kumudgoel6520 2 ปีที่แล้ว +1

    too much unnecessry infirmation again i have to serach for good video