Software Testing

These weeks in Firefox: Testing WebRTC and Responsive Design Mode

On Friday 3 February Mozilla held a test day for Firefox 52 Beta 3. The new features under test were WebRTC components; DTMF and screen sharing. WebRTC is a collection of communication protocols and APIs that enable browsers to provide real time communication services such as desktop sharing, video calling, file sharing and more without

These weeks in Firefox: Testing WebRTC and Responsive Design Mode Read More »

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

DOCTEST : An easy testing tool Read More »

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

How Python chose me Read More »