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

Silk Test 15.5 Exporting Text to Excel Using Active data

Using SilkTest with a visual test and active data I am using the GetText function/Action to grab text on a web app but unfortunately this text is a dynamic object and changes everytime this script is ran. The GetText is obviously not working because…
ppragados
  • 61
  • 2
  • 9
0
votes
1 answer

How can I run test from silktest net by using a windows form

How can I run test from silktest net by using a windows form I plan to create windows form application which allows user to select a script to run. Example: My app has a form windows with 2 buttons(Select & Start), when I click on button select I…
Isabelle
  • 1
  • 2
0
votes
1 answer

Silktest void 0 bug?

I'm running some tests with Silk and it keeps throwing this error "void 0". Does anyone have any idea how I can stop this code from executing? My platform is XP SP3, and FireFox 3.6. Anyone have any ideas?
keymack
  • 61
  • 1
  • 2
0
votes
0 answers

How to start the application under test automatically from SilkTest Workbench?

I am trying to write a script to test the login function of my application, however, every time I need to manually start the application then the test can go on. I tried adding the application path into the application configuration property of the…
Kevin
  • 567
  • 2
  • 8
  • 19
0
votes
0 answers

Problems with NCover 4.5 and Silk4Net (Controls are not identified correctly)

Currently we are using Silk4Net to implement classic regressions GUI tests for a C# WinForms application. We gathered the Code Coverage of those tests via NCover 4.3 and everything worked fine. Last week we updated NCover to the newest Version…
Hugooo
  • 1
  • 2
0
votes
1 answer

How to access controls by Name with SilkTest?

We have an automated test suite, using Borland Silk Test 2008 R2 to carry out regression tests of a new in-house product. The test script consistently refers to controls by their index: Form.Control3 ... We've made a "minor" change to the main form…
Bevan
  • 43,618
  • 10
  • 81
  • 133
-1
votes
1 answer

Can i learn silk4j without learning silk test?

Silk Test is going to be my automation tool. I have basic knowledge in selenium. But i don't know any frameworks. Instead of learning test4g which is Silk test's scripting language, can i directly learn silk4j?
Harathi
  • 3
  • 3
-1
votes
1 answer

Silk version working with

I am working for the first time with silk and te documentation isn't very rich so I am asking you how to know the version of silk that I am working with?
narcisse
  • 401
  • 4
  • 8
  • 15
-2
votes
2 answers

Optimize a keyword

I automate tests using SilkTest and Java. In this keyword, I get the list and I compare it to the one expected. Is there a way to optimize my code since I have declared each list multiple times. public void vérification_des_listes(String…
-2
votes
2 answers

I need to be able to able to extract parts of strings to get other strings

I need to be able to be able to break down a string and get each part of the string like so: Example: "C:\Program Files (x86)\Mozilla Firefox\dictionaries" (I Start with this) (and i get these four) "/C:" "/C:/Program Files (x86)" "/C:/Program Files…
HarryDoe
  • 1
  • 1
-3
votes
1 answer

Silk Test tutorials

Can anyone help me? Where can I find some websites with "Silk Test" tutorials? I tried to find some on Google but I didn't find anything interesting. Your help will be appreciated. Thank you
1 2 3 4 5 6
7