Pytest Test Parametrization
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Pytest Test Parametrization Read More »
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Pytest Test Parametrization Read More »
Learn how to install pytest and use it to discover, run, and skip test functions.
Testing Python Code Using Pytest Read More »
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
This week in Firefox: Testing Graphics Read More »
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 »
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 »
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 »
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
Fleeting thoughts of a wanna-be software tester. Read More »