Тёмный

Software Testing Tutorial #36 - Decision Table Testing in Software Testing 

Software Testing Mentor
Подписаться 173 тыс.
Просмотров 42 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@NoniAyanna
@NoniAyanna Месяц назад
This was so helpful. I fully understand how to create and make sense of decision table testing. I wish you were my teacher! Thank you again.
@hashcodehub6717
@hashcodehub6717 3 года назад
Thank you for the video , this is the only valid tutorial on youtube for the decision table :)
@NatashasVocals
@NatashasVocals 6 месяцев назад
I think you are an incredible educator...thank you for sharing your gift...I appreciate everything you have made so much easier for me.
@Newagetec
@Newagetec 2 года назад
Thanks for such clear instructions .
@estebanantonio2566
@estebanantonio2566 3 года назад
Thank you for the example!
@RaviKumar-nz2lm
@RaviKumar-nz2lm 2 года назад
Glass clear explanation...in single time i understood the topic after u explaining..wher as i couldn't able to follow multiple times listening others video on same topic..
@fluencycommunicationnonsto3242
@fluencycommunicationnonsto3242 3 года назад
Excellent explanation for beginners. Great job 👍
@manoj_mafiosi
@manoj_mafiosi Год назад
**Notes: Decision Table Testing in Software Testing - Software Testing Tutorial #36** **Introduction:** - Decision Table Testing, also known as Cause-Effect Table Testing, a crucial black-box testing technique for scenarios with multiple conditions. **Example: The Registration Portal Scenario:** - A registration portal with three mandatory fields: Name, Email, and Address. - The goal is to test the portal's success and error messages based on input values. **Creating the Decision Table:** - Use tools like Excel or Confluence to create a Decision Table. - Three input fields: Name, Email, and Address, resulting in eight possible combinations. **Decision Table Breakdown:** - **Scenario 1:** Name (Y), Email (Y), Address (Y) - Success Message: User should receive a success message. - Error Message: None. - **Scenario 2:** Name (N), Email (Y), Address (Y) - Success Message: None. - Error Message: "Name missing." - **Scenario 3:** Name (Y), Email (N), Address (Y) - Success Message: None. - Error Message: "Email missing." - **Scenario 4:** Name (Y), Email (Y), Address (N) - Success Message: None. - Error Message: "Address missing." - **Scenario 5:** Name (N), Email (N), Address (Y) - Success Message: None. - Error Message: "Name and Email missing." - **Scenario 6:** Name (N), Email (Y), Address (N) - Success Message: None. - Error Message: "Name and Address missing." - **Scenario 7:** Name (Y), Email (N), Address (N) - Success Message: None. - Error Message: "Email and Address missing." - **Scenario 8:** Name (N), Email (N), Address (N) - Success Message: None. - Error Message: "Name, Email, and Address missing." **Executing the Tests:** - Each scenario represents a specific test case. - Test each scenario with corresponding inputs and verify expected outcomes. - Error message text should match business requirements or specifications.
@elnino61
@elnino61 2 года назад
Thank you
@thabomoilwa6077
@thabomoilwa6077 7 месяцев назад
Thank you so much, great explanation!
@softwaretestingmentor
@softwaretestingmentor 7 месяцев назад
You're very welcome! Keep watching and sharing.
@ariana_1343
@ariana_1343 3 года назад
How did you determine 8 columns are required?
@sravansran2109
@sravansran2109 2 года назад
In above example there are 3 conditions (name, email, address) then we conclude that there 8 possisble outputs (2^3=8), here 2 is sucessful message and error message (true/false)... if it helpfull give me like..😊
@stephanieprolixity
@stephanieprolixity Год назад
@@sravansran2109 ​ So, you just put 2 ^ of the number of however many conditions are defined and that’s how you verify how many combinations your table should display to make sure you covered everything?
@ismailolalekan8160
@ismailolalekan8160 Год назад
Yes
@mollenruziwa8485
@mollenruziwa8485 Год назад
I tried other channels, you explained this very well and now l understand thank you sir. Can you please do a tutorial on Collapsed DT🙏
@ammygill9769
@ammygill9769 Год назад
Simply THANK YOU
@softwaretestingmentor
@softwaretestingmentor Год назад
You're welcome! Keep watching for more videos and tutorials.
@gyanbaimishra9466
@gyanbaimishra9466 Год назад
Thank you sir
@jeyhunaliyev1765
@jeyhunaliyev1765 3 года назад
great 👍
@softwaretestingmentor
@softwaretestingmentor 3 года назад
Thanks for the visit
@kauserjaffari9790
@kauserjaffari9790 2 года назад
Hi Manish, greetings from Germany, amazing explanation can you elaborate how to reduce the test cases which has same output . Do you any example of collapsing the decision table thank you :)
@sravansran2109
@sravansran2109 2 года назад
hey kauser, in above example there are 3 conditions (name, email, address) then we conclude that there 8 possisble outputs (2^3=8), here 2 is sucessful message and error message (true/false)... In nutshell we can't reduce the output (test cases), for sure we need to test all the 8 testcases if it helpfull give me like..😊
@mollenruziwa8485
@mollenruziwa8485 Год назад
@@sravansran2109 wow thanks hey
@veliromn
@veliromn Год назад
could you explain why 8 columns? There was no explanation for that...
@sait5489
@sait5489 7 месяцев назад
There are 3 input conditions, Name, email, address, so there will be 2 power 3 . I.e 8columns will come. If there are 2 input conditions, 2 power 2 I.e 4 columns will come
@subhambhakat8494
@subhambhakat8494 2 года назад
Hi sir, is there any playlist in your channel for learning different chapters for ISTQB testing exam (foundation level). I want to appear for the ISTQB exam but not able to find any suitable content. Please comment if you can help. Thanks,
@softwaretestingmentor
@softwaretestingmentor 2 года назад
Please visit this full istqb foundation level playlist- ru-vid.com/group/PLL34mf651faPON2szXlzCsTTYl3mh3s-T
@subhambhakat8494
@subhambhakat8494 2 года назад
@@softwaretestingmentor Thanks sir this is really helpful. This is still valid for 2022 exams right ?
@rachealwilson7915
@rachealwilson7915 2 месяца назад
1.5x
@queendragonbee888
@queendragonbee888 11 месяцев назад
OMG THANK YOU!
@softwaretestingmentor
@softwaretestingmentor 10 месяцев назад
Thank you very much. Keep watching and sharing.
Далее
decision table explained with example
19:14
Просмотров 98 тыс.
ISTQB - 17  Decision Tables   Practical example
18:55
Просмотров 14 тыс.