Manual Testing Tutorials | 24 | Decision Table Technique | Tamil

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Decision table is one of the testing design techniques which will help us test the system’s behavior with various set of inputs.
    This technique can also be called as Cause and Effect table, as it captures the driving factor (cause, input data) and the captures the effect (output) in the tabular format.
    Few things to remember:
    The entire team can understand the nature of the application by simply looking at the table.
    Provides a better test coverage for any given functionality.
    Any type of complex requirements can easily be turned into decision tables and one thing to remember when the number of input conditions is higher the table will become large and will be difficult to manage. In that case we can rely on equivalence partitioning or Boundary value analysis.
    Support by donating:
    ---------------------------------
    Google pay UPI Id: arulprasath36@okicici
    Name: Arulprasath
    Email: arulprasath36@gmail.com
    You can watch my other tutorials
    ------------------------------------------------------
    1)Selenium basics: bit.ly/2XtOt1F

    2)Selenium Advanced: bit.ly/2WYieZe

    3)TestNG Absolute Beginner Guide: bit.ly/2N6xgaM

    4)Data-driven framework: bit.ly/2WVjSFT

    5)Page Object Model: bit.ly/2IAXJZR

    6)How to write XPath on our own: bit.ly/2KwMLql

    7)Must know Java concepts for Selenium: bit.ly/31Ro7G8

    8)Selenium Interview Questions: bit.ly/2N6xu1F

    9)Java for Selenium Automation: bit.ly/2IylOAh

    10)Maven beginner guide: bit.ly/2Rsigm0

    11)Github Absolute beginner Guide: bit.ly/2Kxdzqj

    12)REST Web services beginner guide: bit.ly/2N69rQq

    13)Cucumber absolute beginner guide: bit.ly/2X0lSBB

    14)Acceptance Testing (Fitnesse) beginner guide: bit.ly/2Y6oE55

    15)Jenkins beginner guide: bit.ly/2X39fGb

    16) Jmeter beginner tutorials: bit.ly/32achqW

    17) Java programs for Interview: bit.ly/3AZ5u4M
    18) Frequently Asked Interview questions for testers: bit.ly/3xFfyhm
    19) Agile beginner tutorials: bit.ly/3khmT2z
    20) Jira beginner tutorials : bit.ly/2TZLE97
    21) Rest Assured beginner tutorials: bit.ly/3i4lpGw
    22) Selenium Exceptions: bit.ly/36BpYCS

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

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

    Hi Bro, Thank you so much for explaining these techniques very clearly. I recently attended an interview where, I was confidently able to prepare a decision table for the given scenario. Many Thanks and your work is awesome.

  • @Arshadarsh
    @Arshadarsh Год назад +3

    6:30 reminds my school days where I used to study well for exams
    but still i used to take some bits.😅

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

    Thanks na.. ,💯 Enaku ithu nalla purinjuthu

  • @arunkumarr817
    @arunkumarr817 3 года назад +6

    Hi Bro, Thank you so much for explaining clearly. Bro One request Intro audio was to high noisy. Plz reduce volume for upcoming videos

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

      Sorry about that. Have taken that into consideration.

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

      @@LearnAutomationOnline yes pls change the audio it is scary while hearing with headphones

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

    Hi Bro, all the videos are great. However, to share it would be great if it is English.

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

    Super bro 🤗

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

    Super bro

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

    Decision table kum Boundary Value analysis or Equivalence Partitioning kum kum enna vithyasam nu konjam explain pannamudiyuma bro please

  • @PremKumar-oe6wk
    @PremKumar-oe6wk 3 года назад +2

    Bro can you teach about API testing?

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

    Website link ?

  • @MaheshKumar-jl7tq
    @MaheshKumar-jl7tq 3 года назад +1

    Hi bro can you take SQL tutorial for testing

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

      Sql is a very little portion needed for testing. You will not be doing exhaustive work on databases. DB admins will take care of that.

  • @Premkumar-Political-Chat
    @Premkumar-Political-Chat 3 года назад +1

    Hi bro, some companies asking SQl testing

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

      There is no such thing called sql testing. Let's say u have an application and definitely there will be a database for that. For any change u make on the application, it will updated on the database. You will be executing some sql queries and test if the table has also been updated. It's a minor portion of your work. For extensively testing the DB and maintaining it, there will be DB admins

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

      @@LearnAutomationOnline correct verification of data in many or different tables are called? Database testing