Elyézer Rezende
  • About
Thu 07 June 2018 comments

Running UI tests on Travis

Travis allows you to run Chrome and Firefox on their build environment and those can be used to run UI tests using Selenium.

Today we are going to see how to install chromedriver and geckodriver in order to be able to run UI tests using pytest-selenium. To run those tests …

Read more
Fri 09 March 2018 comments

Using a C shared library with Python's ctypes module

To demonstrate how to create a shared C library and using it with Python's ctypes library we are going to create a shared C library. First create the C header file mean.h:

// Returns the mean of passed parameters
double mean(double, double);

Next create the C file mean.c …

Read more

Elyézer Rezende is a Red Hatter, Quality Engineer, Pythonista, Open Source advocate, Podcaster and Dad.

Social

Facebook Github LinkedIn Twitter

Categories

Python Quality Engineering

Links

Castálio Podcast

Archive

June 2018 (1) March 2018 (1)

Powered by Bootstrap and Pelican.

Creative Commons License Content licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where indicated otherwise.