A FitNesse fixture that integrates the Selenium web test automation API with test specifications in a FitNesse wiki.
Questions tagged [selenium-fitnesse-bridge]
25 questions
0
votes
1 answer
fitnesse variable in suite
I'm facing a problem with Fitnesse.
I have the following testcase with these steps.
Generate XML
send xml
read answer
return property from answer
I have another testcase that should use that return value.
Can I set a global variable that I can…

Robert
- 81
- 7
0
votes
1 answer
How do I pass control of a browser from one selenium java client to another?
I have some scripts (in fitnesse) that executes some selenium commands. However, there are some processes wherein it would be too complex (or hackish) with a plain selenium (+fitnesse) approach, so I'm planning to create my own class which will…

Franz See
- 3,282
- 5
- 41
- 48
0
votes
1 answer
Fitnesse importing util.ListUtility.list; is giving error
I am trying to
import static util.ListUtility.list; but it is giving error:
The import util.ListUtility cannot be resolved
I have fitnesse-standalone.jar in my path. I explored util package in jar. It seems that it is not any more. I downloaded…

dimyo
- 133
- 1
- 10
0
votes
1 answer
FitNesse Eclipse plugin url from Bandxi is not working
The URL from Bandxi is not functioning in Eclispe
http://www.bandxi.com/fitnesse/index.html

Prashanth Sams
- 19,677
- 20
- 102
- 125
0
votes
0 answers
How to use xpath count in Fitnesse (Xebium)
The headline basically says it all.
In Chrome and Firefox I can use the following expression:
count(//tbody/tr[contains(@id, 'myTable:0')])
It returns the number 2.
When I try to use this in Fitnesse (Xebium) it says that the execution of the…

Roland
- 5,328
- 10
- 37
- 55
0
votes
1 answer
Is string escaping required in Xebium FitNesse pages? Can't get verifyCssCount to work
I am using Xebium and FitNesse for building a Proof-of-Concept demo for a customer. I am trying things out in Selenium IDE for Firefox and then use the Xebium formatter for turning the commands into FitNesse Wiki syntax, incorporating it in my set…

David Kaplan
- 61
- 4
0
votes
1 answer
how to use selenium with fitnesse
I am creating a small test. In Code behind I have two classes. Pages, LoginPage.
The first part is running. I dont know how to integrate with second part. Currently I am able to open the browser. Also I am trying to use the Page obect model pattern…

Aman
- 224
- 2
- 4
- 14
0
votes
1 answer
How does Fitnesse invoke selenium server? Can we Expilicitly specify it or Fitnesse invokes randomly?
How does Fitnesse invoke selenium server? Can we Expilicitly specify it or Fitnesse invokes randomly?

user2315289
- 1
- 1
0
votes
1 answer
Fitnesse symbols issue : Java
I am having a problem in setting my symbols and retrieving them using Fitnesse symbols. I am creating a new class called Carrier which is a simple Java bean which takes a WebDriver object.
My Java implementation for setting symbols looks like…

sharath
- 3,501
- 9
- 47
- 72
0
votes
2 answers
Xebium, fitnesse & Selenium Pause
Im currently using Xebium, which is allows Selenium to be used with Fitnesse testing.
In Selenium i can set a pause for 3000 milliseconds. When i look at the source code for fitnesse it has the following line :
| do | pause | on | 3000 |
However…

SD1990
- 808
- 1
- 11
- 29