Related Content
Keeping Quality in DevOps In our drive for better quality and productivity, we are coming close to realizing full continuous application lifecycle management. Continuous testing is emerging as a best practice that focuses on developing testing procedures, primarily automated, to meet the need for fast application testing. |
||
Why You Should Focus On What Automation Does Not Do Often, what automation “does” directly relates to the bottom line. This has loosely been interpreted as the misconception that the more automation you have, the fewer people you will need on your payroll. Melissa Tondi focuses on what automation does not do to give a more accurate idea. |
||
Are Tech Companies Keeping Up with the Digitization of Data? We are living in a world where digital data is booming. Architectures and technologies also have been rapidly evolving to keep up with the exponential growth of data by creating a new big data species. This story walks through prospective technologies that have already proven their effectiveness. |
||
Tools—Some Assembly Required A tool architecture is simply a picture of all your development, testing, and deployment tools and how they fit together. Creating a "current state" diagram and then looking forward and creating a "future state" diagram helps you understand where tool integrations would be beneficial. |
||
Facebook Simplifying the Integration Process for Developers Adding Facebook or Twitter support to both established and startup apps should be quick and easy, not an additional headache. Facebook understands the increasing desire for streamlined developer tools, and that’s exactly why it’s upgrading its system for integrating Facebook within apps. |
||
Is Git a Good Fit for the Enterprise Git has become the version control system of choice for many developers. It is relatively easy to use, has good repository integrity, and has a distributed architecture. But Git also has some limitations and can be challenging to support for large scale enterprise use. Read on for some practices. |
||
My Love/Hate Relationship with Dev and Test Tools After you make investment decisions for homegrown, open source, or commercial tools that yield little or even negative return, those "learning experiences" reinforce the old saying—"A fool with a tool is still a fool." Here are some things to keep in mind as you reach for that next cool tool. |
||
The Importance of Tool Independence in Test Automation Command-driven testing has proven to be a good way to implement pattern tool independence. The main advantage is that you just have to develop the commands in the script language of the tool. To change tools, you only have to rewrite the keyword commands in the script language of the new tool. |