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?
I have tried DSN but getting below error. and Checked that ReadOnly is unchecked only.
…
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 ?
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 ?
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 ?
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 ?
4test.txt is used to define function to get help related to function right . then where we can develop…
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…
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?
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…
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…
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:…
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…
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…
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 . 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…
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…
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…
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…