Posts

Reducing false Positives - SauceLabs

An interesting deck on what are the best practices to reduce false positives in automation! Decreasing false positives in automated testing from Sauce Labs

Simplest script to open chrome and launch your favorite websites VBScript

Image
Make Chrome as your default browser  Creat e a new vbs file with the following code iURL = "www.google.com" set objShell = CreateObject("WScript.Shell") objShell.run(iURL) objShell.run("https://mail.yahoo.com/") objShell.run("http://www.linkedin.com/") objShell.run("http://feedly.com/i/latest") and so on... :)

Appium Version 1.3.7 released!

Image
Appium version 1.3.7 is available on Sauce. This small release includes two hot-fixes: General fixed a failure to remap session id in proxied responses iOS fixed intermittent failure to find Xcode http://sauceio.com/index.php/2015/03/appium-version-1-3-7-released-on-sauce-labs/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+SauceLabs+%28Sauce+Labs%29

Repost : Top 16 influencers & thought leaders in Test Automation

Image
I read through this list and was so happy I knew most of them , even if quite a few of them did not know me :) There are definitely names that are missing but it's a good list for sure! My favorite being "Jason Huggins" and yours? Richard Bradshaw David Burns Dominik Dary Jim Evans Dave Haeffner Jason Huggins Jonathan Lipps Diego Lo Giudice Thomas E. Murphy Alan Page Julie Ralph Alan Richardson Simon Stewart Noah Sussman Andreas Tolfsen Nathan Wilson Full post here:   http://testautomation.applitools.com/post/112039810542/top-16-influencers-thought-leaders-in-test

Repost: Angular + Protractor + Sauce Connect, Launched From Gulp, All Behind A Corporate Firewall!

Image
You didn't think it could be done, did you? Well, let me prove you wrong!  First, some terms: AngularJS : An MVC framework for JavaScript, allowing you to write web apps without relying on JQuery. Protractor : A test harness for Angular apps. Sauce Labs : A company providing cloud services to help you run E2E testing on your web app in any environment combination. Node.js : Package manager for JavaScript.  You’ll need this for installing all the dependencies to get this tool set working. Gulp : A build manager and mundane-task automator.  Competitor with the older, well-entrenched  Grunt , but gaining popularity by the hour.  Uses JavaScript syntax, but could theoretically be used as a Makefile or shell script replacement. Here is how: http://sauceio.com/index.php/2015/03/repost-angular-protractor-sauce-connect-launched-from-gulp-all-behind-a-corporate-firewall/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+SauceLabs+%28Sauc...