Tutorials for testing in the UI Test perspective
You can use the tutorials to get started with testing in the UI Test perspective in Rational® Functional Tester.
Prerequisites
- Installed Rational® Functional Tester. See Installing.
- Verified the system requirements specified for Rational® Functional Tester. See System Requirements.
Be sure to start Rational® Functional Tester on a new workspace.
Testing in the UI Test perspective
In the UI Test perspective, you record tests from web applications. The UI Test perspective provides you a recording and natural language scripting environment to test browser applications that use HTML5 and JQuery. You can test on Internet Explorer, Mozilla Firefox, Google Chrome, or Safari browsers.
A web application includes many user scenarios. For example, on an e-commerce website many users only browse the products, some of the users sign in and add products to the cart, and a few of them purchase the products and sign out of the web site.
In this tutorial, you learn how to record a test scenario on the web application and generate the test, modify the test script, run the test, and view results. You can use http://www.ibm.com/software as the application under test (AUT).
- Lesson 1: Recording a test scenario
- Lesson 2: Adding a verification point
- Lesson 3: Running the test
- Lesson 4: Viewing test results
- Lesson 5: Modularize the test script
- Lesson 6: Abstracting data by using a dataset
- Lesson 7: Associating the dataset with the test
- Lesson 8: Running multiple test scripts in a sequence
- Lesson 9: Adding a loop