Jacada Tutorial SilkPerformer 2009. 210/4/2015 Introduction This presentation gives you an overview...

Preview:

Citation preview

Jacada TutorialSilkPerformer 2009

2 04/21/23

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.

3 04/21/23

Application Profile Configuration

To begin, select the Jacada application type from the Application Server / Component Models group

4 04/21/23

Application Profile Configuration

Select Web

Click Web Settings

Select Jacada

Select WinSock

5 04/21/23

Recording Proxy Configuration

Exclude Ports Suppress recording of TCP/IP traffic Default ports: 1100-1200

Edit SOCKS proxy

6 04/21/23

Profile Settings

Define Java Virtual Machine Sun JVM 1.2.x or higher required

7 04/21/23

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

8 04/21/23

Recording

Record as a standard Web application

9 04/21/23

Recorded Scripts

Mixed Protocols Web/HTTP Jacada

Script Structure HTTP traffic

JacCreateUser(…) JacConnectUsing…(…)

User Interactions JacDestroy(…)

10 04/21/23

User Interactions

Enter Data JacSetTextData(...) JacSetTableData(...)

Screen Transition JacSendWindowData(...) JacSendCommand(...) JacChangeCellValue(...)

Verifications JacCheckScreen(...) JacCheckFieldValue(...) JacCheckTableCell(...)

11 04/21/23

TrueLog (1)

User Inputs (JacSetTextData)

12 04/21/23

TrueLog (2)

Function parameters, verifications

13 04/21/23

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

Recommended