What Is Non Testable Program?
TL;DR This post gives definition what is non testable program. Software tester can still test such program. This definition is aligned with Black Box Software Testing Foundations course (BBST) created…
TL;DR This post gives definition what is non testable program. Software tester can still test such program. This definition is aligned with Black Box Software Testing Foundations course (BBST) created…
TL;DR This post is report what I learned on Testival #51. Many thanks to sponsor of this event, Q Agency! We had 50+ attendees. Kreso Linke gave introduction about Testival…
TL;DR This post is my comment on letter D in S.A.C.R.E.D. mnemonic created by Friendly tester. Comment was triggered by Ben Simo tweet: “If you know the result, then it…
TL;DR This post is report on what I learned on Testival Meetup #50. Many thanks to our sponsor of this event, Infinum. We had two main talks and Lighting Talk….
TL;DR This post gives definition of oracle, a mechanism that could help the software tester whether a program has passed or failed a test. The answer is aligned with Black…
TL;DR In previous post we wrote about typical problems with in-house testing team. This post gives pros and cons of outsourced testing team that are aligned with Black Box Software…
TL;DR In order to make effective bug reports, tester needs to know how to screen cast iPhone screen. This post explains how to enable that feature on iPhone with ios…
TL;DR Your project is at the stage when you have dedicated in-house testing team. Here are possible problems that you may ecounter with in-house testing team. This post is aligned…
TL;DR When you see a job posting for one software tester, it is good to know an exhaustive list of software tester possible tasks. Knowing that list, your possible employer…
TL;DR Among other artifacts, every software tester is responsible for creating test data. This post gives the recipe how to create a ‘fake’ Python list using FactoryBoy library. The Problem…