Jacada Tutorial SilkPerformer 2009
210/4/2015 Introduction This presentation gives you an overview of how to use SilkPerformer to test Jacada applications. It guides you through the steps of creating a project and choosing the correct settings for recording and replaying Jacada scripts.
310/4/2015 Application Profile Configuration To begin, select the Jacada application type from the Application Server / Component Models group
410/4/2015 Application Profile Configuration Select Web Click Web Settings Select Jacada Select WinSock
510/4/2015 Recording Proxy Configuration Exclude Ports Suppress recording of TCP/IP traffic Default ports: Edit SOCKS proxy
610/4/2015 Profile Settings Define Java Virtual Machine Sun JVM 1.2.x or higher required
710/4/2015 Profile Settings (Replay) Add clbase.jar to classpath Copy from Jacada server (classes\cst\clbase.jar) to local machine Add to classpath in profile settings
810/4/2015 Recording Record as a standard Web application
910/4/2015 Recorded Scripts Mixed Protocols Web/HTTP Jacada Script Structure HTTP traffic JacCreateUser(…) JacConnectUsing…(…) User Interactions JacDestroy(…)
1010/4/2015 User Interactions Enter Data JacSetTextData(...) JacSetTableData(...) Screen Transition JacSendWindowData(...) JacSendCommand(...) JacChangeCellValue(...) Verifications JacCheckScreen(...) JacCheckFieldValue(...) JacCheckTableCell(...)
1110/4/2015 TrueLog (1) User Inputs (JacSetTextData)
1210/4/2015 TrueLog (2) Function parameters, verifications
1310/4/2015 Next Steps Follow SilkPerformer‘s Workflow Run a TryScript Customize the script Randomize input values Delete/adjust verification functions for non-constant fields Identify a baseline