At this year's Electric Cloud Summit there was big focus on Agile software development practices. Even a casual look at Electric Cloud's product line, which includes ElectricAccelerator, ElectricCommander, and most recently ElectricDeploy, will make it obvious that...
electriccommander
Understanding Continuous Integration
Continuous Integration (CI) is a software development methodology that uses small and frequent incremental changes to the code base, which are incorporated into a rapid build and test environment. Each change integrated into the source repository is verified by the...
Getting Started with Electric Cloud’s ntest Tool
Electric Cloud (now known as CloudBees CD) has released an open-source tool called ec-testing for unit testing Electric Commander procedures. In this video below, David Hubbell demonstrates how to download the tool, set it up, and run example test cases....
7 Ways to Fight Feature Creep
I was recently involved in a project in which the goal was to streamline and automate a manual software deployment process using Electric Cloud's product ElectricCommander. The Scope of Work was laid out, development was underway, and my coworker and I felt very...
Improve your build, test and deployment with ElectricCommander
Repeatability is a intuitive aspect of daily life. If you throw a ball up, it must come down. If you throw it twenty times, the same thing will happen, up and then down. When repeatability doesn't occur we get anxious. Repeatability is equally an essential quality in...
ElectricCommander Custom Dashboards: How to Visualize Your Build Data
Whenever I get a chance to see any kind of motor racing I am amazed at how many displays the engineers use to watch and monitor all the data coming from the cars. Modern performance racing cars produce a lot of data about the engine, tires, fuel consumption,...
Why an Automated Development Process Benefits Developers
Automated development, rather than just automated builds, offers a more holistic approach to automating the development process including building, testing and deployment. It is the cornerstone of Continuous Integration (CI). CI uses a model of small incremental...