Java User Implementation (deprecated)

This topics lists deprecated technology that is outdated and has been replaced by newer technology.

The Java User methodology simplifies use of the Java Framework. The Java User class works as an additional layer between BDL and the Java application under test. It defines a JavaUserInit(), a JavaUserShutdown() function, and optionally, a JavaUserRun() or custom methods, all with Boolean return values.

The Init transaction in BDL must call the JavaUserInit() function, the End transaction must call the JavaUserShutdown() function. Any further BDL transactions may either call the JavaUserRun() function or one of the custom methods. A Silk Performer object, for enabling Java-to-runtime Communication, is automatically passed to the Java User class.