Hello folks, Since this is my first post in a long time, I’ve decided to share some tips regarding the upgrade process of the default PHP version that comes bundled with MacOS Mojave. By default on Mojave we are running: php -v PHP 7.1.23 (cli) (built: Feb 22 2019 22:19:32) ( NTS ) Copyright (c)…
One year of iQA!
First of all, Happy New Year to all of you out there! On 1.1.2017, I’ve started this blog to provide fellow testers (like you!) valuable insights and tips on various tools. That being said, iQA.ro is today ONE YEAR OLD!
Voice control Jenkins builds using Amazon’s Alexa
Today’s fun post is about on how to Voice control Jenkins builds using Amazon’s Alexa You can check out a video in action over here: Please note that the software is still in beta / testing phase and it’s not available for the public yet :). The overall architecture looks like in the picture below.
Operating System Detection in Java
Here is the code snipped of the day: if you want to do a basic Operating System detection in Java (for some specific Selenium routines, let’s say), you can use a simple class like the one below. public final class OSDetection { public static String OS = null; public static String getOsName() { if (OS…
Welcome to 2017
Hello, Welcome to iQA 😉 This is the first post in 2017 on this blog, hopefully the first of many posts that will come in the future. Enjoy, Adrian