Questions tagged [jubula]

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

46 questions
0
votes
2 answers

Iteration of Items in Jubula

I would like to repeat a Test Case in a loop and access an increasing counter in the repeated case. Is there any way to do this in Jubula? I created a Repeat loop in a Test Case to loop some Test Steps, there is a table whose row should be iterated…
M.M.
  • 94
  • 10
0
votes
1 answer

Read jubula h2 db file and populate the test suite along with test cases

I am new to Eclipse Jubula. Can the following points be performed on local h2 DB created by jubula?: 1) Get all the test suite along with test cases from the DB. 2) Set active/inactive to the test case and update it to DB again.
0
votes
2 answers

Jubula - Test suite will not map the object possible jar issue?

I'm using Jubula to run some automation for a large Java project. The gateway is a launcher that sets all the parameters etc for the project to run. The gateway is wrapped as a .exe file. I converted it back to a jar in order to get Jubula…
John Verber
  • 745
  • 2
  • 16
  • 31
0
votes
1 answer

Jubula test suite using old/stale data from test case's data set

I ran into a problem where when I edited the data in a test case's "Data Sets" tab that running the test suite which uses the test case would use the old data; even after entirely deleting the row in question from the table that step still got…
Matthew Cline
  • 2,312
  • 1
  • 19
  • 36
0
votes
2 answers

How to write Java code using ther Jubula client API

I am new to the testing environment and have been searching for tutorials on Jubula client API. Fortunately I have managed to find one, but still I am unable to launch my project. Till now I have installed the JUnit plugin in Jubula and configured…
Sam
  • 11
  • 1
0
votes
1 answer

Jubula Automated Function Testing?

I am new to Jubula.Struggling hard to understand the flow of Jubula.I have installed the standalone application of Jubula(Version:8) in windows.I am finding tutorials to test java RCP application but I need to test a Website.Is it possible to test…
Pyntamil Selvi
  • 161
  • 1
  • 6
  • 17
0
votes
1 answer

How to start object mapping mode in jubula?

I am trying jubula to automate test cases. Start object mapping mode is not clickable. I created test case and added component but I don't map with aut(application under test).
Tester
  • 531
  • 1
  • 4
  • 9
0
votes
0 answers

Cannot run SWT application with Jubula

I'm using Jubula for testing my SWT application. Everything seems to be OK, but when I start AUT nothing happens. I tried with other applications and it works, but my application cannot be run. When I click on "start AUT" the cursor changes as if he…
0
votes
1 answer

Jubula PostgreSQL Database connection failed

I get this error when I try to connect to a Jubula database. 2000 Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.5.1.v20130918-f2b9fc5): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Configuration error.…
Adam Horvath
  • 1,249
  • 1
  • 10
  • 25
0
votes
1 answer

Looking for a Jubula hack / alternative which makes identifying components using XPATH possible

We have plans to use Jubula to test the functionality of our web application but after evaluating Jubula we have run into a problem. We can't make Jubula click fields which have a varying id (generated). I know that Jubula uses Selenium inside so…
Adam Arold
  • 29,285
  • 22
  • 112
  • 207
0
votes
1 answer

GUI testing with Jubula

Can anyone help be about GUI testing in Jubula? I have a java GUI project, I created the jar file and put it into Jubula but after this step I couldnt do anything please help.
0
votes
1 answer

I18n Problems / Exceptions when starting cheat sheet Test

i'm evaluating the GUI Test Tool Jubula at moment. While working my way through the cheat sheet, i stumbeld into some Errors i don't really understand. I work through the cheet sheet and when i try to start the tests nothing happens. The following…
Patrick
  • 585
  • 8
  • 22
0
votes
1 answer

Jubula test execution on remote Windows machine

I'm trying to get my Jubula tests to run on a remote AUT. The AUT launches and can be controlled remotely, however when I actually run the tests, the steps don't execute. If I install Jubula on the remote machine, and run the tests locally they run…
Meteorman
  • 1
  • 2
0
votes
3 answers

Test Suite Execution Jubula

I've been looking at Jubulas automated functional testing tool and following along with the tutorials, but I've become stuck before I ever even got off the ground with it. The user manual provided with the installation hasn't given any answers and I…
idunno
  • 713
  • 3
  • 10
  • 25
0
votes
2 answers

Does Jubula support GEF/GMF elements?

I am trying to create functional test cases for a gmf application Using "Jubula Version: 1.2.0 " About the AUT: The application (eclipse based) has graphical elements in a "Palette". From this palette I want to select elements and drop them on the…