Wiki Page: A list of Hotfixes for Silk Performer
Here you can find a list of the Hotfixes for SilkPerformer. If you would like to be notified each time a fix is released please use the “email subscribe to this page” function under Options below...
View ArticleForum Post: RE: Time verifying
I suppose it would be possible to get the current date and time and then do a string comparison or other string manipulation. You'd have to do a bit of trickery to figure out if the difference was...
View ArticleForum Post: RE: Time verifying
Below the piece of code i now use: // Convert current datetime - 120 minutes (= 2 hour) to YYYYmmddUUMMSS FormatDateTime(GetCurrentDate(), GetCurrentTime(), "%Y%m%d%H%M%S", sCurrenDateTime);...
View ArticleForum Post: RE: Responsive Web Design
Script type doesn't equal project type. You can have all those types of scripts in a single HTML project. Each script would have been recorded in mobile mode and assigned the appropriate user agent to...
View ArticleForum Post: RE: Time verifying
How can i use a java or .net frameworks in Silk Performer?
View ArticleForum Post: document.login error
Hi all, I am getting the following error, when i run my script which was written for peoplesoft protocol. It shows the following error message, when i run it for more than one user. 1. SignInPS( Data...
View ArticleForum Post: RE: document.login error
Peoplesoft functions have automatic verifications built in. Have you customized your script so that every user gets its own username and password? if not then perhaps your application doesn't allow...
View ArticleForum Post: RE: Time verifying
Here is a simple example of using Java frameworks to calculate the difference between two dates. (Please visit the site to view this file) Notes: You will need to specify your jvm settings in...
View ArticleForum Post: RE: document.login error
Yes Jonny.. I have parametrized username and password into a CSV file. And I have tried using the FileGetNextRow & FileGetNextUniqueRow functions to set the file pointer to the next row . Still...
View ArticleForum Post: Stopping user execution after transaction is done
Hi all, My scenario goes like this. Two users logging in every 15 min and doing approval task. Mytrans1: 1; So user should iterate only one. But when I have this settings in my run test, Ramp up:...
View ArticleForum Post: RE: Stopping user execution after transaction is done
I tried using halt statement. But it stops the execution of the second user also, but both the users login in at a time.
View ArticleForum Post: RE: document.login error
If you go back to the original username and password that you recorded with does it work again?
View ArticleWiki Page: Creating directories in Windows Explorer using Silk Performer
Silk Performer has inbuilt functions for creating files in Windows Explorer but not for creating folders. However there are multiple ways to interact with Windows Explorer from within Silk Performer...
View ArticleWiki Page: Zero functions are recorded when recording a web application in a...
There a number of possible causes of failure to record a web application. The most common issues and their resolution are as follows: Existing browser instance SilkPerformer may not record browser...
View ArticleForum Post: WebPopConnect Security: 252 - unknown protocol
I'm working on a Silk performer script for receiving and sending email. As a base i use the example from Silk Performer. As a first step i am trying to connect to the POP3-server. WebPopConnect(hPop,...
View ArticleForum Post: WebPopConnect: unknown protocol
I am working on a script in Silk Performer to test an email application. As a base i use the example from Silk performer. When i run try test i get an error on the first step, that connects to the...
View ArticleForum Post: RE: Is tere a SP 17.0 Agent performance issue ?
Hi there. We've recently discovered a change in 17.0 which introduced Nagle ( en.wikipedia.org/.../Nagle%27s_algorithm ), an algorithm which is meant to improve TCPIP efficiency. Can you please try...
View ArticleForum Post: RE: Is tere a SP 17.0 Agent performance issue ?
Yes Ciaran, this helped to solve the problem, thank you. WebSetOption(WEB_OPT_NAGLE,option) sets Nagle TCP/IP congestion control Options 0 ... use system value 1 ... off 2 ... on Until SP 16.5, so I...
View ArticleWiki Page: When is it appropriate to use the WebSetHttpHeader /...
These functions set, modify or remove user-defined headers for HTTP/HTTPS; depending on the parameters used. They should not be used for any "standard" header that is added automatically by the replay...
View ArticleWiki Page: Remote host of Silk Performer's Cloud Agent Manager
The Cloud Agent Manager will connect to silkcloudservices.microfocus.com [52.49.118.101], which is hosted in Amazon AWS. The end server is not load balanced, therefore the same address will be used...
View Article