Learn, Share and Keep Learning
| Rational Test Suite - Introduction |
| Testing Tools - Test Execution |
|
IBM Rational is a probably one of few organization, which touches entire life cycle of software development with its tool set. There are different tools from Rational right from Requirements management to Change Management, Testing and Project/ Portfolio Management. Rational Test Suite is the entire test suite by Rational for supporting automated software quality. This test Suite Consists of different tools:
Rational Test Manager is the backbone for managing all your Test Assets. It is central console for
Rational Robot can be used for automating the test cases. It uses SQABasic scripting language which is similar to VBScript. Robot has the concept of header files and library files. It allows modularization of your automation by breaking it into different functions, which can be stored in the .sbl or .sbh files. Robot allows you to access the windows API by registering their dlls. You can also create your custom dlls and make calls to them from within the scripts. It has support for command line invocation and web/load testing in the form VU Scripting. Rational Manual Tester allows you to organize your manual testing. In manual Tester you can create different steps and specify some Verification Steps. All these steps are saved and you can execute these test cases, mark them for completion. Results of execution are stored and logged in the Test Manager. It also has integration with Rational ClearQuest. ClearQuest can be launched from within the tool and file defects if found. It also fills some of the field of ClearQuest, based on the knowledge of test cases it has. |