Blog Post: Analysing Scripting Failures in Silk Performer - Part 2
Understanding Session Session within the context of web applications is a simple way of explaining how a web server identifies its client when in it is dealing with many clients, sometimes thousands...
View ArticleBlog Post: Analysing Scripting Failures in Silk Performer - Part 3
Logic Every now and then we see an issue where a script replay fails because the set of steps recorded are no longer possible. An example of this is where two scripts exist, one which adds records to...
View ArticleForum Post: silk performer digital signature
We are using Browser-driven way to record. There is a page that has digital signature. When play back, all pages could go through fine except the digital signature did not get anything to send to...
View ArticleWiki Page: Minimum permissions required to allow the SAM module to monitor...
The user with which you run Performance Explorer needs to be added to the Administrators group on the remote computer that you want to monitor. If you specify different user credentials in Performance...
View ArticleForum Post: dclsql as parameter
Trying to pass the dclsql as parameter to a dclfunc. The compile passed, but when run the test, it errored on the line. dclfunc function funcStatusReset(sqlThatUsed : sql) begin OdbcPrepare(cCursor,...
View ArticleForum Post: RE: dclsql as parameter
Hi Does the script work without moving the query into custom functions? Can you confirm your exact query executes in another program and ensure any parameters are passed correctly. In general passing...
View ArticleForum Post: RE: dclsql as parameter
Thank you for your help, Jonny! The way you are passing in the parameter works. We found our problem is how the silk handle the Update statement which has the slight difference than SELECT and made...
View ArticleForum Post: RE: browser based performance testing
Thanks alot for the detailed reply. We are using silk performer for ajax enabled websites. As an example if you try out http://intuitmarket.intuit.com we see different results when compared with the...
View ArticleForum Post: syntax for dclsql read csv
In the dclsql part, sql UPDATE needs to read a csv file. How do we pass in the csv data? dclsql TMain_SQL001: Update sales set order_status = "new" where order_id = psOrderId ;...
View ArticleForum Post: RE: Unable to create Java VM
Hi, Johannes. Thank you for your reply. I've changed javahome and version according to my settings in perExpJMV.xml file, but the error still occurs. Actually, the dialog "Unable to create Java VM"...
View ArticleForum Post: RE: syntax for dclsql read csv
Hi Chong, I have addressed this query directly through the support incident which you opened. Please feel free to provide any feedback via the case. Kind Regards Paul
View ArticleForum Post: Is it possible to simulate Maker Checker (Single-Login-Logout)...
I have been assigned to do the load testing of a Banking application suite which is based on JSP. Banking transactions usually involve what is known as Maker Checker Scenario described briefly on this...
View ArticleForum Post: RE: Unable to create Java VM
If you are sure, that your Java JDK installation is 32bit and works fine on your machine, you may reinstall Silk Performer to get perfExpJVM.xml repaired automatically. If that does not help, please...
View ArticleForum Post: RE: Is it possible to simulate Maker Checker...
For analysis, I would first try to find out if the Maker Login is interfering with the Checker Login. You could do so by: e.g. commenting out Maker Login - does Checker Login work now? If not, you...
View ArticleForum Post: Monitoring Oracle 11g Database
Hi All, I'm trying to set up the monitors for Oracle 11g Database. Have done the following: An Oracle client is installed on the same machine as the SilkPerformer Performance Explorer. Queried the...
View ArticleForum Post: RE: Monitoring Oracle 11g Database
Hi Green and welcome to the forum, To monitor such measures within Silk Performance Explorer, a SAM license would be required. There are certain measures which can be monitored without a SAM license,...
View ArticleBlog Post: Remove Used Data
Silk Performer 15.5 introduces a useful new feature, which allows Silk Performer to automatically remove data rows from a data file, once they have been used in a test run. How do I enable this...
View ArticleForum Post: RE: Unable to create Java VM
Thank you, Johannes, I've already tried that. I'll open a support case.
View ArticleForum Post: RE: syntax for dclsql read csv
dclfunc function funcSqlReset( sqlUsed: sql) begin OdbcOpen(c1, ghDbc1); OdbcPrepare(c1,sqlUsed); OdbcBind(c1,":1",SQL_C_CHAR); OdbcSetString(c1,":1",csvDataColumnName);...
View ArticleForum Post: Sample script
Hi, I checked for sample scripts in installation folder but couldnt get one. Could you please share me sample script for silkperformer which included parameterization and correlation for web and BDLT...
View Article