Software Testing Tutorial #31 - Test Scenario Vs Test Case

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • Get all my courses for USD 5.99/Month - bit.ly/all-courses-subscription
    In this Software Testing Tutorial, we will learn about the difference between the test scenario vs the test case. The test scenario is high-level documentation about what you are going to test in the application whereas the test case is a detailed description of how you are going to test that particular scenario.
    Test scenarios will be mostly one-liners however test cases are step-by-step instructions to perform operations in any software and verify that the application behaves as expected.
    🔸FREE Training's at training.rcvacademy.com 🔔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-beginner-tutorial
    ✅ JIRA WORKFLOW TUTORIAL🔸 bit.ly/2EzKOEB
    ✅ JIRA ADMINISTRATION TUTORIAL🔸 bit.ly/36MPPFR
    ✅ JIRA TUTORIAL INTERMEDIATE🔸 bit.ly/Atlassian-JIRA-tutorials
    ✅ JIRA TUTORIALS🔸 bit.ly/jira-tutorials
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-for-jira-tutorials
    ✅ SOAPUI TUTORIAL🔸 bit.ly/Sopui-tutorial
    ✅ JSONPath TUTORIAL🔸 bit.ly/2sIZIFG
    ✅ POSTMAN TUTORIAL🔸 bit.ly/2PBbhI7
    ✅ ISTQB AGILE TESTER CERTIFICATION TUTORIAL🔸 bit.ly/istqb-agile-tester-cert...
    ✅ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL🔸 bit.ly/istqb-foundation-level-...
    ✅ CUCUMBER SELENIUM TUTORIAL🔸 bit.ly/cucumber-selenium-tutorial
    ✅ TESTRAIL TUTORIAL🔸 bit.ly/testrail-tutorial
    ✅ AGILE TUTORIALS🔸 bit.ly/agile-tutorials
    ✅ PYTHON TUTORIALS🔸 bit.ly/python-programming-tuto...
    ✅ PYTHON BEHAVE TUTORIALS🔸 bit.ly/python-behave-tutorial
    ✅ PRACTITEST TUTORIAL🔸 bit.ly/practitest-tutorial
    ✅ JAVA TUTORIAL🔸 bit.ly/2F1iL1B
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-for-jira-tutorials
    🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶
    training.rcvacademy.com/
    🔶 FOLLOW US ON TWITTER 🔶
    / rcvacademy
    / swtmentor
    / mrmverma
    🔶 LIKE US ON FACEBOOK 🔶
    / softwaretestingmentor
    / rcvacademy47
    🔶 OUR TUTORIAL WEBSITES 🔶
    www.softwaretestingmentor.com
    www.rcvacademy.com
    🔶 GET MY TRAININGS ON UDEMY 🔶
    www.udemy.com/user/manish68/
    #SoftwareTestingTraining #SoftwareTestingTutorial #SoftwareTestingBootcamp #SoftwareTesting #QA #QATraining #QATutorials #RcvAcademy #SoftwareTestingMentor

Комментарии • 63

  • @rituparnasaha3920
    @rituparnasaha3920 2 года назад +39

    Joined Accenture after a career gap of 3years and your videos are the main reason to crack all the interview. It helped me to brush up my skills and gain confidence to crack it. not only from Accenture I have received 3more offer letter from different MNC. I will remain greatful to you and will start watching your automation videos to learn automation and upgrade my skill. Be with us always 🙏.

    • @softwaretestingmentor
      @softwaretestingmentor  2 года назад +7

      Many congratulations Rituparna! It’s great news and I am glad my work is helpful for community! Regards, Manish

    • @CanadaDesiLife
      @CanadaDesiLife Год назад +1

      Hi
      I am also looking for switch into testing.
      Could you please say how did you prepare for get into it.
      Share your journey please….

  • @t_boss8885
    @t_boss8885 2 месяца назад

    Had an interview last month and they asked exactly what’s the difference between these and which is derived from which. Very important. Thank you!

  • @captainsloth5895
    @captainsloth5895 2 года назад +2

    Learned just what I needed from this video - thank you!

  • @dipensoni5672
    @dipensoni5672 2 года назад +4

    Sir very nice detailed and patiently explained. Thank you so much for making the video

  • @Mayagange
    @Mayagange Год назад +2

    I have learned the concept of test scenario and test cases. Thank you sir.

  • @YounessMazouz
    @YounessMazouz 2 года назад +3

    Finally, I was looking for this explanation for long time, thank you, I'm also following your course about ISTQB foundation level, keep the good work!

  • @iangabrielalcantara7756
    @iangabrielalcantara7756 2 года назад +1

    Thanks for these videos I'm learning while working as DevQA. Thanks again mister manish

  • @TG-ri3mu
    @TG-ri3mu 3 года назад +1

    I love this explanation, thank you!

    • @tumiedyakopu8370
      @tumiedyakopu8370 3 года назад

      Hey dear where are you doing your module mayb we can help each other. . .

  • @manoj_mafiosi
    @manoj_mafiosi 11 месяцев назад +7

    **Notes: Understanding Test Scenarios and Test Cases in Software Testing - Software Testing Tutorial #31**
    **Test Scenario vs. Test Case:**
    - Test scenarios and test cases serve distinct purposes in the testing process.
    **Test Scenario:**
    - A test scenario is a high-level description of what you intend to test.
    - It provides a broad overview of specific functionality to be examined.
    - Test scenarios are concise and describe the aspects to be tested.
    - Derived from requirements documents.
    - Example: "Test login with valid username and password."
    **Test Case:**
    - A test case is a detailed description of how to test a specific scenario.
    - It provides step-by-step instructions for executing the test.
    - Test cases are comprehensive and actionable guides for testing.
    - Derived from test scenarios.
    - Example: Detailed steps and expected results for testing login with valid credentials.
    **Relationship Between Test Scenarios and Test Cases:**
    - Test scenarios are derived from requirements and provide a high-level overview.
    - Test cases are created from test scenarios and offer detailed instructions on how to execute tests.
    - This structured hierarchy ensures comprehensive coverage and clarity in testing efforts.
    **Practical Example:**
    - Example involving the "Registration" functionality of an e-commerce website.
    - Test Scenarios for Registration: High-level overviews like "Register with an email" or "Register with Google."
    - Test Cases for "Register with an Email" Scenario: Detailed steps for executing this scenario, including expected results.

  • @john-can
    @john-can Год назад

    Excellent video, thanks boss.

  • @ArgusDumbledore0
    @ArgusDumbledore0 2 года назад +1

    very informative. thank you. :)

  • @markjordanesquivel7262
    @markjordanesquivel7262 2 года назад +1

    im from Philippines and i really like your tutorial, please make a video for API Testing, Thank you

  • @jijinini4863
    @jijinini4863 2 года назад

    Thank you so much
    Very very helpful

  • @chetanchavan2623
    @chetanchavan2623 3 года назад +1

    very much helpful video sir

  • @rishiraj2548
    @rishiraj2548 Год назад +2

    Very good teaching. Gratitude!

  • @chetanchavan2623
    @chetanchavan2623 3 года назад +1

    very useful for me sir

  • @tusharsonwane8468
    @tusharsonwane8468 Год назад

    Explain superb ❤️

  • @MrFate100
    @MrFate100 Год назад +1

    you are just perfect simple end very good explanation. I'am new in this think end find your chanel in youtube amazing work and on top of that for free amazing work you help a lot of people!!!

  • @elnino61
    @elnino61 2 года назад

    Thanks a lot

  • @Nidza11q
    @Nidza11q 11 месяцев назад +1

    Hello Manish, thank you very much for this great content you are delivering to the community :-) When we talk about test scenarios..they are high level test cases and that is clear, but they are also been described as "any defined functionality" for example login functionality, registration functionality, add to basket functionality etc. So is it correct to tell that we can talk about test scenarios in "broad sense" ( any defined functionality ) and in more "narrow" sense ( high level test cases)?

  • @sushantyadav5585
    @sushantyadav5585 2 года назад +2

    Very helpful video sir...thank you 👍

  • @huongvu137S
    @huongvu137S Год назад

    Thank you a lot for your clear, well defined explanation. Though, I have a small question, teacher. Are test scenarios and test conditions the same? Someone said they are used interchangeably, some sources clarified that they are different. I'm so confused with those two terms, but I lean towards the first opinion. Do you have any ideas about this? Thank you very much, teacher!!

  • @ezioauditore9499
    @ezioauditore9499 Год назад

    thank you sir, very helpful.

  • @dilawarkhan4085
    @dilawarkhan4085 3 года назад +3

    Sir kindly make a detail video on "how to reproduce a bug"

  • @ravimasabattula2167
    @ravimasabattula2167 8 месяцев назад

    Thanks alot Sir for this detailed information.

  • @tarikkirat
    @tarikkirat 6 месяцев назад

    You made a great explanation about test scenarios and test cases but you should show them on excell as more detailed to differentiate test scenarios and test case descriptions.

  • @gyanbaimishra9466
    @gyanbaimishra9466 Год назад +1

    Thank you sir

  • @yenitads5140
    @yenitads5140 5 месяцев назад

    Very very helpfull. Thanks sir!

  • @raviteja-qk3br
    @raviteja-qk3br Год назад

    Super and nice explain Thank you sosososososmuch

    • @softwaretestingmentor
      @softwaretestingmentor  Год назад

      So nice of you. You're so welcome. 😊
      Keep watching for more videos and tutorials.

  • @ravipnditjiii1594
    @ravipnditjiii1594 2 года назад

    Sir plz tell me what's are topic for fresher manual tester

  • @krishh8387
    @krishh8387 Год назад +1

    thank you sir .

  • @Ijat10172
    @Ijat10172 3 месяца назад +1

    ty sir

  • @jennincekara1780
    @jennincekara1780 2 года назад +1

    Thank you :)

    • @softwaretestingmentor
      @softwaretestingmentor  2 года назад

      You're welcome!
      Keep watching for more videos.

    • @mrflexii2067
      @mrflexii2067 2 года назад

      What is the difference between a test suite and a test scenario?

  • @anoopektaforever
    @anoopektaforever 3 года назад +3

    Nice 👍 sir

  • @JinoPhilip-xt7lh
    @JinoPhilip-xt7lh 11 месяцев назад

    Can we take login with valid un as test case , not scenario ,right?

  • @SaranSwaminathan
    @SaranSwaminathan 8 месяцев назад

    in interview they asked to write test cases for irctc thakkal booking ..i just rote test scenarios .is it right? did they meant test case instead of test scenario

  • @sonu-thesaviour4087
    @sonu-thesaviour4087 7 месяцев назад

    Then what are the differences between test steps and test cases

  • @mahismarttech7592
    @mahismarttech7592 2 года назад

    👌👌👏👏👏

  • @samitthong
    @samitthong Год назад

    ลายมือ คือแบบ ขีดเส้นตรงก็ได้ถ้าจะแบบนี้

  • @Budu_k_Shorts
    @Budu_k_Shorts Год назад

    Sorry, but you are not correct , login is a scenario and cases are valid email , valid password. Invalid email , invalid password . Invalid email, valid password. Etc.

    • @softwaretestingmentor
      @softwaretestingmentor  Год назад

      Please revisit some software testing material and cross check your knowledge. If you are working somewhere, then make sure you follow industry practices and not something which is only specific to your project.

  • @daredevil1189
    @daredevil1189 Год назад

    Not correct. What you call test cases are the test steps

    • @softwaretestingmentor
      @softwaretestingmentor  Год назад

      Please revisit some software testing material and cross check your knowledge. If you are working somewhere, then make sure you follow industry practices and not something which is only specific to your project.

  • @rohitprt
    @rohitprt Год назад

    Sorry to say but What you are telling us difference between Test scenarios and Test steps , not test case

    • @softwaretestingmentor
      @softwaretestingmentor  Год назад

      Please revisit some software testing material and cross check your knowledge. If you are working somewhere, then make sure you follow industry practices and not something which is only specific to your project.

    • @flexyourlanguagebrain9121
      @flexyourlanguagebrain9121 Год назад

      Agreed. But at the beginning of the clip it's clearly correct.

  • @user-ll5dh8pd4e
    @user-ll5dh8pd4e 8 месяцев назад

    Hello, I am an ISTQB certified tester and I can say that the examples in the video are wrong.
    The "Test Scenario" mentioned in the video is actually test Case, while the "Test Case" mentioned in the video are just test steps for a test case.
    Test Scenario in industry standards is a high level description of WHAT to test like "Test login functionality" or "Test New User account creation."
    and then "Valid username and invalid password" is a TEST CASE, not a TEST SCENARIO. Since it describes HOW to test. Hide your pride and stop replying to everyone correcting you, telling them to "make sure you follow industry practices and not something which is only specific to your project." when you are the one not following them.

  • @monwebmestre8093
    @monwebmestre8093 2 года назад +1

    Merci !

  • @tumiedyakopu8370
    @tumiedyakopu8370 3 года назад +2

    Can I get your email there's something I need your help for. .I like how you explain every detail