Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
149 views

Silly Ruby Currency Question

Im using Jruby (thats ruby anyway, running under jvm :D ) with marathon test (a java swing app) and im having a little trouble handling currency numbers. I dont use Rails (dont know if i can use ...
1
vote
1answer
186 views

Use marathon as GUI test

I use marathon for testing GUI and run it with own UI and work properly with this UI. I need to run it without own UI for example by shell script or other language. How to run it without own UI and ...
0
votes
2answers
41 views

Why's Marathon not properly selecting in comboboxes?

I'm using Marthon to run tests on a Java Swing application. I build the base tests by recording, then just make small modifications to the resulting Ruby tests to tweak it to fit what I need. I've ...