1. How to create a datapool?
When creating a datapool, you specify the kinds of data (called datatypes) that the script will send for example, customer names, addresses and unique order numbers or product names. When you finish defining the datapool, TestManager automatically generates the number of rows of data that you specify.
2. How to analyz results in the log and comparators?
You use Testmanager to view the logs that are created when you run scripts and schedules.
Use the log to:
View the results of running a script, including verification point failures, procedural failures, aborts and any additional playback information. Reviewing the results in the log reveals whether each scripts and verification point passed or failed.
Analyze the results of verification points to determine why a script may have failed.
Robot includes 4 comparators:
.Object Properties Comparator
.Text Comparator
.Grid Comparator
.Image Comparator
Rational Sitecheck
Rational SiteCheck to test the structural integrity of your intranet or World Wide Web site. SiteCheck is designed to help you view, track, and maintain your rapidly changing site. Use Sitecheck to:
Visualize the structure of your Web Site and display the relationship between each page and the rest of the site.
Identify and analyze web pages with active content, such as forms, Java, Javascript, Activex, and Visual Basic script (VBscript).
Filter information so that you can inspect specific file types and defects, including broken links.
Examine and edit the source code for any Web page, with color-coded text.
Update and repair files using the integrated editor, or configure your favorite HTML editor to perform modifications to HTML files.
Perform comprehensive testing of secure Web sites. Sitecheck provides secure socket layer (SSL) support, proxy server configuration, and support for multiple password realms.
3. What is a verification point?
A verification point is a point in a script that you create to confirm the state of an object across builds of the application-under-test.
Verification point type
1. Alphanumeric:
Captures and tests alphanumetric data in windows objects that contain text, such as edit boxes, check boxes, labels, push buttons, radio buttons, toolbars, and windows (captions).
2. Clipboard:
Captures and compares alphanumetric data that has been copied to the clipboard.
3. File Comparison:
Compares two specified files during playback.
4. File Existence:
Verifies the existence of a specified file during playback.
5. Menu:
Captures and compares the menu titile, menu items, shortcut keys, and the state of selected menus.
6. Module Existence: Verifies whether a specified module is loaded into a specified context (process), or is loaded anywhere in memory.
7. Object data: Captures and compares the data inside standard windows objects.
8. Object properties : Captures and compares the properties of standard windows objects.
9. Region Image: Captures a region of the screen as a bitmap.
10. Website compare: Captures a baseline of a web site and compares it to the web site at another point in time.
11. Website scan: Checks the contents of a web site with every revision and ensures that changes have not resulted in defects.
12. Window Existence: Verifies the existence and status of a specified window during playback.
13. Window Image: Captures a window as a bitmap.