• SilkTest Trial/evaluation

    We would like to evaluate SilkTest for feasibility/compatibility with one of our new products that is based on VSCode/Electron. Where can I find trial version of SilkTest? Any information about this is appreciated.
  • How to pull the value from one function and provide same value input for other function ?

    Hi , How to pull the value from one function and provide same value input for other function ? do we have any example steps ?
  • How to read the Tool Tip Value in Agent ?

    Hi, In my windows Application, i need to read the Tool Tip message, So here do we have any function to Read ToolTip Message in OpenAgent ? could you please help me with the Example ?
  • How to Mimic the tool functions like Click(),SetText("") in SilKTest Open Agent (4Test) , Any clear example ?

    Hi, As per my Application(Windows) if we click on the button it should open dialog box (Close based on the dialog box). Here based on the provided input in fields its pulling data from backend, so sometimes its opening and sometimes its not closing the…
  • Do we have any Synchronization settings or set up for Windows Application? in my Windows Application after performing Click Action somtimes dialogbox opening sometimes not do we have any usersimulation practices ?

    1, Do we have any Synchronization settings or set up for Windows Application? 2, in my Windows Application after performing Click Action somtimes dialogbox opening sometimes not do we have any usersimulation practices ? 3, As per Test Case Flow i…
  • SilkTest Automatic Browser Support in a locked environment

    How does it work? "... For customers that are in a locked environment, those files can also be managed within an internal file location ... " How can I manage those files ? Thanks
  • Silk4NET: How to Solve Service function 3 could not be found Error?

    Hi, Silk4NET: The below error is displayed when Record option and Record New Entry option in object map. Also script is not executing. I have restarted the open agent process, but issue is not solved. Tried to execute on Silk Test Workbench tool…
  • Silk4NET: How to run un-interrupted test automation on remote machine during remote disconnection?

    Hi, Silk4NET automation working when we run the scripts on local system. But when we take remote connection to that machine and run the automation. The execution get failed when disconnect remote computer connection. After remote disconnection,…
  • How to solve Silk4NET playback error for multiple scripts?

    Hi, In Silk4NET I have created many vb.net scripts and run them as a test suite (eg 20 scripts). It takes 2 hours to execute 20 scripts. I'm facing playback issue in Silk4NET. The scripts are executed within 30 minutes, after that the execution is…
  • How to fix SilkTest Workbench tool Error "Failed to connect Open Agent" and "License check failed"?

    Hi, Silk Test Sever Machine: Silk Test Open Agent process is running in the background. But, Silk Test Workbench tool cannot be opened and shows below error on silk test server PC. Silk Test Client Machine: Silk Test Open Agent process…
  • Silk Test - How to record script for System Tray icon for windows application

    Our application has a feature that displays application an icon in the system tray on windows When we Right Mouse Click on the system tray icon, Context Menu is displayed with some menu items (About, Help, Exit, AppName....etc.) The application is…
  • VerifyProperties and data types

    I have a dialog that has three radio buttons. I am trying to verify which button is currently selected. I'm not sure if the script below is working because I cannot find the correct LIST OF datatype to use for the buttons declarations. I would also…
  • Record popup in Chrome browser

    Hi, we are using Silk Test Classic 21.0. We are trying to record a flow in our application using Silk Test Classic with Chrome browser. There is a dialog popup like below, and the Silk is not able to recognize it and we are not able to record it. …
  • Silk Test 21.0 scripts called from Silk Central

    Hi, I have an issue running the Silk Test called from the Silk Central GUI. When I run the automation scripts from the Silk Test server, the scripts works fine, but when I call the automation scripts from the SilK Central GUI , I get the below error…
  • Cannot connect to information services on silktest 20.5

    Cannot connect to information services appears when I try to run the script, also I couldn't Find locator spy and couldn't connect to open agent on local
  • how to set condition before picking

    Hi All, My requirement is to achieve below scenario 1 while picking a menu item Scenario 1: Want to click on Login button, so will ensure a) Login button is enabled (wait until is is enabled) b)Click on Login button Scenario to achieve:…
  • SilkTest v20.5 CA Root Certificate Expired and Already Disposed Error

    Last Friday our installation of SilkTest 20.5 stopped working with a CA Root Certificate expiry. We followed the instructions at: https://www.microfocus.com/documentation/silk-test/195/en/silktestclassic-195-help-en/GUID-EFC5F51C-B3B7-478A-978C-36A43901099B…
  • Is there a way in Silk Test to modify execution behavior - just like ITestListener in TestNG

    Hi All, Is there a way in Silk Test to modify execution behavior like below (just like ITestListener in TestNG) , OnStart- OnStart method is called when any Test starts. onTestSuccess- onTestSuccess method is called on the success of any Test…
  • How to write the result (pass/Fail) of each test case in csv during run ??

    Hi , I did find, answered by Robert, "How to write the result (pass/Fail) of each test case in excel during run ??", however the attachment " ResultWriter.zip " only leads to Page Not Found error. Could you help reloading the attachment as it may…
  • Silktest UIA Tech Domain Provider Does Not Work Anymore

    Hi Community, we currently have the problem that the following error in the screenshot is occurring every now and then: Now the following questions are important to us: Does anybody know what we can do about it? Is this a known Problem ? Is this related…
  • Click on All the links in a page

    Hi All, I have many pages contain different links. How to click on all the links? Conditions are: 1) I don't know how many links are there. 2) I want to count and click on each link and make sure no dead link. Thank you for any suggestion on how to achieve…
  • How to integrate Silk Central with an external system?

    I would like to run the tests from Silk Central on a distributed environment. i.e. on different machines. Please advise.
  • Silk Test

    How to automate a Java Swing application through Silk Test Classic?
  • I have disabled the option to execute base state and I want to be able to control which browser is ran at runtime.

    Hello, Essentially I have a script that is ran with these beginning instructions because it is necessary for what is being tested: Dim baseState As New BrowserBaseState(BrowserType.GoogleChrome, "website path" ) baseState.CommandLineArguments…
  • I am unable to interact with this window in Google Chrome

    Hello, I am using SilkTest WorkBench (19.0 hotfix 1) and I wanted to know what is the Locator for the following Google chrome specific window. https://imgur.com/a/c64Crdp Most times in between running tests, I will get that window/dialog appear…