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
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.
explaination oral sonningala illa paper la wirte panningala
Glad it was helpful!
6:30 reminds my school days where I used to study well for exams
but still i used to take some bits.😅
Thanks na.. ,💯 Enaku ithu nalla purinjuthu
Hi Bro, Thank you so much for explaining clearly. Bro One request Intro audio was to high noisy. Plz reduce volume for upcoming videos
Sorry about that. Have taken that into consideration.
@@LearnAutomationOnline yes pls change the audio it is scary while hearing with headphones
Hi Bro, all the videos are great. However, to share it would be great if it is English.
Super bro 🤗
Super bro
Decision table kum Boundary Value analysis or Equivalence Partitioning kum kum enna vithyasam nu konjam explain pannamudiyuma bro please
Bro can you teach about API testing?
Refer web services Playlist and rest assured Playlist
Website link ?
Hi bro can you take SQL tutorial for testing
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.
Hi bro, some companies asking SQl testing
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
@@LearnAutomationOnline correct verification of data in many or different tables are called? Database testing