Software Testing Tutorial #19 - What is White Box Testing

  Рет қаралды 54,616

Software Testing Mentor

Software Testing Mentor

Күн бұрын

Пікірлер: 32
@manoj_mafiosi
@manoj_mafiosi Жыл бұрын
**Software Testing Tutorial #19 - What is White Box Testing - Notes** **Comparing with Black Box Testing:** - Recap of black box testing where only inputs and outputs are focused. - White box testing focuses on internal logic and code understanding. **White Box Testing Explained:** - Also known as clear box testing, structural testing, or glass box testing. - Analogy of an open "box" that exposes internal mechanisms and code. - Unlike black box testing, white box testing comprehends system's implementation. **Analogy with Calculator:** - In black box, interact with calculator for output, no knowledge of internals. - In white box, open calculator's "box," analyze internal code. - Craft test cases to evaluate logic and structure of calculator's code. **Testing Techniques in White Box Testing:** 1. **Statement Coverage**: Ensure each code statement is executed at least once. 2. **Branch Coverage**: Guarantee every branch or decision point is taken. 3. **Condition Coverage**: Focus on code conditions and test all outcomes. 4. **Loop Testing**: Verify behavior within loops and iterated sections. 5. **Path Testing**: Examine different execution paths and test each one. **Application of White Box Testing:** - Often done during unit testing and integration testing. - Developers write unit tests to validate implemented logic. - Ensures seamless integration and collective functionality in integration testing. **Advantages and Conclusion:** - White box testing allows scrutiny of system's internals and logic. - Validates implementation quality, identifies potential bugs. - Ensures reliable and robust system performance. - It's an essential part of software testing to ensure comprehensive quality.
@jankrizek5913
@jankrizek5913 2 жыл бұрын
Few weaks ago i starded "SW tester" course according ISTQB and your courses give me the advice in my study, many thanks, John
@geekcode1036
@geekcode1036 Жыл бұрын
kzbin.info/www/bejne/h4m1oJ6DhKd8qpY&feature=share Pls do subscribe for more testing career related stuff
@dalicortez9196
@dalicortez9196 2 жыл бұрын
Thank you so much for making videos like this accessible to all, this is awesome.
@softwaretestingmentor
@softwaretestingmentor 2 жыл бұрын
Most welcome. Keep watching for more videos!
@marynapokotylo
@marynapokotylo 2 жыл бұрын
thank you so much for sharing your knowledge.
@VickieEB
@VickieEB 3 жыл бұрын
Very Detailed. Thank you
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Thank you Victoria. I am glad it’s helpful!
@azamtariq2559
@azamtariq2559 3 жыл бұрын
very good presentation sir. plz do some focus on mic quality. thank you
@sirborkington1052
@sirborkington1052 4 ай бұрын
Thank you mate, very clear and helpful
@softwaretestingmentor
@softwaretestingmentor 4 ай бұрын
Glad it helped Keep watching and sharing.
@shraddhaathani7353
@shraddhaathani7353 2 жыл бұрын
Excellent sir 🙏understood very well
@softwaretestingmentor
@softwaretestingmentor 2 жыл бұрын
Thank you so much.😊 Keep watching for more videos!
@jeyhunaliyev1765
@jeyhunaliyev1765 3 жыл бұрын
going to subscribe really liked your content 👍🏻✅
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Thanks and you're welcome.
@cybersecuritywithmotha5179
@cybersecuritywithmotha5179 6 ай бұрын
Good Presentation
@mandalavijay1720
@mandalavijay1720 Жыл бұрын
Good teaching
@gyanbaimishra9466
@gyanbaimishra9466 Жыл бұрын
Thank you sir
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
You are so welcome! Keep watching for more videos and tutorials.
@hameedsk444
@hameedsk444 Жыл бұрын
Sir different names of white box testing unit, cler, glass, transperent,code, structural, open right or rong
@comedyman112
@comedyman112 3 жыл бұрын
is white box testing reserved only for automated testers?
@elnino61
@elnino61 2 жыл бұрын
Thanks a lot
@jagmeetsingh7259
@jagmeetsingh7259 3 жыл бұрын
👌👌👌👌 excellent , found helpful
@xiamojq621
@xiamojq621 2 жыл бұрын
Understood sir
@khetankhobragade71
@khetankhobragade71 2 жыл бұрын
Sir please make a interview vedios on manual , Api , database and Unix testing , I like the ways you explains
@dheenaafc9716
@dheenaafc9716 Жыл бұрын
Vera level uh... 🤣🤣🤣🤣
@AbrarMehmood-y5v
@AbrarMehmood-y5v 11 ай бұрын
I don't have bachelor degree in IT or any other related but if I understand the testing than Can I get software testing job
@viveksinghbhadauriya7929
@viveksinghbhadauriya7929 6 ай бұрын
Absolutely Yes
@claudinebernadettejimdar1681
@claudinebernadettejimdar1681 Жыл бұрын
EAT It!
@HoD999x
@HoD999x Жыл бұрын
i think whitebox testing is a really bad idea. 1. you lock the implementation. i can no longer change (improve) the code without also having to change the test 2. the test is *way* more complex, meaning it now needs tests itself (because if i can trust complex code right away i need no tests in the first place) 3. the test itself is harder to read because it's not clear which variable has which value for which reason
@joshigera9783
@joshigera9783 3 жыл бұрын
Sir your voice is very low.
@supportmodi_yogi606
@supportmodi_yogi606 2 жыл бұрын
Well explained sir
Software Testing Tutorial #20 - Black Box Testing vs White Box Testing
9:33
Software Testing Mentor
Рет қаралды 35 М.
What is White vs. Grey vs. Black Box Testing?
6:58
ITPro
Рет қаралды 16 М.
МАИНКРАФТ В РЕАЛЬНОЙ ЖИЗНИ!🌍 @Mikecrab
00:31
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 36 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 3,9 МЛН
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 95 МЛН
SE 44: Black Box VS White Box Testing
4:05
CS & IT Tutorials by Vrushali 👩‍🎓
Рет қаралды 19 М.
Software Testing Tutorial #34 - Equivalence Partitioning in Testing
13:07
Software Testing Mentor
Рет қаралды 86 М.
Software Testing Tutorial #21 - What is Non Functional Testing
19:02
Software Testing Mentor
Рет қаралды 36 М.
Software Testing Tutorial #18 - What is Black Box Testing
6:54
Software Testing Mentor
Рет қаралды 47 М.
Test-Driven Development // Fun TDD Introduction with JavaScript
12:55
Software Testing Tutorial #26 - Smoke Testing Vs Sanity Testing
12:38
Software Testing Mentor
Рет қаралды 46 М.
What is Scrum? | Agile
9:47
Telusko
Рет қаралды 1,1 МЛН
Software Testing Tutorial #28 - End to End Testing in Software Testing
19:08
Software Testing Mentor
Рет қаралды 44 М.
МАИНКРАФТ В РЕАЛЬНОЙ ЖИЗНИ!🌍 @Mikecrab
00:31
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 36 МЛН