Questions tagged [jubula]

Jubula is an Eclipse based automated functional GUI testing framework for Java and HTML

46 questions
1
vote
1 answer

Stopwatch functions in jubula

I'm a beginner with jubula and i'm stuck with a problem ... I have an application that can load genetics maps and I want to know how much time it takes to do this so I was thinking to use star watch and read watch to do this but I found no way to…
Lydia
  • 23
  • 1
  • 4
1
vote
1 answer

Where Jubula keeps its default tests database?

I would like to access Jubula's default database from outside the Jubula or, at least, copy it entirely and move to another computer. There is a reason a can not access it from inside and export tests as XML. Is there a way to do it?
1
vote
1 answer

Jubula consumes ~20GB on my hard drive for logging. I've never used it.

I performed a HDD scan to see what consumes my space on my dual boot Ubuntu 14.04 and found out a directory /home/user/.jubula/logs that gets ~20 gb of my space. So, what is Jubula and how can it consume 20gb for logging when I have never used it?
Yiannis Tsimalis
  • 739
  • 2
  • 11
  • 23
1
vote
1 answer

Is there any way to run Jubula tests from console?

I want to run prewritten Jubula tests (possibly on remote machine) from console and receive output in logfile. Is there any way to do it? I haven't found any information about that nor in Google neither in Jubula help.
1
vote
2 answers

Jubula doesn´t recognize running AUT after upgrade to 2.0

upgraded Jubula from 1.2 to 2.0 (latest), switched jar-file and run a clean. AUT is a RCP-Application, wich is installed via Java Web Start (Jubula executes a Batch-file). After the upgrade Jubula starts the AUT -but when workbench is loaded Jubula…
1
vote
1 answer

Jubula fails to start my application

I'm in the process of evaluating various GUI test frameworks. I started with Jubula, basically following this tuturial: http://jmhofer.johoop.de/?p=132 but applying it to our application. I have a batch file which starts our applciation, but I…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
0
votes
1 answer

Close swing application using Jubula client api in java

I am using Jubula 8.7.1. I am writing my test in Java using client api. The test run s well but at the end application does not close. I tried aut.disconnect(); But this disconnects from AUT and does not close the application. I am looking for…
0
votes
1 answer

How to use jubula's OS execute externalcommand on ubuntu

I'm working with jubula on ubuntu and I have some issue running the os_execute_externalcommand function. Directory : /home/ramzi/desktop/test Executable: jtest.jar arguments : java -jar jtest.jar argument_seplit : # ps: -the jtest.jar file is…
RAMZI
  • 21
  • 6
0
votes
1 answer

"Start AUT" and get '5009: AUT start failed No valid Java binary found. Check given JRE binary.?

I'm using Jubula on MacOS. When "Start AUT" I get this error: 5009: AUT start failed No valid Java binary found. Check given JRE binary. Is there a solution to fix this problem. I'm using MacOS Mojave and Jubula 8 .
RAMZI
  • 21
  • 6
0
votes
1 answer

how to fix mac'os problem with jubula autagent "autagent quit unexpectedly"?

I'm using jubula to automate a javafx application on mac OS but autagent can not run and it says 'autagent quit unexpectedly'. can anyone have an idea about how to solve this problem on mac OS?
RAMZI
  • 21
  • 6
0
votes
1 answer

Is there a way to click on selected object on jubula?

I'm using Jubula to automate a JavaFX application. The problem is that, when I selected a tabbed component, I want to click right on this component. However, this component isn't mapped cause I selected it with index. Is there a way to click on it…
RAMZI
  • 21
  • 6
0
votes
1 answer

is there a way to make jubula mapping external object as directory fields?

I'm using Jubula to automate a JavaFX application. When I click on the browser I can't do an object mapping to select a file or to enter the file path (I think that the new Windows doesn't support JavaFX). Does anyone have a solution to solve this…
RAMZI
  • 21
  • 6
0
votes
0 answers

is there a way to make jubula mapping external object?

i can't map these fields I'm using Jubula to automate a JavaFX application. When I click on the browser I can't do an object mapping to select a file or to enter the file path (I think that the new Windows doesn't support JavaFX). Does anyone have a…
RAMZI
  • 21
  • 6
0
votes
1 answer

Jubula Functional Testing Tool toolkit?

I am new to Jubula.Struggling hard to understand the flow of Jubula. 1)can anyone tell me what is the difference between jubula's toolkits (RCP,SWING,SWT,javafx)??
RAMZI
  • 21
  • 6
0
votes
2 answers

How to use Eclipse's embedded Jubula AUT Agent instead of the standalone agent?

I am trying to develop functional tests using Jubula's client API, but every example I have seen uses much out of Jubula standalone. I would like to develop and run tests without having Jubula standalone installed. Given that I have the necessary…
Skcussm
  • 658
  • 1
  • 5
  • 20