Equivalence Partitioning In Testing-Boundary Value Analysis In Testing With Example-Software Testing

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 349

  • @Engeltj
    @Engeltj 9 років тому +45

    I'm not really sure how my prof managed to make it so that boundary value testing seemed like the hardest thing ever, it is pretty simple after all :D Thank you

  • @abhisheksasank1
    @abhisheksasank1 8 років тому +4

    testing seemed like the toughest in class.Your video makes it simple and fun!Thankyou for uploading.

  • @atiyawarsi111
    @atiyawarsi111 Рік тому +12

    Thnku ur 9 y/o video is still helping future engineers

    • @QA1
      @QA1  Рік тому +2

      @atiyawarsi111 - Yes, this video is not on current affairs or celebrity news. It explains the timeless techniques of equivalence classes and boundary values.

  • @MukeshKumar-ir6dc
    @MukeshKumar-ir6dc 3 роки тому +1

    I was really confused before seeing this video but after seeing your video my mind is fresh I can understand concepts easily and clearly thank you so much

  • @ruslanstreltsov9318
    @ruslanstreltsov9318 2 роки тому +3

    Hello from Ukraine. Thank you very much. You have helped me understand these test design techniques. I’ll try to watch all your videos, and thank you again.

    • @QA1
      @QA1  2 роки тому

      Thank you for your awesome comment 🙏 I have 9 videos on test design techniques at ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @zaitunpeace
    @zaitunpeace 10 років тому

    Yet another awesome video. The first time I get to enjoy and thoroughly understand EP and BVA after a series of work related seminars on them! Thank you!

    • @QA1
      @QA1  10 років тому

      Thank you for your kind words. I am very glad that you liked this video. Inder.

  • @ayeshachaurasia8918
    @ayeshachaurasia8918 8 років тому

    the explanation is so clear that i would never forget the concept throughout my career... very well executed.. simple language.. simple examples... awesome flow of explanation..

    • @QA1
      @QA1  8 років тому

      Ayesha Chaurasia, thank you for your kind words.

  • @ranukothari9112
    @ranukothari9112 3 роки тому +1

    Explained in a very easy way, really great , now i will always remember it.

    • @QA1
      @QA1  3 роки тому +2

      Many thanks to you 😀. There are 8 other tutorials. You can view them at ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @ClintonGrice
    @ClintonGrice 5 років тому +2

    This is incredibly useful. Thank you so much for this video. Great job explaining everything.

  • @kivindra
    @kivindra 3 роки тому +1

    very clear and concise.... Very straight....Thank you sir...

    • @QA1
      @QA1  3 роки тому

      @kivindra de silva - Thank you very much!

  • @CorpusGigantus
    @CorpusGigantus 10 років тому

    Thanks for the video. A single comment: At 0:47 unit testing is characterized as white box testing. I would say that UTs should be black box tests, as testing to the interface (rather than the implementation) of the unit allows the unit to be refactored as necessary and the existing test suite to be used to validate the refactoring.

    • @QA1
      @QA1  10 років тому

      Thanks for your comment but I disagree to an extent. It is feasible to look within the unit in unit testing because, by definition, a unit is the smallest logical set of code. In white box unit testing, we can test the unit providing input test data to test each statement, each branch and each path within the code. If unit testing is done as black box, we can miss interesting tests. E.g. let us say a class reads the application configuration file in a private method. Black box unit tests (that do not worry about the implementation) will not test what happens when the app configuration file is missing or locked by another process.
      Unit testing is done as black box testing as you have mentioned. That is called integration testing i.e. when we test only the interfaces of the units and do not worry about their implementation.

  • @trippongoholidays5208
    @trippongoholidays5208 7 років тому +2

    Very clear explaination sir,Very Helpful thank you

  • @rohan8758
    @rohan8758 2 роки тому +3

    Thanks for such a wonderful explanation

  • @cheekeemo
    @cheekeemo 8 років тому

    What a great and simple explanation. And with so many examples. Great video!

  • @swetapattnaik2406
    @swetapattnaik2406 2 роки тому +1

    Beautifully explained...Thanks !!! Cleared all my doubts 🙂

  • @AkankshaSingh-do7hg
    @AkankshaSingh-do7hg 3 роки тому +2

    Thank u so much . Very well explained

  • @bibhushagautam4879
    @bibhushagautam4879 7 років тому +3

    Truly Simple and highly Informative !! Thanks so much.

  • @b.dilipkumarreddy2456
    @b.dilipkumarreddy2456 5 років тому +1

    so confused how to say these concept in class,but after your video i got knowledge on it

  • @neelazure
    @neelazure 9 років тому +4

    Very useful information. I have watched all your videos in one go.It was quite a bite i must say.Please keep up the excellent work

    • @QA1
      @QA1  9 років тому

      nileena dharan Hi Nileena, Actually, I wanted to provide multiple examples so that these test design concepts become very clear to the viewer. Also, the car example in my State Transition Testing turned out a bit complex :):) Thank you for your comment. Regards, Inder

    • @neelazure
      @neelazure 9 років тому

      Thanks for the reply.I have been in the Testing field for about 11 years,recently had to face a client evaluation which required brushing of the testing concepts. Your videos helped me thoroughly .Thank you once again.

    • @QA1
      @QA1  9 років тому +1

      nileena dharan Glad that my videos were helpful. Thank you for the good words.

  • @sssyouyube
    @sssyouyube 9 років тому +3

    Useful...Thank u very much man..god bless u...

  • @HarishBhagat
    @HarishBhagat 8 років тому +1

    Clear explanation with good examples, thanks for the help!

  • @Mbaliekeswa
    @Mbaliekeswa 9 років тому

    i went to ISTQB foundation course and I left without understanding this, I passed the course bt BVA and EP I never understood. watching this video made thing so easy1 thank you

    • @QA1
      @QA1  9 років тому

      Mbalie Keswa Excellent. Please browse the other videos in my Test Design playlist too, like Use case testing.

  • @Priya-tl5zv
    @Priya-tl5zv 10 років тому

    this explanation is too clear. Thank you

    • @QA1
      @QA1  10 років тому

      Thank you, Priyanka :)

  • @JoshOnTheStack
    @JoshOnTheStack 5 років тому

    Great video with very clear examples. Thank you for making this.

  • @marizakaidze1696
    @marizakaidze1696 2 роки тому +1

    Well done. It is really helpful and easy to understand.

  • @sbskitchenvlogs2495
    @sbskitchenvlogs2495 2 роки тому

    Very well explained. I never forget the defenition of EP and BVA. Thank you

    • @QA1
      @QA1  2 роки тому

      Most welcome!

  • @Shreysanthu
    @Shreysanthu 5 років тому

    I have understood very very clearly now.

    • @QA1
      @QA1  5 років тому

      @santhosh R S - Thank you. Check out my other Test Design tutorials at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @avulamallikarjun9600
    @avulamallikarjun9600 9 років тому

    Very clear explanation sir Thank you

  • @rp1928
    @rp1928 9 років тому

    Very clear explaination sir. Thank u!!!

  • @PreetanjaliRay
    @PreetanjaliRay 9 років тому +2

    very helpful! Very well explained! Thanks!

  • @misbapatel6135
    @misbapatel6135 4 місяці тому +1

    Thank you sir❤it really helps to understand this concept.

    • @QA1
      @QA1  4 місяці тому

      You are very welcome! There are other Test Design Technique tutorials , starting from Decision Table Testing (another awesome technique) at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html&pp=iAQB

  • @gloriamotiwala4075
    @gloriamotiwala4075 9 років тому

    Great video and clear and precise explanation. thank you sir!

  • @iplt_
    @iplt_ 7 років тому +1

    thanks brother You are really great ... my teacher teach this lecture but i can;t understand

  • @sonuvairagade6321
    @sonuvairagade6321 3 роки тому +1

    Thank you sir...it clear my doubts ...plz upload such more videos

    • @QA1
      @QA1  3 роки тому

      Glad to know that it cleared your doubts. I recently uploaded more test design videos. Please view at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @bhasinp
    @bhasinp 10 років тому

    Thanks you so much for the video.
    Helps a lot to understand both the techniques better.

    • @QA1
      @QA1  10 років тому

      Reena, you are welcome :) Will upload more videos in the playlist named Test Design. Thank you.

    • @bhasinp
      @bhasinp 10 років тому

      That would be wonderful and also if you can help me with statement coverage, branch and decision coverage.

  • @tejuraut3372
    @tejuraut3372 7 років тому +2

    very nice explanation and thnks you

  • @pritijadhav2625
    @pritijadhav2625 Рік тому +1

    It's 2k23 still helpfull for students 💥 I found this and so easily I understood that concept 😊

    • @QA1
      @QA1  Рік тому +1

      @Priti Jadhav - Thank you! This video is part of the Software Testing Tutorials playlist (more videos are being uploaded) at ua-cam.com/play/PLc3SzDYhhiGWuMK03uYO-UENAx0s2woWM.html

  • @harshith8227
    @harshith8227 2 роки тому +1

    very good explanation .
    It helped a lot Thank you !

  • @shehzadabbasi1861
    @shehzadabbasi1861 4 роки тому +1

    Wao. Intelligent 🧠

  • @LetsDoCrunches
    @LetsDoCrunches 10 років тому

    I found your definition very easy to understand...thankeu for the vedio....

    • @QA1
      @QA1  10 років тому +1

      tanu pal You can check out my other test design videos in my Test Design playlist. Thanks for your comment.

  • @bhanuprakashbattini2666
    @bhanuprakashbattini2666 2 роки тому +1

    Thank you for explaining.really it was very much informative and easy sir.

    • @QA1
      @QA1  2 роки тому

      Thank you, Bhanu Prakash. Regards, Inder P Singh

  • @traveler6399
    @traveler6399 9 років тому +1

    Very clear explaination sir. Thank u :)

  • @hemachandrasekaran1820
    @hemachandrasekaran1820 7 років тому

    jus amazin..!! video..!! one of the best one to easily understand EP & BVA

    • @QA1
      @QA1  7 років тому

      Thank you, Hema. You can view my remaining Test Design videos like Decision Table Testing, Use Case Testing etc. (with subtitles) at the link, ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @AmirHakimKamarudin
    @AmirHakimKamarudin 8 років тому +1

    great explanation. Thank You sir

  • @heenakhan2123
    @heenakhan2123 8 років тому +2

    Great explanation sir..thank u

  • @mykolaberezkyy5876
    @mykolaberezkyy5876 9 років тому +2

    Great job, dude. Keep making useful videos.

  • @acs2377
    @acs2377 10 років тому

    Hey thank you for the video, easy examples, good way to explain the techniques, I hope you upload more videos with the rest of the techiques, regards from Mexico

    • @QA1
      @QA1  10 років тому

      Hi Armando, many thanks for your comment. I gave multiple examples for better understanding. Will upload more videos. Best regards, Inder.

  • @utsavchaudhary1133
    @utsavchaudhary1133 5 років тому +2

    very nice explanation !

  • @Ravicgsce
    @Ravicgsce 6 років тому

    Thank you what seems hard to understand is clearly understood now.

    • @QA1
      @QA1  6 років тому +1

      Hi Ravi, you can find all my Test Design tutorials at the link, ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @McNgcobo
    @McNgcobo 6 років тому

    very simple explanation thank you

    • @QA1
      @QA1  6 років тому

      HI Nelisiwe, glad that you liked this tutorial. You can see my other Test Design Techniques tutorials at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @saranyajothi9691
    @saranyajothi9691 6 років тому

    Good Informative..it's very helpful to us

    • @QA1
      @QA1  6 років тому

      Thank you, Saranya.

  • @rachitvas
    @rachitvas 9 років тому

    Thank you sir video is very helpful.

  • @Frankl204
    @Frankl204 9 років тому +1

    Hi this was really useful!
    Do you have tutorial for Statement testing and coverage? also understanding flow charts?

  • @tamilmaranc
    @tamilmaranc 8 років тому

    NICE very clear explanation

  • @shubhamprasad8352
    @shubhamprasad8352 2 роки тому +2

    Very informative.. thanks👍

    • @QA1
      @QA1  2 роки тому +1

      @Shubham Prasad - thanks for your comment 🙏

  • @vijaykumar-qn8mw
    @vijaykumar-qn8mw 10 років тому

    Very useful video. Thank you very much..

    • @QA1
      @QA1  10 років тому

      Vijay - you are very welcome.

  • @vernondias1
    @vernondias1 9 років тому

    Thank you. Very well explained.

    • @QA1
      @QA1  9 років тому

      Vernon Dias Thank you, Vernon.

  • @MarkQuirke
    @MarkQuirke 10 років тому

    Very good explanation...Thanks.

    • @QA1
      @QA1  10 років тому

      Thank you, Mark. Appreciate your comment.

  • @ayusisubudhi6268
    @ayusisubudhi6268 7 років тому

    Very good explanation....thank you

    • @QA1
      @QA1  7 років тому

      Thank you, Ayusi. All other test design tutorials like decision table testing, use case testing etc. are at the link, ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @lilianamarian612
    @lilianamarian612 10 років тому

    a very good explanation, thank you!

    • @QA1
      @QA1  10 років тому

      Liliana Marian Glad that you liked this video. Thank you for your comment. You can find the videos on decision table testing and state transition testing in my Test Design playlist at ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @poornaps
    @poornaps 6 років тому

    Thanks man, Very precise and perfect; Once again thank you.

    • @QA1
      @QA1  6 років тому

      Hi Poorna, thank you for your kind comment. You can check out my four other Test Design tutorials at the link, ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @akesa3217
    @akesa3217 3 роки тому +1

    Thank you for this! 💕

  • @cynthiaflores7309
    @cynthiaflores7309 10 років тому

    Thanks for the video. Great explanation!

    • @QA1
      @QA1  10 років тому

      Many thanks, Cynthia. You may like my other two videos on test design techniques:
      - Decision Table Testing Explained with Examples at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html
      - State Transition Testing at ua-cam.com/video/iQwn_jBQ39k/v-deo.html

  • @rahulsaikia9014
    @rahulsaikia9014 8 років тому +1

    nice explanation, thank you so much!

  • @karthikeyanselvam9003
    @karthikeyanselvam9003 10 років тому

    Thank you very much for your useful video

    • @QA1
      @QA1  10 років тому

      Thank you, you are welcome :)

  • @soumyavatte5604
    @soumyavatte5604 5 років тому

    Very good explanation thank you

    • @QA1
      @QA1  5 років тому

      @soumya vatte - Other Test Design tutorials e.g. Decision Table Testing are available at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @fabrice8246
    @fabrice8246 5 років тому +1

    Thank you

  • @pranavoke
    @pranavoke 8 років тому +1

    Very nice video !! Thank you sir ! :)

  • @majidshaikh9043
    @majidshaikh9043 6 років тому

    very nice video sir
    thank you very much...

    • @QA1
      @QA1  6 років тому

      You are welcome, Majid.

  • @kunalsalvi2365
    @kunalsalvi2365 6 років тому

    Thanks a lot....u explained it very well..👍

    • @QA1
      @QA1  6 років тому

      Kunal, thank you.

  • @dahliaroy1811
    @dahliaroy1811 7 років тому +1

    Thank you so much sir

  • @ma1n1m
    @ma1n1m 8 років тому

    thanks and very helpful

  • @vijipandu7233
    @vijipandu7233 10 років тому +2

    Good Job!!!Awesome

    • @QA1
      @QA1  10 років тому

      Many thanks to you, Viji.

  • @AneelKasba
    @AneelKasba 9 років тому +1

    gud one sir, thank you

  • @Mumma90
    @Mumma90 7 років тому

    Great video, thank you!

    • @QA1
      @QA1  7 років тому

      Appreciate your like. You can see all my Test Design tutorials at the link, ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @catlord69
    @catlord69 2 роки тому +1

    Careful - in Equivalence partitioning you are not restricted to pick only one value from a partition. There may not be much use for more values, but you are not limited to one

  • @Glowvation-7
    @Glowvation-7 10 років тому

    Thankyou so much for this wonderfull vedio.

    • @QA1
      @QA1  10 років тому

      Swati, you are most welcome :)

  • @avinashsingh7971
    @avinashsingh7971 2 роки тому +1

    Thank-you. Sir

  • @sikandarshah7326
    @sikandarshah7326 9 років тому

    Amazing plz upload Cohesion And coupling with examples..

    • @QA1
      @QA1  8 років тому +1

      Thank you for your suggestion. I have uploaded my video on Cohesion and Coupling (it is in my Programming Concepts playlist). The link of this video is ua-cam.com/video/lt_USS_B-jg/v-deo.html

  • @sheetaldheer5954
    @sheetaldheer5954 4 роки тому

    very nicely explained

    • @QA1
      @QA1  4 роки тому

      Thank you so much 🙂

  • @abraham2961
    @abraham2961 5 років тому

    Great explain sir

    • @QA1
      @QA1  5 років тому

      Awesome. There are 4 other Test Design techniques tutorials at the link, ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @nathanellis7819
    @nathanellis7819 3 роки тому +1

    THANK YOU!!

  • @tanseequeahmed7568
    @tanseequeahmed7568 2 роки тому

    Clearly explained!

  • @lexorcism
    @lexorcism 2 роки тому

    Great video. Your '18 to 80 years EXCEPT 60 to 65 years' example has two equivalent, valid partitions. What boundary values do you choose? Do you choose boundary values for each of the two individual, valid partitions? Or, do you treat the two partitions as one combined partition and choose boundary values for that? Thanks.

    • @QA1
      @QA1  2 роки тому +1

      Thanks for the appreciation! For this example, you should choose boundary values for each of the two individual valid partitions. For the valid partition 18 to 59 years, the boundary values would be 17,18,59 and 60. For the valid partition 66 to 80 years, the boundary values would be 65, 66, 80 and 81. These boundary values would also test the three invalid partitions, which are upto 17 years, 60 to 65 years and 81 years and above. Hope that I was clear in the above explanation!

  • @TheMinkash
    @TheMinkash 8 років тому

    So if I understand you right, I will need to write 4 test cases to properly test a date field? Thank you for your prompt reply

    • @QA1
      @QA1  8 років тому

      +Omar Abood Actually, we can test with these inputs in a single test case. First, we can test with the invalid inputs (0, 32). Then, test with one valid input (28). I have explained writing such a test case in my video "How to write effective test cases quickly" at ua-cam.com/video/-VvQKEvsPpE/v-deo.html

  • @donesy125
    @donesy125 6 років тому

    Are you picking an actual value and placing it in the test data for a test case, or are you giving the partitions in the test data and just allowing the tester to pick for themselves?

    • @QA1
      @QA1  6 років тому

      Hi Christopher, any value in a specific partition can be the input test data for a test case. But, it is important to test each valid as well as invalid partition. The tester can pick any value in each partition.

    • @donesy125
      @donesy125 6 років тому

      But to clarify for example for the test case for valid input for the 1 to 30 date field example, in the test data do you say "any value from 1 to 30" or do you pick a random one and put say "5". I just wondering because if you just put "5", every time the tester runs that test case they will always use "5". I hope this makes sense. Thanks in advance!

    • @QA1
      @QA1  6 років тому

      Instead of hard-coding the test data, I prefer "Pick any integer value from 1 to the last date of that month".

    • @donesy125
      @donesy125 6 років тому

      Great thank you for the info and also for providing these videos they are a great help!

    • @QA1
      @QA1  6 років тому +1

      Appreciate your kind words.

  • @shambhavisidgiddi369
    @shambhavisidgiddi369 5 років тому

    Tysm sir.nice explanation

    • @QA1
      @QA1  5 років тому

      @shambhavi Sidgiddi - You are welcome to the Software and Testing Training channel. Next, you can view the Decision Table Testing, Use Case Testing tutorials etc. at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html

  • @Got_Wings
    @Got_Wings 5 років тому +1

    Thanks sir

  • @shirshendughosh605
    @shirshendughosh605 9 років тому

    nice explanation sir

    • @QA1
      @QA1  9 років тому

      shirshendu ghosh Thank you, Shirshendu. You may like my other videos in my Test Design playlist at ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

  • @HarryPotter-yb3go
    @HarryPotter-yb3go 6 років тому +1

    thanks so lot! love you...

    • @QA1
      @QA1  6 років тому +1

      Many thanks. Do view my other Test Design tutorials at ua-cam.com/video/ED2iJXkdhCQ/v-deo.html&list=PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc&index=2

  • @monikapari
    @monikapari 7 років тому

    hi could you please also explain about white box testing techniques..i will be thankful...this video is very useful

    • @QA1
      @QA1  7 років тому

      Hi Monika, the same testing techniques are used for white box testing. For example, when I unit test my code, I use Equivalence Partition testing to test each input class. And Boundary Value Analysis to test the inputs at both sides of the boundary.

  • @irekgarg5821
    @irekgarg5821 10 років тому

    it is just absolutly awsum..
    i hav a ques that when we use s/w testing Techniques EP and BVA ... means likes before writing test case or after...or somewhere else......and after EP and BVA what we do next..??

    • @QA1
      @QA1  10 років тому

      EP and BVA give us the test data that we should use in our test cases. E.g. If our test case has a test step, "Enter a date in the date field."
      We can apply EP and BVA. Then we can execute our test case with the values of Date=0,1,31,32. This means that we execute our test case 4 times, one for each date value.

    • @irekgarg5821
      @irekgarg5821 10 років тому

      means aftr performing EP and BVA we write test cases..?? and its mandatory or not to perform EP and BVA before writing Test Case..??

    • @QA1
      @QA1  10 років тому

      irek garg
      Ideally, yes, we write down the test cases after performing EP/ BVA because EP/ BVA are test design techniques.
      It is also possible that the written test cases do not give the test data to execute i.e. it is up to the tester to design the test data at test run time. In such a case, the tester can perform EP/ BVA at test run time to determine useful test data to find more defects.
      No, its not mandatory to perform EP/ BVA (second para above) before writing the test cases but advisable only.

    • @irekgarg5821
      @irekgarg5821 10 років тому

      thanks a lot.. :)
      kindly provide me any contact detail so that i can ask any doubt to you in future..//

    • @QA1
      @QA1  10 років тому

      irek garg
      Have sent you the contact details. Thank you for your subscription :)

  • @arunalex404
    @arunalex404 7 років тому

    Tq so much it was useful

    • @QA1
      @QA1  7 років тому

      Thanks, Arun

  • @PSnehaBE
    @PSnehaBE Рік тому +1

    Thanks you sir

  • @TheMinkash
    @TheMinkash 8 років тому

    Thanks so much, i have a question here, how can i use this in writing a test cases? thanks

    • @QA1
      @QA1  8 років тому +3

      +Omar Abood In a test case, we write the input data with which the test case would be run. We should include input data from each valid partition (the system should accept such input). Also, we should include input data from each invalid partition (the system should reject such input). E.g. in a test case for date, we can have input data as 0, 32 (invalid inputs) and 1, 28 (valid inputs). Thank you for your question.

  • @adityaraut5966
    @adityaraut5966 5 років тому +1

    Greatness

  • @s_qerry
    @s_qerry 3 роки тому +2

    Nice!

  • @madhavisriramineni5054
    @madhavisriramineni5054 5 років тому

    Explanation 👌👌👌👌

    • @QA1
      @QA1  5 років тому +1

      Thanks, @Madhavi Sriramineni :)

  • @nataliianataliia2442
    @nataliianataliia2442 2 роки тому

    Thank you for the examples and explanation.
    I have a question on the example of 0.1, 0.2…0.8, 0.9
    Is 0.8 the boundary or lower than boundary between 0.8 and 0.9 ? How is it correct to define?

    • @QA1
      @QA1  2 роки тому +1

      @Nataliia Nataliia - Thank you for your question regarding BVA example #3 at 8:00. Now, the valid partition is from 0.2 to 0.8. The 0.8 is lower than the boundary. The boundary lies between 0.8 and 0.9. This means that you should test on either side of this boundary i.e. test with 0.8 and 0.9 values. In order to define the boundary values, you may imagine a number line from -infinity to 0.0 to 0.2 to 0.8 to 0.9 and above, with step of 0.1. Then, you may visualize the invalid partitions, the valid partition and the boundaries between the partitions.

    • @EmirkanKURT
      @EmirkanKURT 6 місяців тому

      @@QA1 Hi there, I still could not understand. Is there any time you should explain the concept?

  • @sharathmorin
    @sharathmorin 7 років тому

    SUPER BRO . tnx from dublin.

    • @QA1
      @QA1  7 років тому

      Glad you liked this video. You can find all my Test Design videos at the link, ua-cam.com/play/PLc3SzDYhhiGWW0TzISFKqAN_ic8DnZvVc.html

    • @sharathmorin
      @sharathmorin 7 років тому

      do u ve teaching website , so that we can enroll ..?

    • @QA1
      @QA1  7 років тому

      I am planning to build a teaching website this calendar year. At present, I have a blog (since 2009) with many software testing articles at inderpsingh.blogspot.com/