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
0
votes
1 answer

Enabling microsoft accessibility for Flex Window hangs application after clicking on identified object

After enabling accessibility for a flex window object, I fired an object.click which brought up a dialog-box. After closing the dialog box, the application went to hung state. So I found the coordinates of object using getrect , restarted both…
Ulysses
  • 5,616
  • 7
  • 48
  • 84
0
votes
1 answer

What is the mean of [-] and [+] in silktest script

I got a project to convert Silk Test to some other GUI testing framework. I can't understand how the Silk Test script organized by [-] and [+] signs. are there someone help me to understand the meaning? Here is a sample script [+]…
Nayana Adassuriya
  • 23,596
  • 30
  • 104
  • 147
0
votes
1 answer

Project creation of silk4j getting "interface SpringProxy is not visible from class loader"

I got the following error during the creation of a new Silk4J project in Eclipse. interface org.springframework.aop.SpringProxy is not visible from class loader
Shik
  • 27
  • 7
0
votes
1 answer

Opening context menu on tree node causes NodeContextException

In my code I select a node from a SapTree and String key = tree.findNodeKeyByPath(path); tree.selectNode(key); tree.nodeContextMenu(key); but instead of opening a context menu, it results in an exception: java.lang.RuntimeException: Error…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
1 answer

How can I run a Silk4J test from the command line?

I have read the official MicroFocus article "How can I run a Silk4J test from the command line?" but doing as described results in the message Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/Logger at…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
1 answer

Not able to execute Silk4J test scripts in Mozilla Firefox browser, Can anybody help me out?

I am using Silk4J tool for automating a web application.I have recorded actions from IE browser and I want to execute the generated script in Mozilla Firefox browser but not able to execute the same.Firefox browser gets opened but no further actions…
Sayali
  • 3
  • 1
0
votes
1 answer

How to get the button ID of a button in SapToolbarControl?

I have a SapToolbarControl (MicroFocus) and I want to press a button of that toolbar. However, any of the methods selectButton(), selectContextButton() or pressContextButton() require a parameter called id of type String. I was unable to find out…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
1 answer

NullPointerException in Silk4J Object Map Editor when pressing the Tab key

After creating a new Silk4J Object Map entry manually (right click, "Insert new") and enter the item name, I press the Tab key to move to the Locator path input field. In this case, a series of "Object not set to an instance of an object" error…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
2 answers

Silk4Net & Silk Workbench integration

Is it possible to call scripts written in Silk4Net from Workbench? We are at the beginning of building an automation framework using SilkTest, and want to be able to express it to both our testers and developers.
Cagin Uludamar
  • 372
  • 1
  • 3
  • 16
0
votes
1 answer

Text in tree does not match text which is displayed

When creating a relation in SAP and in case there are several possible types of relations, SAP shows a dialog to choose the relation like this: However, when I query the node text using SapTree.getText() of Silk4J, I get the following results: U …
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
1 answer

Unable to run a program as Silk4J test

I was trying to automate an Eclipse-based standalone application. I recorded a script using Silk4J and I am also able to run the script separately. Under the same package I have created one more .java file which invokes the script. But I am not able…
0
votes
1 answer

Encrypting a password for use with SetPasswordText()

I am implementing UI tests with Silk4J. To log in I used the SetText() method until now. However, using a plain text password in my source code is not such a good idea. Now I found that there is also SetPasswordText() [MicroFocus], which takes an…
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
0
votes
0 answers

Is there any way that I can pass 100 000 characters using `SetText()` in SilkTest

I came to know that there is limit for Silk Test's SetText(). Can we exceed that limit and pass more characters (e.g. 100 000) using SetText()?
Sakthivel
  • 7
  • 2
  • 5
0
votes
1 answer

Silktest 13.5 All applications minimized on error

When Silktest (classic with open agent) is unable to find an object, it minimizes all applications and activates the desktop. Is it possible to override this behaviour.
Ulysses
  • 5,616
  • 7
  • 48
  • 84
0
votes
1 answer

Did anybody try Silk4j with TestNG framework?

I am trying to use TestNG framework in my Silk4j project but unable to run my tests so far from eclipse with TestNG but could run using JUnit. I did try one solution: I have used all testNG annotations for test methods Added TestNG libraries in…
abdulH
  • 375
  • 1
  • 6
  • 19