• BDLT Protocol-No Requests getting triggered for a button click on browser Window during replay

    Hi Team, Greetings of the day! We are using BDLT protocol to performance test one of the "https" based application , where the flow works absolutely fine manually. But during script replay using IE browser, the actions like click "login" doesn't trigger…
  • BrowserStart enhancement

    BrowserStart in bdlt currently allows you to set certain options like screen size. It would be helpful to extend this function to allow extra parameters to specify window position (if running multiple users in visible mode for debugging) and the ability…
  • IP spoofing with BDLT

    It would be nice if SILK PERFORMER would support ip spooing in the Browser Driven Load Test mode, as it currently will not support this presently. Given how much more we are using the BDLT mode as opposed to HTML/HTTP, this would certainly be a nice to…
  • Support HTML5 Web Storage in low-level, page-level and browser-driven APIs

    Add APIs for localStorage and sessionStorage APIs, clear storage appropriately at end of session, start with clean storage in new session, etc.
  • Option to Extend Acceptable Attribute Value with Browser Driven Recording in Silk Performer

    During a BDLT recording, it seems that the acceptable max value length for an attribute is 20 characters long, if the value supersedes this length the recorder will move on and select another attribute as part of the XPath Locator. A feature which increases…
  • Allow BrowserFind and BrowserFindAll be used for any arbitrary HTML code block

    BrowserFind and BrowserFindAll are extremely useful functions to obtain DOM element from any HTML block. Currently, they only allow to search the HTML code returned from web server. Perhaps such can be implemented like the XML-related functions.
  • Browser Driven scripts need to raise errors for http4xx and 5xx responses.

    By default, a browser driven script does not raise an error for an action that results in a http4xx or 5xx error unless the script explicitly verifies some DOM information on the page that might indicate that there was an error. In many pages one might…
  • Specify Timer names for Browser Driven Functions

    Within the Browser Driven Load Testing feature, Silk Performer will record timer names for the likes of BrowserClick etc, based on the content of the XPath locator string of an element. It would be good to have a feature within Silk Performer that would…
  • Mobile Load test capability should support BDLT

    Many mobile site is made by AJAX technology. SilkPerformer is change to user-agent only.
  • Silk Performer Browser Application unable to track Web Page Object

    The display of a green border around a DOM object within Silk Performer's Browser Application signifies that the object on the page is now 'tracked'. Tracking is enabled by default within Silk Performer's Browser Application - ACTIONS | ENABLE TRACKING…
  • Browser Driven Support for clients other than Internet Explorer (IE)

    What is Silk Performer's long term plan for supporting browsers other than IE for BDLT? I have read the responses in the community stating that IE11 is pretty much it. Introducing additional complexity with the suggested solution to use Silk Test as…
  • Developer tools

    Hi, Is there an option to see or record developer tools console output in silk performer BDLT? in the true log or while running the load test. Thanks, Mark.
  • Authentication is not passed during Browser Driven Script replay

    There is a known issue which occurs during Browser Driven script replay execution within Silk Performer 17.5, 18.0 and 18.5 and relates to problems passing authentication to a server, when the authentication passed, is applicable to a part of an application…
  • Browser Engine 43 - JavaScript error, 'Error: The operation attempted to access data outside the valid range

    Hi, Has anyone encountered the below warning while executing tests in Silk performer 17.5 hf4? "Browser Engine 43 - JavaScript error, 'Error: The operation attempted to access data outside the valid range" Any thoughts/help in this regards highly…
  • Load Test Response Time

    HI, I have a few basic questions and reading from all previously asked in this blog I'm a little confused. From the Silk Performance Explorer report we usually get the following response times: - Response Times Transactions Tran (busy) ok(s) Tran…
  • Script Replay

    Hi, I have a script where a user login's and logout's, I have parameterised the user id and passwords. when I run a test with about 100 concurrent users or so after a few ok transactions I observed that the users are entering the lower case instead…
  • Create webservice without language, direct by Silk Performer

    Is possible Create webservice without language programming , direct by Silk Performer?
  • Buttons not found

    Hi, I'm trying to login but only the message element not found appears. I need to set the password on the button and click access, but not even the button access to call. I tried everything in BrowserClick, could someone help me? Thanks
  • Several buttons with the same name

    I have application that in the main page there is 4 form with 4 buttons, but it has no id in them. How do I pick up single button. Silk is picking everyone up and does not send data to next page
  • Chrome support for BDLT script replay.

    Currently Silk performer BDLT replay supports for IE browser. But we have a requirement to test the BDLT scripts in chrome browser. Let me know if there are any plugin's / add-ons available to test the BDLT script in chrome browser.
  • Insert graphic automatic [Overview] xsl

    Is possible insert graphic automatic in overview ? Thanks,
  • Unable to find the option for correlation for .Net Remoting Calls Testing.

    I am working on the testing on .Net Remoting call using the Silk Performer. I am able to simulate the very first remoting method of the Application, But issue is that i want to capture the value of Activation URL or anything from the response of the…
  • SilkPerformer 17 & Memory

    I see SilkPerformer version 17 (as did versions before it) still installs in the C:\Program Files (x86)\Silk\ directory. To me that equates to agents still not being able to use more than 3GB of RAM or so - how long before SILKPERFORMER might be able…
  • RE: browsercheckbox alternative

    Hi, Sorry for beeing not clear enough. The easiest way to find suitable locators is via the "Locator Spy" in the Browser Application (Step by Step TryScript or Tools / Browser Application). 1st: You need the locator to the cell with the text/keyword…
  • RE: browsercheckbox alternative

    In my opinion this is the perfect example for an relative locator. An example which uses a page with a table on demo.borland.com: transaction TMain var wnd1 : number; begin BrowserStart(BROWSER_MODE_DEFAULT, 1104, 497); wnd1 := BrowserGetActiveWindow…