Context For Google Calendar Project
TL;DR This post gives how we imagine possible Google Calendar project context. This is different from real project setup. Google Calendar Context There are two options, free and paid one….
TL;DR This post gives how we imagine possible Google Calendar project context. This is different from real project setup. Google Calendar Context There are two options, free and paid one….
TL;DR This post is follow up on blog post on Testival meetup #49 where I wrote my comments on second talk, Leda Link (Infobip): Tests Storytelling. The point of this…
BBST, BBST Foundations, learn testing
TL;DR This post maps the components of domain testing test technique (the recipe) using our previous example of domain testing Google calendar event creation. Components are aligned with Black Box…
BBST, BBST Foundations, learn testing
TL;DR This post defines test technique. Definition is aligned with Black Box Software Testing Foundations course (BBST) created by Rebecca Fiedler, Cem Kaner and James Bach. Definition Test technique is…
learn testing, ruby, testing tool
TL;DR This post is solution how to handle error “Hostname Does Not Match The Server Certificate” in Ruby. Problem Every SSL certificate has, among other information, signed site domain name….
BBST Foundations, learn testing
TL;DR The most important content for skilful tester tool belt is not programming skill, but knowledge and practice of various test techniques. This post explains domain testing test technique that…
BBST Foundations, learn testing
TL;DR This post answers question How should tester design tests based on test strategy. Answer is aligned with Black Box Software Testing Foundations course (BBST) created by Rebecca Fiedler, Cem…
BBST Foundations, learn testing
TL;DR After testers know their testing missions, they can create testing strategy. This post gives testing strategy definition that is aligned with Black Box Software Testing Foundations course (BBST) created…
TL;DR This post answers the questions what is software tester mission and why is important that software tester has a mission. This answer is aligned with Black Box Software Testing…
elixir, learn testing, testing tool
TL;DR This post is short report about Zagreb Elixir Meetup #1. Elixir is functional programming language, it uses Ruby code style, and it runs on BEAM (Erlang) virtual machine. Very…