Definition Of Software Bug
BBST Foundations, learn testing
TL;DR As software tester, you are in bug business. In order to become successful Agile software tester, you first need to know what is a software bug. This definition of Black…
Agile Definition Of Computer Program
agile, BBST Foundations, learn testing
TL;DR In order to start testing a program in Agile team, you first need to understand what is software program. This post will explain, using examples, what is software program…
Meetup And Learn: Testival #46
TL;DR Software development is social activity, which means that as a software tester, you need to meet and work with other people. The place to start meeting other smart people…
Learning Foundations Of Agile Software Testing
agile, BBST Foundations, learn testing
TL;DR If you had never been trained for software testing, this blog post will explain what are foundation goals of agile software testing according to Black Box Software Testing. Key…
How To Certify For Agile Software Tester
agile, BBST Foundations, BBST Test Design, bug advocacy, learn testing
TL;DR This post gives brief overview how you can, as novice tester, certify as Agile Software Tester. Software Testing Modules Knowledge for Agile Software Tester could be organized in several…
Software Testing Approach In Agile Team
agile, BBST Foundations, learn testing
TL;DR If you just started working as software tester in team that is Agile, you probably have asked yourself how to effectively contribute in Agile team as new software tester….
How To Identify A Software Bug When You Do Not Have Requirements?
agile, bug advocacy, learn testing
TL;DR You are a software tester in new prominent software startup company. Things are moving fast and you can not apply traditional software testing techniques. FEW HICCUPPS technique created by…
Risk Analysis – Case Insensitive Emails As Application Usernames
learn testing, security testing
TL;DR Many applications are using email as user username. This blog post is about risk analysis for case insensitive emails used as application usernames. Introduction User management is core security…
Browser As Test Environment Variable
TL;DR When you test web application, you need to use different browsers because browser is environment for your web application. In this post, I will show an issue where same…