Wiki Page: Is it possible to enable IP multiplexing for a computer which has...
Yes it is possible to configure IP multiplexing on a SilkPerformer machine which has more than one network card installed. However when using IP multiplexing both NIC"s will be used, so ensure that...
View ArticleWiki Page: Why is it recommended to disable DHCP before adding IP addresses...
Disabling DHCP is recommended because it means that the IP addresses used on replay are those you see in the System Configuration Manager dialog. Alternatively if you have DHCP enabled this means you...
View ArticleForum Post: RE: How to increase length of left boundary in Silk performer...
Hi,you can influence the generation of the boundary length by using the option MinLbLen in the ScriptGen section of your Recording Rule.Please see page 46 of the Silk Performer Advanced Concepts...
View ArticleWiki Page: Generate a random date which ensures a business day is returned
The below code will generate a random date - ensuring that only a business day is returned (business days being Mon - Fri in this case).transaction TMainvar nDate : number; sWeekday : string;begin //...
View ArticleForum Post: RE: Wildcards in XPath
It would be very helpful if the use of the wildcards is documented in SilkPerformer documentation. Even in 9.5, this very useful feature is not documented.
View ArticleWiki Page: Silk Performer Gui-Level tests failing with SYSTEM: 10054 - An...
When trying to run a Silk Performer 9.5 HF2 Gui-Level test with a domain user, the replay engine reports StInitSession failing with "SYSTEM: 10054 - An existing connection was forcibly closed by the...
View ArticleWiki Page: Trying to load a WSDL in Silk Performer 9.0 reports "WSDL: Proxy...
Silk Performer 9.0 does not support loading WSDLs via proxy using the WCF service. When this is attempted, the error "WSDL: Proxy servers are currently not supported for WFC service import" is...
View ArticleWiki Page: What levels of encryption does SilkPerformer support ?
SilkPerformer supports all levels of encryption for keys up to 1024 bits.Keys greater that 1024 bits are not supportedServer Gated Cryptography (SGC) is not supported. This a mechanism for negotiating...
View ArticleWiki Page: How do I troubleshoot SSL issues?
How SilkPerformer handles SSL trafficAll applications that use SSL will involve the use of server certificates. A server certificate is a certificate that authenticates the identity of a site to...
View ArticleWiki Page: How can I configure the recorder so that the "Security Alert"...
NOTE: It is NOT recommended that you change the browser setting described below as it is a valid Security Alert.To bypass this warning message in IE you need to do two things, first install the Borland...
View ArticleWiki Page: Why might I see the "Security Alert" dialog box when recording...
If you have followed the steps outlined in How can I configure the recorder so that the "Security Alert" dialog box does not appear when recording against a secure Website (HTTPS)? and still see the...
View ArticleWiki Page: Checking the Automatic SSL version and Encryption Strength
It is possible that an application cannot handle the Automatic SSL version and Encryption Strength set by SilkPerformer by default and instead you will need to present the exact values that the site...
View ArticleWiki Page: After importing a Root CA Server Certificate into SilkPerformer...
The error "Could not accept SSL connection from client; Reason: Security: 1046 - sslv3 alert certificate unknown"indicates that the client cannot verify the Certificate Authority (which is responsible...
View ArticleWiki Page: Options available if WebTcpipRecvProtoEx and WebTcpipRecvUntil are...
It is possible that packet length cannot be determined by a termination byte sequence and is not contained in the packet itself.You can use a combination of the functions WebTcpipRecvExact, which...
View ArticleWiki Page: How can I customize binary data in my script ?
-------------------------------------------------------------------------------------------Update on working with Binary dataNote that since SilkPerformer 6.0 it is now possible to concatenate a...
View ArticleForum Post: International Characters
I have a WebParseDataBoundEx which captures a response that is in either Japanese characters and regular characters(English), I need to detect if the character is in Japanese or not and use the exact...
View ArticleForum Post: Message box " Message from webpage - 'Warning: Invalid reply from...
Hi AllGreetings!I just got scripts from an existing project to make them ready for execution. I am using data which is working manually in the application flow. Now, when i run the script in try...
View ArticleForum Post: RE: Script is not recording
Hi kimg467.Silk Performer 7.9 is a very old version and has not been supported for a long time (nearly 4 years). I'd recommend upgrading the latest and greatest, Silk Performer 9.5, available from...
View ArticleWiki Page: How do I configure SilkPerformer to record a custom application at...
If you believe that your application uses low-level TCP/IP protocol for communication then you can configure SilkPerformer to record this traffic, however it is important to note that you should open...
View ArticleWiki Page: At Getting Started with Silk Performer
Thank you for trying out Silk Performer! Installing Silk Performer is quick and easy, and you’ll soon discover that setting up and running your first load test is just as simple.After you have...
View Article