Hello, Well Dave, we had the same problem with the rotating port and solved it by patching the "SlimTestSystem" class in java. An information that might be...
19108
abhishek
abhi26362
Jun 5, 2012 2:51 pm
... hi Srinivas. please could you provide the step by step process to get the above result,since i am very new to selenium and fitness.. thanks is...
19109
abhishek
abhi26362
Jun 5, 2012 2:51 pm
hi i am trying to write a fitness script to drive a browser using selenium, i had searched a lot on Google but got nothing. non of them are helpful, please...
19110
shanmuganand
Jun 5, 2012 2:51 pm
Hi, I am at a Singaporean Bank nowadays and I have been trying to introduce Fitnesse as a way to test their services. However the security folk are a little...
19111
Gregor Gramlich
gregorgramlich
Jun 5, 2012 4:15 pm
Hi Abhi, Xebium seems quite promising. http://xebia.github.com/Xebium/ From your other mail, it seems like you have already found FitLibraryWeb Take a look at...
19112
rdix007
Jun 6, 2012 2:16 am
Thanks Mike it all worked now. I really appreciate your help :)...
19113
rdix007
Jun 6, 2012 2:16 am
Hi All, I am having trouble installing the latest version of Xebium. I am following steps from: http://xebia.github.com/Xebium/ 1. I install xebium package...
19114
Markus Gärtner
shino01051979
Jun 6, 2012 5:03 am
Hi Rahul, first, please note that this is the list for FitNesse related problems, not xebia related problems. Your problem seems to be highly related to that...
19115
Arjan Molenaar
arjan.molenaar
Jun 6, 2012 12:13 pm
Hi, What kind of tooling are they using now? I suppose you work for a project. Can't you just make fitnesse a test tool for your project alone? Regards, Arjan ...
19116
rwgreen1173
Jun 6, 2012 1:59 pm
Hi we are currently using SLIM and we have a test where we need to pass xml as you can imagine the xml gets very long. Is there a way in fitnesse to break the...
19117
Dan Woodward
rsidan
Jun 6, 2012 2:36 pm
Try it like this: !|script |Send Xml | ... more long string more long string </xml>-! | ... That will put the whole xml string as literal text and should...
19118
paulware8
Jun 6, 2012 4:39 pm
Is there a way to dislay Tkinter graphics from fitnesse. When I try to show graphics from a script table nothing is displayed. Although I can see it from a...
19119
Gregor Gramlich
gregorgramlich
Jun 6, 2012 5:02 pm
Hi Shan, you might want to contact the author of this mail http://tech.groups.yahoo.com/group/fitnesse/message/13909 He has not posted, since end of 2010, so...
19120
rwgreen1173
Jun 6, 2012 5:53 pm
Yes.. Tried that but fitnesse page actually interprets the xml as real xml....
19121
Dan Woodward
rsidan
Jun 6, 2012 8:04 pm
Did you try the following: !define XML (<xml>xxxxxlk<tag><tag2></tag><>really long string more long string more long string </xml>) !|script |Send Xml |...
19122
Gojko Adzic
gojko_lastname
Jun 6, 2012 11:10 pm
Hi Shanmuganand, Most of my clients are in the financial sector, including major investment banks, and many of them use fitnesse. You can find several good...
19123
Marcos Macedo
marcos_maced...
Jun 7, 2012 2:48 am
I'm from Brazilian Central Bank, and we use Fit for many critical systems. 2012/6/6 Gojko Adzic <gojko-yahoolist@...>...
19124
VIKRAM
vikram_awadhani
Jun 7, 2012 2:24 pm
How do we implement Fitnesse for a telecom iventory tool like CRAMER 8.1....
19125
fituser123
Jun 7, 2012 3:02 pm
Can someone tell me how to run DBFIT from commend line? Thanks! Grace...
19126
estensla
Jun 7, 2012 3:02 pm
Looking for a great giveaway question at a conference I am presenting at and I thought does anyone know "why it is called FitNesse"? I know why Fit but why...
19127
Arjan Molenaar
arjan.molenaar
Jun 7, 2012 3:02 pm
Hi, You can give Xebium (http://xebia.github.com/Xebium) a try. It allows you to record steps using Selenium IDE and execute them through FitNesse. Scenario...
19128
Mike Stockdale
jediwhale
Jun 7, 2012 4:51 pm
This is what I use: java -jar \apps\fitnesse92;fitnesse.jar -o -d .\document -r FitNesseRoot -c "DbFitTests?suite&format=text" ... -- Cheers, Mike Stockdale ...
19129
Mike Stockdale
jediwhale
Jun 7, 2012 4:53 pm
From fitnesse.org I found this quote: /Be-monster not thy feature, wer't my fitnesse"/ /Shakespeare, King Lear/ ... -- Cheers, Mike Stockdale /fit/Sharp...
19130
Mike Stockdale
jediwhale
Jun 7, 2012 4:56 pm
I've put the xml in a separate file and used the file name in a fixture cell. ... -- Cheers, Mike Stockdale /fit/Sharp <http://fitsharp.github.com> Syterra...
19131
rwgreen1173
Jun 7, 2012 7:43 pm
We wanted to get away from files laying around. Just an FYI we settled on: and handeled the concatenation in the fixture code. !|script |Send Xml |...
19132
Arjan Molenaar
arjan.molenaar
Jun 8, 2012 12:32 pm
Hi Shan, We use FitNesse to test the internet portal at Rabobank, The Netherlands. Works like a charm ;) Regards, Arjan...
19133
xxxkiaraxxx
Jun 8, 2012 5:01 pm
Hi, I'm trying to use fitnesse for my first time. I successfully execute tests that don't required config files. Then I decided to evaluate fitnesse for...
19134
jediwhale
Jun 8, 2012 11:28 pm
Look at http://fitsharp.github.com/FitSharp/AppConfigFile.html...
19135
Matt Sales
matt72537
Jun 11, 2012 4:02 pm
Hey all, just for future reference (in case you want to play with Rules) I ended up taking a crack at implementing a different type of Rule based on Mike's...
19136
rushby1
Jun 12, 2012 3:56 pm
Hi all, I have a test which returns the value of a variable, and i was wondering if there was some way of prefixing this to allow it to be more easily...