BigData and Agile seem not to be friendly in the past but that is no more the case.  One of the important points in processes data is data integrity.  Assuming you are pulling data from an API(Application Programming Interface) and performing some processing on the...
Test Automation
Bash: List all files but ignore some
On the commandline (terminal) in the *nix world, when you need to list all the files in a directory but ignore some based on file extension e.g. pdf, sh, tsv etc. Then the command below is quite appropriate. Remember to update the list of extensions you want to ignore...
Project Automation Guide
Test Automation Guide Having worked in various environments where test automation is a constant part of the processes and in some cases migration from manual testing to automated testing taking place, Â I am putting together a guide on how to introduce test automation...
Tried Selenium in Python or Scala before?
Selenium comes in many flavours - really programming languages, and my recent encounter with Python pushed me in the direction of trying what I had developed in Java and C# in Python. Due to the nature of my job and projects, I get the nudge to learn new programming...