• In an Android application and a Windows application, the click on some buttons does not respond

    With SIlkTest 21.0. 2 In Windows 11 and Android In an Android application and a Windows application, the click on some buttons does not respond I can record the action but when running the test, the application does not perform the action, it does…
  • SilkTest OpenAgent(4Test), How to connect with Excel and retrieve data from it for further use in Application. could you please help me with the example?

    SilkTest OpenAgent(4Test), How to connect with Excel and retrieve data from it for further use in Application. could you please help me with the example? I have tried DSN but getting below error. and Checked that ReadOnly is unchecked only. …
  • Migrate SilkTest to UFT One

    Is there any way to open Silk Test .NET scripts in OpenText UFT One?
  • 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…
  • Any Clear Example for Test Plan in SilkTest Open Agent ?

    Any Clear Example for Test Plan in SilkTest Open Agent ? I would like to execute Test Cases one by one do we have any example to create Test Plan and Execute All Test Cases one by one ?
  • 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…
  • Where we can write UserDefined ( ApplicationFlow Based logic) Functions in Silk4Test Open Agent, How to call that defined function ? Any Example ?

    Where we can write UserDefined ( ApplicationFlow Based logic) Functions in Silk4Test Open Agent, How to call that defined function ? Any Example ? 4test.txt is used to define function to get help related to function right . then where we can develop…
  • Not able to click on object using TextClick. its clicking below the required object. SilkTest OpenAgent.

    FV.FindControl("[@windowClassName='AfxFrameOrView100'][4]").TextClick("0603: Request created from . Double-click to assign asset.", 1, CT_LEFTDOUBLE) Here not able to identify that Object with regular scanning or Recording. do we have any examples…
  • How can i download trial version of silk test, silk central and silk workbench?

    I am looking to evaluate the Silk test, Silk central and Silk workbench tools for potential migration project. From where & how, can I download trial versions of silk test, silk central and silk workbench?
  • How can i download trial version of silk test, silk central and silk workbench?

    How and from where can i download the free trial version of silk test, silk central and silk workbench for evaluation?
  • Silk4NET: How to Solve could not connect to the silk test information service. Please make sure that the Silk test information service is running.

    Hi, Silk4NET: The below error is displayed when Record option and Record New Entry option in object map. Also, script is not executing. Tried to execute on Silk Test Workbench tool, the script is not executed. same issue in Silk Test Workbench Tool…
  • Silk4NET: How to solve the server committed a protocol violation section = response status line?

    Hi, Silk4NET: The below error is displayed when Record option and Record New Entry option in object map. Also, script is not executing. Tried to execute on Silk Test Workbench tool, the script is not executed. same issue in Silk Test Workbench Tool…
  • Pause PowerShell Script until Silk Test installation is complete

    Our powershell script installs Silk Test 21.0 in silent mode using a properties file. I want the powershell script to wait for the installation to complete. To achieve so I am using Start-Process cmdlt, command is: Start-Process -Wait -FilePath "C:…
  • Silk test - how to record scripts for dynamic change graph points for windows application and also how to get object map for that?

    it varies very we automate .so we cannot find accurate points
  • Silk test - how to record scripts for checkbox selection for windows application and also how to get object map for that?

    we cannot automate the checkbox select in scripts
  • Can we convert the class of an object to access the associated functions of the updated class

    Hi Team, My AUT declared an object as RadioButton (also confirmed from inspector.exe), however Silk Spy gets it as PushButton (unsure of the cause). The requirement is to verify the state of the object (selected or unselected), however as the object…
  • Chrome displays unexpected URL

    Hello, I have a test which opens a URL from an application (not Chrome) in Chrome (default browser). This action opens Chrome with the expected link, but without automation support. However, Silk takes over Chrome and reopens Chrome under automation…
  • How to Import Silk Test Workbench Tool Scripts and Object Map to Silk4NET in Visual Studio?

    I have created vb.net scripts in Silk Test Workbench tool. Now i have to migrate all the scripts and object map to Silk4NET in Visual Studio. Silk Test Workbench Tool exports the scripts to zip file format and it couldn't be imported in Visual Studio…
  • how to stop/abort the test execution when the validation fails in workbench.verify

    how to stop/abort the test execution when the validation fails in workbench.verify . I dont want to run any more if a validation fails . just to stop the test on the first validation on failure . Please LET ME KNOW YOUR THOUGHTS ONT THIS . THANKS…
  • SQL Query to Count Total Assets Limited to Visual Test & .NET

    I used this query to count Total Assets per project from the database: Select Count(TPNAME) as "Total Asset", TPASSOCIATEDPROJECTID as "Project ID" From STW_ASSETMAIN Group By TPASSOCIATEDPROJECTID Now I need to limit the assets to Visual Test…
  • Support from Java 17

    Any update or timeline for support on Java 17 with Silk4Net, last post from Eric was 6 month ago and I didn´t see a response.
  • TextExists() takes long time to execute

    Hi All, We just upgraded to Silk Test version 21.0.1.11978 on Windows 10. We are running our test on Chrome browser. We found that it takes long time for the script to complete. It seems that each time when it execute the TextExists() statement, it…
  • Error while launching MS Edge 96.0.1054.29 with Silk4j 20.5

    Hi , I have the below versions on my machine and i am trying to launch MS Edge using the browser Base state method Silk4j 20.5 MS Edge 96.0.1054.29 I have followed the steps given in the below page to support the higher version of MS Edge…