Wiki Page: How can I monitor WebSphere Application Server version 6.x?
SilkPerformer 7.2 and below does not directly support monitoring WebSphere Application Server version 6, however by specifying "version=5" you can direct the server to return the data in version 5...
View ArticleWiki Page: How can I obtain a detailed breakdown of a page timer in the...
To provide additional "drill-down" statistics (Send, Receive and Server Busy times) in the Overview Report for each page which is downloaded from the server, enable the radio button Detailed Page...
View ArticleWiki Page: How can I obtain a specific percentile value per User?
The Overview report provides percentile graphs with percentile values of 50%, 90%, 95% and 99%. It is also possible to write out any percentile value for each user to a file during script execution....
View ArticleWiki Page: How can I parameterize my SilkPerformer .Net script once I have...
In .NET Explorer you are able to create global variables and specify that they should be exported as Project Attributes. These can then be parameterizes in SilkPerformer. The process is as follows:-...
View ArticleWiki Page: How can I Parse and reuse a HTTP Response Header data in my BDF...
A HTTP Server Response Header can be easily viewed and parsed from the Truelog Explorer; via the "in-hdr" tab for any corresponding API call. To parse a HTTP Header from the "In-Hdr", please do the...
View ArticleWiki Page: How can I parse data from a text file into a variable?
This can be achieved using the StrSearchDelimited function as illustrated in the script below: benchmark BenchmarkName use"kernel.bdh" const LOGFILE := "C:\\temp\\logfile.txt"; //path to file...
View ArticleWiki Page: How can I pass integers to Nullable types in .Net Explorer?
This is currently not possible. Since the introduction of Microsoft’s .NET Framework 2.0 it is possible to pass a NULL value to value types. However within .NET Explorer 2006 it is not possible to...
View ArticleWiki Page: How can I pass multiple arguments into the StExecuteTestcase...
The third input parameter (sTestData) of the function "StExecuteTestcase" allows you to pass test data into the SilkTest test case during script execution. However as this parameter expects a single...
View ArticleWiki Page: How can I pass parameters for my application when using the...
The ProcessInitialize function includes a sParams functions which can be used to pass specific attributes to the process being initialized. In order to pass more than one parameter it is necessary to...
View ArticleWiki Page: How can I pause Try-Script execution for debug purposes?
You can pause Try-Script execution by using the Windows MessageBoxA functionality, see below: dll "user32.dll" "MessageBoxA" // Open a messagebox // function debug_Pause(in long, inout...
View ArticleWiki Page: How can I perform a loadtest, using Silk Performer, whilst using...
OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other...
View ArticleForum Post: RE: Error:BrowserGetActiveWindow
Hi Ruben, From review of the screenshot, it seems that the problem is occurring during load test execution. Confirm whether the problem occurs when running a load test with 1 virtual user and with the...
View ArticleForum Post: RE: Error:BrowserGetActiveWindow
Hey Paul, Thanks for your response. I did check if it happened with only 1 user and also checked on local host, both using VMs and on an actual desktop, but it just strangely behaved exactly the same,...
View ArticleForum Post: Print on Debug.
Hello All, Initially when i started using the Silk Test, and in Debug mode, we use to Print the Variables in the Transcript. But now during the Debug mode, i could not able to do this and also, if i...
View ArticleForum Post: RE: Error:BrowserGetActiveWindow
You may also want to compare what was originally recorded against the playback script to see if there are any glaring differences.
View ArticleForum Post: RE: Error:BrowserGetActiveWindow
Hi Ruben, Can you confirm whether the problem occurs during TryScript execution? If so, do you see the same behaviour whilst running a TryScript with visible client enabled and disabled? Are you able...
View ArticleForum Post: RE: Print on Debug.
Hi Harisha, I see that you have posted this question on the Silk Test forum: community.microfocus.com/.../16492.aspx Regards Paul
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 ArticleWiki Page: How can I resolve the replay error "OraFormsInit(Native: 1002 -...
The error message “Native: 1002 - Java Exception, Native Error 4: java.lang.NoClassDefFoundError: silk/performer/SilkPerformer” has been known to occur during replay against an Oracle Forms Server or...
View ArticleWiki Page: How can I resolve Truelog Explorer showing a "No node selected"...
There is a known issue in SilkPerformer 2007 whereby TrueLog Explorer gives a "No node selected" error instead of loading a TrueLogOnError.xlg file. This occurs when you go to PERFORMANCE EXPLORER |...
View Article