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

How to run a recorded Test with Values of a STRING LIST?

I recorded a testcase Applikation, now I want to run the testcase, but istead of using: ------CustomerSearch.Customers.Select ("ARUNDEL, CLAUDE") -------- in my Code. I want to get the Customer (Person) from the LIST OF…
EllieFox
  • 1
  • 1
  • 2
0
votes
2 answers

How to iterate through list, per test in SilkTest?

I wrote Lists (Name, Item, etc.) for my Green Mountain Outpost Applikation. I want the applikation to run automaticaly the testcase with 1 Persone and Item at the time. So that the app. runs 1 Person from list throug, than the second test with…
EllieFox
  • 1
  • 1
  • 2
0
votes
1 answer

How can I run Silk-Test (4Test language) for 3 times and get the data from a list everytime? (everytime a different person)

CustomerSearch.Customers.Select ("ARUNDEL, CLAUDE") How do I get a different one from list everytime?
EllieFox
  • 1
  • 1
  • 2
0
votes
2 answers

SilkTest Identify/Locator Spy Window not seeing any objects in web browser window

SilkTest Locator spy is unable to recognize any of my web applications. It will see the main html page but no of the dom elements that lie Under it. It is weird because it used to work but im not sure if a setting change can cause this. I tried…
PhillipsJP
  • 47
  • 8
0
votes
2 answers

How to click on a link in a specific row of dynamically loaded table

I have a table similar to below in a WPF application. We are using Silk Test 17.5 using VB.NET. Table is dynamically loaded based on latest data. I need to click on 'Default' ( Link) for specific row. e.g. I need to click on 'Default' link for…
Tokci
  • 1,220
  • 1
  • 23
  • 31
0
votes
2 answers

switch between applications in silk4j

I have a test thant launches a desktop application and from this application a browser application with authentication window is launched. The problem is when running the test it executes all steps that are related to the desktop application and…
narcisse
  • 401
  • 4
  • 8
  • 15
0
votes
1 answer

FindAll does not get all Child Objects in WPFListView using SilkTest 17.5

I need to scroll to an element present in table for a WPF application, the value is dynamically provided during run time. I have below code which runs fine for small listview as scrollbar moves correctly but does not scroll to elements near the end…
Tokci
  • 1,220
  • 1
  • 23
  • 31
0
votes
2 answers

DLL call to a method involving strncpy()

I have created a DLL with following methods: typedef struct names { const char* name1; const char* name2; } rNames; typedef struct useNames { rNames fullName; } rUseNames; rUseNames finalName; int set_name() { finalName.fullName.name1 =…
Corleone
  • 25
  • 6
0
votes
1 answer

Silk Test 2009 R2 - Too Many arguments to function Click

I have included the file extend/explorer.inc under SILK runtime. When I try to run the test, I am seeing following error htmlpage.inc(378) - Too Many arguments to function Click htmlpage.inc(399) - Too Many arguments to function…
Jenga Blocks
  • 121
  • 1
  • 2
  • 9
0
votes
1 answer

Drag and drop in silkTest

I tried to do a functional test that consists of drag and drop but I didn't found a way in silk4j. is there a way to do it or silk4j doesn't support drag and drop tests?
narcisse
  • 401
  • 4
  • 8
  • 15
0
votes
1 answer

Silk Test- Unable to record a table

I'm trying to capture a table from an application build in PowerBuilder,It records table as Control always instead of table which doesn't allows any table functions on it. Can anybody guide me with this? e.g. Control abcd locator…
0
votes
1 answer

In SilkTest is it possible for one window to inherit from another

I have a window Win1 - it has multiple associated objects and methods. I want to create window Win2 which is exact replica of Win1 but different in some aspects. Is it possible to link the two by, say, inheriting one from another. Something like…
Ulysses
  • 5,616
  • 7
  • 48
  • 84
0
votes
1 answer

How to define expression for dynamic drop down list

How do I define an expression (or any other alternative method) when I want to select a value from a dynamic drop down list? ex: drop down list has these values: Plan A (X) Plan B (Y) Plan C (Z) where, X, Y and Z are all random numbers. Is there a…
0
votes
1 answer

Getting an Epoch Time Value on Visual Test of Silk Test

I'm having a hard time to have an active data for the calendar date on my system. I am using Visual Test on SilkTest, and I have noticed that whenever I am clicking a value from the calendar, I'm getting a @time property. And that time property…
variedme
  • 1
  • 3
0
votes
0 answers

Unable to capture table of a C++ form in silktest classic

I am trying to capture the elements on a C++ form in a Windows Desktop Application. The elements are mainly tables and contents of Dialog boxes. I am able to capture the individual cells in the table but not the entire table. I am unable to get the…
Pallavi Prasad
  • 577
  • 2
  • 9
  • 28