Software Configuration Management Tools
Filed Under Development, Process, Software, Tools | Posted on November 20, 2007
Okay, now you know all about what Software Configuration Management actually is (or think you do !); what are the tools that can help you in this regard ? There are a fair number of tools that can help, ranging from professional tools that can cost a decent amount to open source tools that are [...]
6 best practices for Rational Unified Process
Filed Under Design, Iterative, Model, Software, Techniques, Tools | Posted on September 16, 2007
The Rational Unified Process has 6 best practices for software development: – Develop s/w iteratively: The waterfall model is just not a workable solution in today’s world; you cannot develop a sequential model of first laying out all the requirements, then creating a design for it, and then doing development. There is a need to [...]
Test automation and tools
Filed Under Software, Testing, Tools | Posted on September 12, 2007
Automation requires tools to execute. At the simplest level (very basic), the test tool should be able to record a sequence of tests and carry them out. In a slightly more complicated way, test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the [...]