Forum Post: RE: storing contexts
Hi Chris This is the type of scenario that would occur when you manually split a script into multiple transactions, like having a Login transaction, a main transaction and a logout transaction....
View ArticleWiki Page: Sending Event Based Email Notifications in Silk Performer
In this example: An event handler is defined to handle specific errors and if a condition is met an email is sent with details of the error. Project attributes are used to store the email function...
View ArticleForum Post: RE: Microsoft Internet Explorer
Blog Post on borland.com: "Change Management: what Spartan means to us" www.borland.com/.../Change-Management-what-Spartan-means-to-us
View ArticleWiki Page: LoadTest Controller: 3213 - The Launcher Service Could not create...
Error: LoadTest Controller: 3213 - The Launcher Service Could not create the agent Issue description: While running a load test getting "Errors" for all agent machines as they are trying to connect....
View ArticleWiki Page: "HTTP: 401 - access denied, RespHdrAuthDb" when running a .NET...
There is a known issue with the transfer of web service authentication details when exporting a Project from .Net Explorer to the Silk Performer workbench, as a .Net Project - .NET EXPLORER | EXPORT |...
View ArticleForum Post: Browser Driven Testing in SP 15.5
Hi, I running a Ajax script for 1000 users split across 35 agents in SP 15.5. However i am getting a few errors/warning which I had not seen in version 9.5 ( my company recently switched to 15.5 from...
View ArticleForum Post: RE: Browser Driven Testing in SP 15.5
Hi Arkaonline, There have been a number of changes in the browser driven testing approach in Silk Performer from 9.5 through to 15.5. To get a general idea of these changes you can refer to the What's...
View ArticleForum Post: RE: Browser Driven Testing in SP 15.5
Hi Paul.. I am testing portal.office site.(MS's office 365). The general idea is to test the ADFS servers located on our side of the firewall. Once the credential with companydomain (for ex...
View ArticleForum Post: RE: Browser Driven Testing in SP 15.5
"No valid low-level click position found" means that the DOM element which is identified by the locator (parameter of BrowserClick()) is somehow not visible and therefore Silk Performer does not find...
View ArticleForum Post: RE: Browser Driven Testing in SP 15.5
Hi, Following on from Philips reply above, if assistance is required in relation to the problems you are currently having recording in Silk Performer at the "protocol level", please log a support...
View ArticleForum Post: RE: Try Scripts fail, but test run passes
Hi Steve, Just to close the loop on how we addressed the issue through the support case. During a TryScript in Silk Performer (non-visible) we received various errors for a specific click, including...
View ArticleWiki Page: "Object reference not set to an instance of an object" when...
This applies to Silk Performer 16.0 and will be fixed with Hotfix 1. When trying to change the URL or credentials specified in the Web ProxyAddress Settings Wizard in .NET Explorer the following...
View ArticleWiki Page: "The provided URI scheme 'file' is invalid; expected 'http'" when...
This error will be reported if the WebService needs to be hosted on a Web server before it is able to be imported into .NET Explorer. If this error is reported then the WebService cannot be loaded...
View ArticleWiki Page: WebFtpPut cannot send files larger than 2GB
The issue of being unable to send files larger than 2GB, with WebFtpPut, is due to a limitation with the integer data type, which has a maximum value of ‘2,147,483,647’ (equivalent of roughly two GB,...
View ArticleWiki Page: 'More than one server configured in client. First server is used'...
If the dynaTrace Client is connected to multiple dynaTrace Servers there may be problems with matching the correct System Profile that has been specified in Silk Performer's system settings. If the...
View ArticleWiki Page: How to Take Screenshots in a Silk Performer Browser-driven Project
Silk Performer 15.5, saw the introduction of the BrowserScreenshot function. With BrowserScreenshot it is now possible to take screenshots of the application under test. This is useful to monitor...
View ArticleWiki Page: Support for Windows 2003 in Silk Performer 16.0 and later versions
In Silk Performer 16.0 Windows 2003 is only supported for Agent installation, and is not supported as a Controller. The Release Notes for Silk Performer 16.0 states the following under the System...
View ArticleWiki Page: Using OpenSSL to troubleshoot SSL issues that occur when using...
If you are seeing an SSL error in Silk Performer and have worked through all of the troubleshooting steps here , y ou should confirm that the request being sent to the server is a valid one. You can...
View ArticleForum Post: RE: Synchronize Users at a specific part of the script
I ended up using GlobalWaitFor("All users arrived", ALL_USERS); and that worked great. Thanks all
View ArticleForum Post: RE: Renaming the Legend name
There's no way of doing it at the moment for the use of the chart in Performance Explorer. That's possible by exporting the chart to an HTML file and edit it later. If you want to log a 'feature...
View Article