tools

Play and record buttons Simplify Your Record and Playback UI AutomationRecord and playback shouldn’t be a nightmare to deal with. One key for useful UI automation in any tool is abstracting at the right level. Take a cue from coded solutions like WebDriver and its Page Object pattern, and do something similar with record and playback tools to abstract away all the scary bits.
Computer keyboard with a heart key Web Services Need Some Testing Love, TooWeb services—the applications that talk to other applications—are generally finished before the GUI, so you can test the business logic before you think about the actual interface. You can improve the quality of your application, find interesting bugs that don’t exist in the GUI, and give web services some love.
Screen showing successful automated test Using Systems Thinking to Extend Your Test Automation PowerWhen automated tests work perfectly one day but fail for no discernible reason the next, it's easy to get frustrated with automation. But you don't have to stay in the dark. Many of the tools we use today allow us to extend their reach with some custom code. Just use some systems thinking and a little imagination.
chess pieces Automation Needs Strategy, Leadership, and Real Testing Skills

The people behind your automation tools need to understand how the testing is done. You want your automation people to be able to write their own test cases, understand the domain so that they know what they’re automating should be automated, and have an overall solid testing foundation.

Graphic of devices connected to a cloud Ensure That Your Current Cloud Solution Will Stand the Test of TimeIt’s still early in the lifecycle of cloud adoption. This means certain cloud vendors and technologies will fall by the wayside as adoption takes on critical mass. How, then, do you future-proof your cloud solution to make sure you don’t make a decision that you’ll regret later? Here are three ideas to consider.
Mobile application testing A Beginner's Guide to Mobile Application TestingMobile is a great area to focus on for testers who are looking to expand their skills. So, what do you need to know before you can start testing mobile applications? Here's some information about tools and techniques that can help you get a good start in the expanding arena of mobile application testing.
Software monitoring dashboard Software Testing and Monitoring in DevOpsThere are a lot of hidden assumptions behind monitoring for modern software development methods such as DevOps. Some think software testing is avoidable and discovering problems in production and fixing them later is okay. But monitoring isn't meant to replace skilled testing. For the best quality, use both together.
Bottleneck Finding the Bottlenecks in the Agile and DevOps Delivery CycleTo achieve incremental software development and continuous feedback, you need to eliminate the tasks that create bottlenecks, which hinder the flow of development. A chain is no stronger than its weakest link, and identifying these “weak links” is a critical step toward achieving agility and increasing efficiency.