• Silk performer 21.0 Log out dialog

    When i try to replay a navigation recored in Ajax (browser driven), when i close a tab from a button, a confirmation dialog appears, and the script finishes and the dialog remains. Solutions, i have tried. I try to close the window but a dialog appears…
  • Controlling script execution for browser dialogs (BrowserWaitForDlg?)

    Is there a way to tell Silk Performer to wait for a dialog box to appear? I find myself working in a rich web environment with quite a few spawned dialogs that I have to test for and work around.
  • How silk performer captures user action time?

    Hi, Just wondering how Silk Performer captures real-time user action. Let's say the user clicks on the login button then what are the things performer considers and captures time? I have seen "Browser-driven Measure" document. However, it's quite confusing…
  • SYSTEM: 267 - The directory name is invalid

    Hi Team, I am trying to install Silk Performer agent remotely(SETTINGS || SYSTEM || AGENTS || ADD WAN AGENT || INSTALL AGENT) and each time i run the installer from I get the error message below: 2018-10-05 08:16:27 Info: Commandline was parsed successfully…
  • How to import certificates into silk performer 18.0?

    Hello All, We are using Truesight AVM & Silk Performer 18.0 for recording. In a browser based recording, we are getting certificates prompt while recording. But the same is not getting recorded into the script. However, I thought importing the website…
  • Assignment of Load to agents has failed because at least one of the load agents is locked , unavailable, or has insufficient privileges

    Hi Team, I had been running my Silk tests on 8 agents. During my last run, i closed the test in between and since then, whenever i trigger the test, i see that it is not executing on few of the agents. Also, when i created a new workload and assigned…
  • how to find element with partial string

    In browserclick function, how to locate an element based on partial of the text? BrowserClick("//a[@textContents='ABC']", BUTTON_Left, "Click link"); <a data-index="0" href="/xxx" target="_self"> ABC </a> In the above code, it try to find a…
  • Read hostname into a string?

    I'm deploying 24x7 monitoring using BMC's Transaction Execution Adapter agents. Is there some way to get the hostname of a server to which a Silk Performer project has been deployed, and read it into a string without relying on an external process?
  • 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
  • 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.
  • Drag on a map in browser driven

    In Silk Performer 16.5 using the browser driven protocol i want to create a part of script to do some dragging on a map. It it like doing a mouse down on a point on the map, a move with the mouse and a mouse up. (that is how i have done it in the past…
  • Browser driven and Oracle Forms

    Is it posible to combine Browser Drven and Oracle Forms in one Silk Performer script?
  • security token expired in ajax call

    How to handle security token expired issue in ajax calls...on uusing webheaderadd function....please explain with a example
  • AJAX Behaviour and capturing data in chrome

    Hi all, Please find my requirement below and kindly provide suggestions 1.On logging in,initially the home page is displayed(with headers and footers).The body contains a webservice which dynamically brings data (like notifications today) which keeps…
  • Customizing script in case of AJAX calls and capturing required data from JS components

    Hi All, I am A beginner on silk performer tool working on a application which has external webservice calls.Once the static page gets loaded,there are webservice calls are made and dynamic data is loaded on the page.(but not JSON calls).I need those…
  • Capturing data in Angular JS Component

    Hi All, I am A beginner on silk performer tool working on a application which has external webservice calls.Once the static page gets loaded,there are webservice calls are made and dynamic data is loaded on the page.(but not JSON calls).On recording…
  • Page does not react when running multiple users

    Hi guys! I am new to Silk Performer and currently I am using the trial version. My script can be run smoothly under Try Script. However, when I do load test which adds multiple users, it throws 'UI Not Found' errors here and there. I know this is…
  • Browser-driven Oracle Business Intelligence site

    Is it possible to record a browser-driven test of an Oracle Business Intelligence site with Silk Performer? The site does not support IE and in fact actively refuses to do anything if it is detected. The whole thing is JavaScript (AJAX) powered so it…
  • RE: Returnvalue BrowserListBox

    hi morthos, just use BrowserGetText("//SELECT[@id='test_id']", sText); // sText declared as string in your scripts var section print (sText); // should be "test_value" cheers, udo
  • id dynamic on stress test

    I'm trying to test a site with silk performer, but the site have the particularity that is 95% dynamic, the menus and mainly the documents autogenerated. The problem is in the ids of the documents and the blocks contents in itself. if someone have the…
  • Iterations and System Load test

    Hey ppl, I am facing a typical problem, that could be really silly. I need a user to login to the application and view account summary 5 times and logout, ie, Login:1, Iteratoins:5, logout:1 . When I look into the recorded script, I see 3 partitions…
  • SP | Thick Client Application | Require support

    Hey ppl, I am a newbie to SP. Kindly help me with yo expertise to solve my issue. My application uses an interface called 'web retrieve' which is used for uploading user signature (sigcap) while performing a transaction. This seems to be a tick client…
  • Ajax script failing at load while uploading the image files on web application.

    Hi Al Greeting! I am working on a web application where I am required to upload images of different sizes at peak load along with other web scripts. I did recorded one script in silk performer which is failing at the red highlighted steps; under load…