Transactions

HOW DO TRANSACTIONS WORK | RECORDING | INPUTS | OUTPUTS | EXCEPTION SCREENS | DELETING | PROPERTIES

The Transaction Recorder captures each screen that you navigate to and any changes made to those screens (including keystrokes used to traverse them). This information is stored as a transaction. Saved transactions can be called and executed using the PlayTransaction method in a script or macro.

Custom inputs can be specified for a transaction, allowing you to record a transaction with one set of inputs, then modify it to execute with a different set of inputs. Transaction inputs could include things like data on the current screen.

Each transaction you save is added to the current repository's Transactions Collection. Newlook uses this collection to build a virtual model of your application. Each transaction provides information to the model about the relationship of screens in your application, and more than one transaction in the collection may be referenced when transaction playback commences.

Transactions are generally used for the following purposes:

TIP

To publish web-services you will need the Newlook Server web services add-on.

See Also

Using transaction recorder to define a web service | Transaction Object | Transactions Collection


© 2004-2021 looksoftware. All rights reserved.