Forum Post: RE: Starting Silk Performer from the Command Line
Hi Tony, You should be able to create batch files using the command line options and then call these batch files using the Windows scheduler as long as you time the tests so that each test will finish...
View ArticleWiki 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: reporting test metrics
This looks interesting - did anyone here ever use this or something similar? Looks like this file is no longer created in SilkPerformer 15.5, correct?...
View ArticleForum Post: using a custom dll
So I have a few issues with my test scripts that I feel would be more easily handled in something like C++. After looking through the documentation regarding using custom dll's in Performer scripts I...
View ArticleForum Post: RE: using a custom dll
Hi Chris. Did you already find the Readme.txt in the SampleApps\CustomAPI\ folder? It contains the requirements. Here's the full path - C:\Users\Public\Documents\Silk Performer 15.5\SampleApps\CustomAPI
View ArticleForum Post: RE: using a custom dll
I didn't see that. I'll take a look right now thank you.
View ArticleWiki Page: Silk Performer reports DOTNET: 3 - Loading object throw exception!
Silk Performer uses a strict method when calling assemblies. If a valid path is not provided it will report the error 'DOTNET: 3 - Loading object throw exception! Possible reasons: Wrong version of...
View ArticleWiki Page: Silk Performer with Server Name Indication.
Silk Performer 16.0 has added support for the TLS extension ' Server Name Indication ' (SNI). Trying to record secure sites which use SNI with earlier versions of Silk Performer will result in an SSL...
View ArticleWiki Page: How can I make a sound or beep from BDL?
The following code shows one way to create sounds from BDL. It uses the Windows API functions MessageBeep and Beep. Messagebeep plays the .wav files associated with the given Windows events in Control...
View ArticleWiki Page: ipfw+dummynet network emulator
Silk Performer 16.0 includes a new network emulation feature. As part of this, a network emulation driver called ipfw+dummynet gets installed. This is required to use the network emulation but if...
View ArticleWiki Page: Silk Performer security vulnerability with XML Parser, OpenSSL and...
The following are the current security vulnerabilities in regard to XML Parser, OpenSSL and Java: MSXML 4.0 SP3 Parser currently has 6 high and 2 medium risk vulnerabilities that cannot be mitigated...
View ArticleForum Post: putting a .bdf into an include
I'm confused on what I initially need to do. I recorded a html/http login script, which I can tryscript and pass. Since I need to create more scripts I'd like to convert the bdf script into an...
View ArticleForum Post: Windows Credentials
I have the following challenge: I should create a loadtest with a simple WEB-Application, but... The application has no login-mechanism, but it is necessary to use 50 different windows users. The...
View ArticleForum Post: RE: Windows Credentials
This may seem like a very basic answer so I apologize in advance if you have already tried what I will suggest. When you model the script and perform all the actions you want to test isn't there an...
View ArticleForum Post: RE: Windows Credentials
I recorded the script as a WBD-project, but I will record again protocoll based and look for the user credentials.
View ArticleForum Post: RE: Windows Credentials
Hi Christian It sounds like your application is using ntlm authentication which is when your windows username and password are passed to the application to authenticate, except this happens...
View ArticleForum Post: RE: Windows Credentials
Hi Christian, When using a Browser Driven approach, the authentication function (BrowserSetAuthentication) will only be recorded when a user is actually prompted for the credentials during login. It...
View ArticleForum Post: RE: Windows Credentials
Hi Jonny, this works with protocol based loadtest. Is it possible to mix WBD and protocol like this: WebSetUserAuthNtlm("sdvrz\\u00schu", "geheim"); BrowserNavigate(" d00wtn63/.../" ;);
View ArticleForum Post: RE: Windows Credentials
No, thats a protocol level function. In bdlt use BrowserSetAuthentication as Neil suggested.
View ArticleForum Post: RE: Windows Credentials
without changing the configuration of IE BrowserSetAuthentication does not work
View Article