This week in Firefox: Testing Graphics

On Friday February 17 2017, the Firefox Beta community tested Firefox 52 Beta 7. The focus of this test day was on WebGL. WebGL is a JavaScript API for rendering  graphics in the browser without the use of plugins such as Flash or Silverlight. Graphics testing involves testing how Firefox renders websites that use WebGL … 

 

DOCTEST : An easy testing tool

According to author Daniel Arbuckle, Doctest is the easiest and fastest way to write tests for your python software.Doctest is a program that comes bundled with python that allows you to write down what you expect from your code in a way that’s easy to understand. Doctests are written in plain text usually in code … 

 

How Python chose me

Every time i learn something new, I put it up here. I’m in the (never-ending) process of learning Python, a general purpose language that is used extensively by Mozilla’s WebQA team. Why Python ————– I didn’t choose Python, instead, it chose me. Unlike java, I didn’t google it to weigh its pros and cons and … 

 

Fleeting thoughts of a wanna-be software tester.

I love quality. I love things that work well, I expect perfection from people, especially if they are providing a service to me. I do not understand when someone cannot do their job. I am a critical and sometimes persimisstic person. I’ve always thought these were my vices, but after reading a certain book by …