Software Testing Tutorial #34 - Equivalence Partitioning in Testing

Get all my courses for USD 5.99/Month - bit.ly/all-courses-subscription
In this Software Testing Tutorial, we will learn about equivalence partitioning in software testing. Equivalence partitioning (EP) is a very important black box test design technique which is very widely used in software testing.
In this tutorial we will learn about equivalence partitioning with examples and how you can use equivalence class partitioning effectively in software testing and also explain this question in any software testing interview.
🔸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

Пікірлер: 60

  • @hananalrammah5048
    @hananalrammah5048Күн бұрын

    I watched many videos to understand … but u don’t until I watch you’re video thank you so much you are the best 🙏🏻🙏🏻🙏🏻

  • @sanchitrahate5803
    @sanchitrahate5803 Жыл бұрын

    Watch it in 2x

  • @ammygill9769
    @ammygill97699 ай бұрын

    I am practicing for ISTQB from syllabus but couldn’t understand properly and through your video i got it,wow very nicely explained. Thank you sir.

  • @amalacherukuri8103
    @amalacherukuri81032 жыл бұрын

    Wow.. what an explanation.. just one time for the clear picture.i have been watching your videos since two months. It's been really helpful. Every topic explanation.. u nailed it.. u r a really mentor..Thanks Manish.

  • @tolentinoaramrhamyrc.6244
    @tolentinoaramrhamyrc.62442 жыл бұрын

    Thank you Sir! I can easily understand the EQ!

  • @hadiquafazal5653
    @hadiquafazal56532 жыл бұрын

    You make the content very easy . Good job

  • @oxanajarkova7351
    @oxanajarkova73517 ай бұрын

    Amazing explanation! I am a fan of your channel! Thank you!

  • @amardombe308
    @amardombe308 Жыл бұрын

    Thank you so much. It means a lot really.

  • @SineQuaNon1
    @SineQuaNon18 ай бұрын

    Great video, as always.

  • @vishal3288
    @vishal3288 Жыл бұрын

    Thank you sir ❤️

  • @govindasharma8619
    @govindasharma8619 Жыл бұрын

    Sir, regarding Equivalence partition 'example', wouldn't decision table technique more suitable for testing this example?

  • @zahramahdavi9448
    @zahramahdavi9448 Жыл бұрын

    Im so grateful, you explain sooooooo good

  • @softwaretestingmentor

    @softwaretestingmentor

    Жыл бұрын

    Thank you. Keep watching for more videos and tutorials.

  • @elnino61
    @elnino612 жыл бұрын

    Thank you

  • @hiimanengineer9668
    @hiimanengineer9668 Жыл бұрын

    Thank you so much for explaining this

  • @softwaretestingmentor

    @softwaretestingmentor

    Жыл бұрын

    You're very welcome! Keep watching for more videos and tutorials.

  • @krishnak6100
    @krishnak6100 Жыл бұрын

    Thankyou Sir but,if there is code in discount does that means we have to have seperate test case?

  • @anastheticss
    @anastheticss Жыл бұрын

    loved it

  • @Scarletteunjilee
    @Scarletteunjilee4 ай бұрын

    Great explanation, thanks!

  • @softwaretestingmentor

    @softwaretestingmentor

    4 ай бұрын

    Thank you very much. Keep watching and sharing.

  • @reginachife5353
    @reginachife5353 Жыл бұрын

    Thank you. Please can you please help me solve some questions?

  • @leonardoescudero8350
    @leonardoescudero83502 жыл бұрын

    What if you add 0, would that be considered invalid even though the problem says you can add whole numbers? It passes the 1 - 100 but 0 is still a whole number but I’m guessing 0 would still be invalid because it passes the input from 1 - 100. But I’m not sure, what do you think?

  • @user-rw9xq3sf5d
    @user-rw9xq3sf5d4 ай бұрын

    very well explained, thank you

  • @softwaretestingmentor

    @softwaretestingmentor

    4 ай бұрын

    Glad you liked it. Keep watching and sharing.

  • @vidyapnair6516
    @vidyapnair6516 Жыл бұрын

    Hi I have one doubt is it possible or is it a right way to divide the valid value 1-100 divided in to 1-50 and 51-100

  • @mohanadadel6749
    @mohanadadel67492 ай бұрын

    Thank you sir , very helpful❤

  • @softwaretestingmentor

    @softwaretestingmentor

    Ай бұрын

    You're welcome 😊 Keep watching and sharing.

  • @yuktasreddy8984
    @yuktasreddy8984 Жыл бұрын

    what about 1.1? will that also be considered as a valid partition?

  • @churafltet1215
    @churafltet12153 жыл бұрын

    Thank u sir it's interesting

  • @softwaretestingmentor

    @softwaretestingmentor

    3 жыл бұрын

    Always welcome. Keep watching!

  • @P.D.V.Prabhashana
    @P.D.V.Prabhashana2 ай бұрын

    Thank you sir

  • @softwaretestingmentor

    @softwaretestingmentor

    Ай бұрын

    Welcome keep watching and sharing.

  • @user-ly8jb7ex2q
    @user-ly8jb7ex2q7 ай бұрын

    good.

  • @coolpix807
    @coolpix8072 жыл бұрын

    Excellent explanation.

  • @softwaretestingmentor

    @softwaretestingmentor

    2 жыл бұрын

    Thanks. Keep watching for more videos!

  • @nigarsultana1739
    @nigarsultana17398 ай бұрын

    Awesome sir.

  • @softwaretestingmentor

    @softwaretestingmentor

    8 ай бұрын

    Thanks a ton! Keep watching and sharing.

  • @atiyawarsi111
    @atiyawarsi11110 ай бұрын

    Hi How could I contact you for taking tuition

  • @jennybeko1604
    @jennybeko16042 жыл бұрын

    Thank you so much...your tutorials are so well explained and easy to understand. Your son is so cute. He will probably be 6yrs old now. Halo Frands ..Lol... Hello Friends.....Hello cutie.

  • @jordanfernandes4384
    @jordanfernandes438428 күн бұрын

    How to check for decimal value above 1 and below 100

  • @shubhamprasad8352
    @shubhamprasad8352 Жыл бұрын

    Beautifully explained !!!

  • @uchennaezeh5456
    @uchennaezeh5456 Жыл бұрын

    Good

  • @atiyawarsi111
    @atiyawarsi11111 ай бұрын

    Best one

  • @softwaretestingmentor

    @softwaretestingmentor

    10 ай бұрын

    Thank you so much. 😊 Keep watching for more videos and tutorials.

  • @meetsaurabhtiwari
    @meetsaurabhtiwari11 ай бұрын

    What is the exact purpose of equivalence partition ?

  • @sachinbs984
    @sachinbs9842 жыл бұрын

    🔥

  • @tashikasingh3664
    @tashikasingh3664 Жыл бұрын

    Hi sir, You have explained the concept very well. thank you so much for this. Regarding this concept i have a question which i'm unable to understand it properly Q. Postal rates for "light letters" are 25p up to 10g, 35p upto 50g plus an extra 10p for each additional 25g up to 100g. Which test inputs (in grams) would be selcted using equivalence partitioning? A. 8, 42, 82, 102 B. 4, 15, 65, 92, 159 C. 10, 50, 75, 100 D. 5, 20, 40, 60, 80 how to find equivalence partitions in this?

  • @repackgamers5191

    @repackgamers5191

    11 ай бұрын

    option c would be appropriate

  • @anamikatanwar1954
    @anamikatanwar19542 жыл бұрын

    👏👏

  • @gauravrajpurohit882
    @gauravrajpurohit882 Жыл бұрын

    actually I have doubt that if in an question been ask that a person can drive when his or her age is atleast 18 or no more than 60 then what is the equivalence partition in this case .... should we take 18 as valid or invalid ?? please give answer

  • @leandrawoods8568

    @leandrawoods8568

    8 ай бұрын

    atleast 18 would mean 18 is valid, I guess...

  • @PRADEEPKASARE-bb2me
    @PRADEEPKASARE-bb2me Жыл бұрын

    👌👌

  • @jeancarlo912
    @jeancarlo9122 жыл бұрын

    A fitness app measures the number of steps that are walked each day and provides feedback to encourage the user to keep fit. The feedback for different numbers of steps should be: Up to 1000 - Couch Potato! Above 1000, up to 2000 - Lazy Bones! Above 2000, up to 4000 - Getting There! Above 4000, up to 6000 - Not Bad! Above 6000 - Way to Go! Which of the following sets of test inputs would achieve the highest equivalence partition coverage? a) 0, 1000, 2000, 3000, 4000 b) 1000, 2001, 4000, 4001, 6000 c) 123, 2345, 3456, 4567, 5678 d) 666, 999, 2222, 5555, 6666 can somebody answer that question? I know the answer as is part of the ISTQB exam, however, I dont understand the actual way to get to the answer, thank you

  • @anghelutadragos1898

    @anghelutadragos1898

    2 жыл бұрын

    @Jean Carlo Feoli We will start first by creating the partitions: The first partition is from min to 1000 ( I added min because we don't know the exact value it can be 1 or 0) The second partition is from 1001 to 2000 The third partition is from 2001 to 4000 The forth partition is from 4001 to 6000 The fifth partition is from 6001 to Max ( I added max because we don't know the exact value where the application will stop counting the steps) Conclusion: We have identified 5 partitions After this let's look at the answer provied and wich partition do they cover: a) 0 (covers partition 1), 1000 (covers partiton 1), 2000 (covers partion 2), 3000 ( covers partion 3), 4000 (covers partition 3) - in total this set of input values covers 3 partitions b) 1000(covers partition 1), 2001(covers partion 3), 4000 (covers partion 3), 4001(covers partion 4) , 6000 (covers partion 4) - in total this set of input values covers 3 partitions c) 123(covers partion 1), 2345(covers partion 3), 3456(covers partion 3), 4567(covers partion 4), 5678 (covers partion 4) - in total this set of input values covers 3 partitions d) 666(covers partition 1), 999(covers partion 1), 2222(covers partion 3), 5555(covers partiton 4), 6666 (covers partion 5) - in total this set of input values covers 4 partitions The correct answer in this case is d because it covers the most partitions. I hope this helps you, if something is not clear, tell me and I will try to explain it to you.

  • @pradipvaghela3179

    @pradipvaghela3179

    Жыл бұрын

    ​@@anghelutadragos1898 thanks dear, your example will help to other for more clearance about EP too.

  • @shakyak.gurusinghe5821

    @shakyak.gurusinghe5821

    11 ай бұрын

    @@anghelutadragos1898 you explained so good🤝👌

  • @Gaurisutar-vw2ly
    @Gaurisutar-vw2ly2 ай бұрын

    Are yar thoda to fast bolo sir

  • @monari5989

    @monari5989

    11 күн бұрын

    Did you know that KZread has playback speed option?

  • @mindblow3029
    @mindblow3029 Жыл бұрын

    Not covered the topic thoroughly Not a good lecture just one example and topic is finished nothing else

  • @sameerkumarvishnoi1327
    @sameerkumarvishnoi13272 ай бұрын

    Thank you