Questions tagged [silktest]

Silk Test is Micro Focus's (previously Borland's) test automation solution for development, quality and business teams.

Silk Test is Micro Focus's (previously Borland's) test automation solution for development, quality and business teams.

https://www.microfocus.com/products/silk-portfolio/silk-test

101 questions
5
votes
3 answers

Are there any free alternatives to Silktest?

Does anyone know if there are any (ideally free) alternatives to SilkTest for automated GUI application testing? [Edit] This is a Windows-only GUI written in C++/CLI if that makes a difference.
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
5
votes
1 answer

Why Are Automated GUI Tools So Fragile?

For about a year a half, I've been working with SilkTest, which is a GUI automation tool, for both desktop and web applications. It simulates mouse and keyboard inputs, which eventually simulate end user behaviour. However, I find that it is a bit…
joshin4colours
  • 1,656
  • 4
  • 16
  • 27
4
votes
1 answer

How to get function codes for SAP GUI context menus?

I am automating tests of our SAP GUI application using Silk4J (16.0.1.7470). There is a tree where I selected a node. I can open the context menu programmatically with SapTree.nodeContextMenu(). Now I want to simulate a click onto one of the context…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
3
votes
4 answers

Selenium - How to capture all web page elements and associated locators on a page?

What Java/Selenium commands can I use to capture/get/output for all elements and associated element locators for a single webpage? The Selenium IDE allows you to inspect one element at a time. That is a problem if you have thousands of elements to…
Tony
  • 31
  • 1
  • 1
  • 2
2
votes
1 answer

Get the Type of an object's children in silktest

Assume i have an object and it has lots of children.May i know how i can find their types? I first used getChildren() to get the children and then used typeof() for each child. Typeof always returns Window. I would like to find if they are…
psy
  • 914
  • 3
  • 10
  • 31
2
votes
1 answer

How do I escape an asterisk in Silktest XPaths?

I have a UI element that contains an asterisk. Reading the Silktest XPath docs I find that * is a special character which matches everything (wildcard). How do I escape it?
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
2
votes
1 answer

Silk test won't hit push button while run from Silk Central (Execution server)

I'm trying to click away an Internet explorer (windows security) sign in pop dialog used for signing in. The test is a jar file containing a Silk4J script and is run with Silk Central on a different machine using the execution server. When the…
Michel47
  • 51
  • 5
2
votes
0 answers

Checking if an identifier exists

In our Silk4J test environment, we use a naming convention in order to conveniently get access to windows. E.g. I can do SapWindow pt61 = sap.performTransaction("PT61"); to perform the PT61 transaction in SAP and it'll return a window that has the…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
2
votes
1 answer

getNodeText() does not return text for object manager search tree

I see the following search tree in SAP GUI: I'm trying to verify the contents of that tree, mainly I want to get the text that is displayed for the nodes. I'm using getNodeText() [MicroFocus] to get the text of the node, but it returns an empty…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
2
votes
2 answers

Number of filled rows in a SapTable

I'm using Silk4J and I have a table which is reported as SapTable in the Locator Spy. From that table, I'm trying to get all the texts of the second column, but it hangs or terminates with an exception. In the following you find the code for my…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
2
votes
1 answer

Silk4j - how to connect to remote machine and start application there?

I have been using SilkTest for long time now, in 4Test connecting to remote machines and working on remote applications was so smooth. I have recently started to look at Silk4J (SilkTest 15.5) and trying to do remote connect and start some…
abdulH
  • 375
  • 1
  • 6
  • 19
1
vote
2 answers

Silk Test Open Agent locks trace file

We have testing java application. This application performs different types of testing. On one step it starts Silk Test. This application writes a lot of traces using System.out.println. We redirect this traces to file app.trace in our cmd…
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
1
vote
2 answers

SilkTest workbench Invalid Object Handle Exception?

I'm trying silktest for the first time with an in house application. In one of the windows, I have a button that has two menu lists : New (pushbutton) ---> Option1 (list menu ) + Option2 if option1 clicked ---> subOption1, subOption2? All these…
Nancy89
  • 11
  • 2
1
vote
0 answers

silktest 20.5 + Windows 11: Anyone facing Issue executing Desktop.TypeKeys

I am having Issues executing Desktop.Typekeys on windows11. I’m using the Silktest 20.5 Silktest hangs when it tries to execute Generic statement like Desktop.TypKeys. Anyone facing the same Issue? Appreciate any workaround.
Krishna M.G.
  • 81
  • 1
  • 1
  • 7
1
vote
0 answers

Silk Test - Bitmap not stable exception

Has anyone encountered and fixed the "Bitmap not stable exception" or "Bitmap failed to stabilize error" in the Silk Test Workbench tool?
1
2 3 4 5 6 7