Questions tagged [marathontesting]

Opensource Java GUI Testing Tool

http://marathontesting.com/marathon/

Marathon provides all the basic functions required to effectively test Java™/Swing GUI Applications. Using Marathon, you can record tests, replay them, generate reports and also integrate with external build systems.

Marathon is released under an open source license (LGPL to be exact). Jalian Systems is involved with Marathon development, maintenance, and support. Jalian Systems provides support for Marathon through the marathon-testing Google Group.

28 questions
4
votes
1 answer

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 with console and other scripting language even in…
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
2
votes
1 answer

How to run few testcases or a testsuite from commandline using marathontesting tool (MarathonITE)?

I want to run multiple testSuits or testCases via commandline or batch mode using marathontesting tool.
Krithi
  • 23
  • 2
1
vote
1 answer

coburtura link with marathon

I am newbie in coburtura and marathon. I have few doubts regarding integration of coburtura with marathon. Using ant I tried to run the coburtura using the jar file which is used in marathon. cobutura.ser file is not updated when marathon automation…
1
vote
2 answers

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 run into an interesting problem where comboboxes…
Brian Knoblauch
  • 20,639
  • 15
  • 57
  • 92
1
vote
1 answer

How to use Marathon JavaDriver on alreday open application

I have Swing application running on my machine and want's to do automation of it using JavaDriver. If I use JavaDriver to launch the application then I'm not seeing any problem, but I have a requirement to run automation on an already…
NikSU
  • 21
  • 6
1
vote
1 answer

Select option from Combobox using visible text

I'm working with Marathon Java Driver for automating a JavaFX application. I have to select an value from a combobox based on visible text. Currently, I get all the options using .::all-options and looping through each item to get the text and…
1
vote
1 answer

Context Click doesn't work with Marathon Java Driver

I am currently trying to automate JMeter (as an sample application) using Marathon Java Drivers. I am able to open JMeter but when i try to right click on Test Plan under the left pane, i am not able to do so. Can you please tell me what i am doing…
1
vote
0 answers

JNLP application starts and before loading stops while launching via marathon JavaProfile Webstart

Hi my JNLP application strats and then stops after some time. Here is the error `Dec 03, 2019 10:54:46 AM net.sourceforge.marathon.javadriver.JavaDriverCommandExecutor start INFO: Executing: [C:\Program Files (x86)\Common…
1
vote
3 answers

Silly Ruby Currency

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 rails even with marathon) and i dont know / didnt…
Leonardo
  • 35
  • 1
  • 4
1
vote
1 answer

JNLP File App Automation using marathon java driver

I am automating a forms application using java driver marathon. I can launch the application from the automation code and navigate to following the blocked screen. There is a table where I want to read the data, I have the decompiled java code with…
1
vote
2 answers

marathonITE script to tick a checkbox in a JTable cell

I'm using marathonITE testing tool to automate testing of a java swing application. In one of the windows i have a JTable with 6 columns and N number of rows. Two columns of that table are checkbox type columns. My requirement is to write the…
direndd
  • 642
  • 2
  • 16
  • 47
1
vote
1 answer

Marathon GUI testing how to select cell from Jtable which doent has column name

I am trying to automate my java application using marathon, currently stuck in a point to select cell from a table, but column does not have index name. Actually it works with the command which has column index name like below: select('table_name',…
user2787436
  • 359
  • 1
  • 3
  • 5
0
votes
0 answers

Does Marathon support automating Qt Controls?

We have an application which has combination of Java Swing and Qt Controls. This application is about 10 years old. However, still lot of updates are happening into this Application. Can Marathon support the recognition of UI Controls of both Qt and…
0
votes
0 answers

Error in Launching Executing Jar file in Marathon GUI

I am trying to open a jar file through Marathon GUI, did all the steps based on userguide, and when i test the connection, I get the following exception. I have connected to the jar file in command line launcher mode. Picked up JAVA_TOOL_OPTIONS:…
Vidhya28
  • 1
  • 2
0
votes
1 answer

Lauching swing applicaiton which has exe extention in marathon java driver

We have java swing application which has the extension of .exe so how to configure JavaProfile() to launch with Marathon JavaDriver? JavaProfile profile = new JavaProfile(JavaProfile.LaunchMode.EXECUTABLE_JAR); …
NikSU
  • 21
  • 6
1
2