The Artima Developer Community
Sponsored Link

Java Buzz Forum
8 steps to a faster, smoother build process

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
8 steps to a faster, smoother build process Posted: May 12, 2015 4:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: 8 steps to a faster, smoother build process
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

Success in the new age of software development depends on increasing the velocity of delivery -- meaning speed, agility, and efficiency -- while continuing to meet customer expectations when it comes to quality. Ultimately, creating excellent software faster comes down to an effective pipeline.

Part of making that pipeline effective is optimizing your automated testing and minimizing the false positives that those tests produce. When tests fail because code is flawed, progress is slowed, but at least it’s for a good reason. When tests fail for reasons apart from the code, that’s a complete waste of time.

False positives can be particularly challenging with UI testing, and we see this challenge often with Selenium and Appium, two popular test automation frameworks. We often find tests that were written with various assumptions that aren’t always reliable, especially in the world of modularized dynamic applications and changing network conditions.

To read this article in full or to leave a comment, please click here

Read: 8 steps to a faster, smoother build process

Topic: Why not store numbers as diff of previous number? Previous Topic   Next Topic Topic: Docker Machine on Windows – How To Setup You Hosts

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use