Tagged Questions
SilkTest is an automated functional testing tool by Borland (a Microfocus Company)
2
votes
3answers
478 views
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.
1
vote
1answer
99 views
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 ...
1
vote
1answer
69 views
create a class in silktest
May I know how to create a class in SilkTest?I am using Open Agent.
I created a class:
winclass hello
void check()
print("hi")
I included it in the include file.But whenever i create an ...
1
vote
1answer
40 views
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
...
1
vote
2answers
370 views
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 ...
1
vote
1answer
172 views
Truncate the method in java
I have the following code:
public class Search {
private Desktop desktop = new Desktop();
@Before
public void baseState() {
BrowserBaseState baseState = new ...
0
votes
0answers
30 views
Runtime error in external function of Silktest
My Silktest uses external functions. One of them (it selects items in navigation panel) works very strange. Usually it works correctly, but sometimes it calls Runtime Error in the same situation, on ...
0
votes
1answer
38 views
SilkTest : Navigate to Browser Instance1
I login as User1 from Browser- instance1, then login as User2 from same browser Instance2, how can I go back to Browser- instance1?
Browser: IE6-7
0
votes
1answer
137 views
SilkTest books for beginner [closed]
I would like to know good books for beginners of Silk Test software.
I googled for it and searched amazon website, but couldn't find any book dedicated to silk test.
Please suggest some names !
0
votes
1answer
52 views
class.<?????>method(XPath).select();
I have a following line of code:
silk.<DomButton>find(buttonSubmitSearchXPathMain).select();
I've never seen a method being accompanied by <xxx>. I have a few other methods like that ...
0
votes
1answer
121 views
API/SDK for reading results from SilkTest 2010
Is there any way (API/SDK/open source project etc.) for returning a list of tests, and their historical run results from Borland/Microfocus SilkTest 2010.
0
votes
2answers
142 views
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) - ...
0
votes
1answer
150 views
SilkTest: 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)
...
0
votes
1answer
70 views
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 ...
0
votes
1answer
150 views
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:
...