Software:Rational Functional Tester

From HandWiki
RationalFunctionalTester
RationalSoftware.png
Developer(s)Rational Software
Stable release
8.6.0.7 / March 2016
Operating systemMicrosoft Windows Linux
Typetest automation tools
LicenseProprietary
Websitewww.ibm.com/software/awdtools/tester/functional/

Rational Functional Tester is a tool for automated testing of software applications from the Rational Software division of IBM. It allows users to create tests that mimic the actions and assessments of a human tester.[1] It is primarily used by Software Quality Assurance teams to perform automated regression testing.

Overview

Rational Functional Tester is a software test automation tool used by quality assurance teams to perform automated regression testing. Testers create scripts by using a test recorder which captures a user's actions against their application under test. The recording mechanism creates a test script from the actions. The test script is produced as either a Java or Visual Basic.net application, and with the release of version 8.1, is represented as series of screen shots that form a visual storyboard. Testers can edit the script using standard commands and syntax of these languages, or by acting against the screen shots in the storyboard. Test scripts can then be executed by Rational Functional Tester to validate application functionality. Typically, test scripts are run in a batch mode where several scripts are grouped together and run unattended.

During the recording phase, the user may introduce verification points, which capture an expected system state, such as a specific value in a field, or a given property of an object, such as enabled or disabled. During playback, any discrepancies between the baseline captured during recording and the actual result achieved during playback are noted in the Rational Functional Tester log. The tester can then review the log to determine if an actual software bug was discovered.

Key Technologies

Storyboard Testing

Introduced in version 8.1 of Rational Functional Tester, this technology enables testers to edit test scripts by acting against screen shots of the application.

Object

The Rational Functional Tester Object Map is the underlying technology used by Rational Functional Tester to find and act against the objects within an application. The Object Map is automatically created by the test recorder when tests are created and contains a list of properties used to identify objects during playback.

ScriptAssure

During playback, Rational Functional Tester uses the Object Map to find and act against the application interface. However, during development it is often the case that objects change between the time the script was recorded and when a script was executed. ScriptAssure technology enables Rational Functional Tester to ignore discrepancies between object definitions captured during recording and playback to ensure that test script execution runs uninterrupted. ScriptAssure sensitivity, which determines how big an object map discrepancy is acceptable, is set by the user.

Data Driven Testing

It is common for a single functional regression test to be executed multiple times with different data. To facilitate this, the test recorder can automatically parametrize data entry values, and store the data in a spreadsheet like data pool. This enables tester to add additional test data cases to the test data pool without having to modify any test code. This strategy increases test coverage and the value of a given functional test.

Dynamic Scripting Using Find API

Rational Functional Test script, Eclipse Integration uses Java as its scripting language. The Script is a .java file and has full access to the standard Java APIs or any other API exposed through other class libraries.

Apart from this RFT itself provides a rich API to help user further modify the script generated through the recorder. RationalTestScript class that is the base class for any TestScript provides a find API that can be used to find the control based on the given properties.

Domains supported

(list is made based on the information for v 8.5, see here)

  • HTML Support: Mozilla Firefox, Internet Explorer, Google Chrome
  • Java
  • Abstract Window Toolkit (AWT) controls
  • Standard Widget Toolkit (SWT) controls
  • Swing or Java Foundation Class (JFC) controls
  • Eclipse (32-bit and 64-bit)
  • Dojo
  • WinForm and Windows Presentation Framework based .NET applications
  • ARM
  • Ajax
  • SAP WebDynPro
  • SAP - SAPGUI
  • Siebel
  • Silverlight
  • GEF
  • Flex
  • PowerBuilder
  • Visual Basic
  • Adobe PDF
  • Functional Tester Extensions for Terminal-based applications

Release history

The following is a release history of the product initially released as RobotJ, and today known as IBM Rational Functional Tester:

  • RobotJ 1.0 Released Summer 2002. Initial release. Part of Rational Test Studio 2002.05.02 release.
  • XDE Tester 1.0 Released in Summer, 2003. Renamed as part of Rational XDE (eXtended Development Environment), in line with Rational Test Studio version 2003.06.00.00
  • IBM Rational Functional Tester for Java and Web. Released 2004. Renamed after IBM acquisition of Rational Software.
  • v6.0 Released September, 2005. Renamed to IBM Rational Functional Tester. Internally known as Atlantic Release.
  • v6.1 Released January, 2005. Renamed to IBM Rational Functional Tester. Internally known as Atlantic Release.
  • v6.1.1 Released March, 2005. Internally known as Atlantic Release.
  • v6.1.2 Released December, 2005.
  • v7.0 Released December, 2006. Internally known as Caspian Release.
  • v7.0.1 Released December, 2007.
  • v7.0.2 Released April, 2008.
  • v8.0 Released October, 2008.
  • v8.1 Released July, 2009.
  • v8.1.1 Released February, 2010.
  • v8.2 Released October, 2010.
  • v8.2.1 Released October, 2011.
  • v8.2.1.1 Released January, 2012.
  • v8.2.2 Released May, 2012.
  • v8.2.2.1 Released August, 2012.[2]
  • v8.3 Released November, 2012.[3]
  • v8.3.0.1 Released December, 2012.[4]
  • v8.3.0.2 Released March, 2013.
  • v8.5 Released June, 2013.[5]
  • v8.5.0.1 Released August, 2013.[6]
  • v8.5.1 Released November, 2013.[7]
  • v8.5.1.1 Released December, 2013.[8]
  • v8.5.1.2 Released February, 2014.[9]
  • v8.5.1.3 Released May, 2014.[10]
  • v8.6 Released July, 2014.[11]
  • v8.6.0.1 Released October, 2014.[12]
  • v8.6.0.2 Released December, 2014.[13]
  • v8.6.0.3 Released March, 2015.[14]
  • v8.6.0.4 Released June, 2015.[15]

See also

References

External links