Posts

Showing posts from November, 2017

Machine Learning or Automation? Exactly my thoughts!

Image
Perfect start to Monday! Quick read that syncs the idea of how AML would be used in shaping the future of software testing: Machine Learning or Automation: What's the Difference? There's a lot of buzz in the tech industry, especially with cutting-edge technologies like artificial intelligence and machine learning becoming more mainstream. While many professionals understand that these technologies will make their jobs easier, or even take over certain tasks, there's also a lot of confusion: machine learning, automation - what's the difference between the two?

Top 10 CI systems with Git

Image
GitHub welcomes all CI tools Continuous Integration ( CI) tools help you stick to your team's quality standards by running tests every time you push a new commit and reporting the results to a pull request. Combined with continuous delivery ( CD) tools, you can also test your code on multiple configurations, run additional performance tests, and automate every step until production.