Questions tagged [jubula]

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

46 questions
36
votes
6 answers

How to run GUI tests on a jenkins windows slave without remote desktop connection?

I have a jenkins agent set up on window 7 and a jenkins server on Linux. I am running GUI testing on the windows agent. It runs fine if I have a remote desktop connection connected to it, but fails otherwise. I found this link, Jenkins on Windows…
Kelvin
  • 703
  • 1
  • 10
  • 13
4
votes
1 answer

How to locate and click web element in jubula using java?

I am building a custom jubula framework using java for testing web applications.But I am unable to find java client APIs of Jubula for that. I read that Jubula uses Selenium web driver for identifying/locating web elements like google search box…
Mr.Bob
  • 59
  • 3
2
votes
2 answers

How to test menu item using Jubula

I'm a beginner for developing intelliJ plugins. I've already established connection from Jubula to my AUT. I want to write a test suite, to check the availability of a sub menu item in intelliJ. Please assist me.
2
votes
2 answers

Jubula - CheckboxTreeViewer with columns. Selecting specific Column & Row

We've recently converted an element in our Eclipse RCP application from a TableViewer into a CheckboxTreeViewer and are updating the GUI tests in Jubula. However, The test are failing because they no longer recognize the CheckboxTreeviewer…
Marv
  • 77
  • 9
2
votes
3 answers

How to inject parameter in Jubula or RCP Testing Tool?

I want to test my RCP application with GUI tests. I've found two possible tools: Jubula and RCP Testing Tool. Does anybody know, how to inject parameters into the tests, so that I can use one test case with multiple inputs?
jagemue
  • 363
  • 4
  • 16
2
votes
2 answers

How to do object mapping in jubula?

I want to test my rcp application .For that I need to do object mapping.Can any one tell me how to do object mapping.
user1956909
2
votes
1 answer

Automating 'Eclipse Plugin' testing with Jubula and Maven

I need to Automate the Eclipse Plugin UI tests. Jubula is a UI testing automation. The plugins are built using Maven (3.0 version) Does anybody know to integrate them (Jubula and Maven) and automate the testing process.. Thanks in advance
Kana
  • 21
  • 3
1
vote
1 answer

Jubula is not recognizing AUT even after it's launch

I'm trying to test a Java Swing application using Jubula. After launching the application it asks for username and password. I have done the AUT configuration properly but while starting AUT from Jubula ITE "Starting AUT with ID" is keep on loading…
1
vote
1 answer

Repeat LAST action from Jubula Testcase

I am using Jubula to test a big softwaretool. Since the UI got updated Jubula has some big problems. The test quit's at a position (let's say after Step A), after I was trying to figure out whats the problem, I didn't find a problem and Jubula quits…
R.Mayer
  • 69
  • 1
  • 5
1
vote
1 answer

Import a Excel File in Jubula. Data types and updating

The problem is that the parameters entered in Excel are read as string in Jubula. But I also need them as integer or boolean. Is there a way to predefine the data type in Excel? And can I update them without reimporting? Anyone have a clue about…
M.M.
  • 94
  • 10
1
vote
1 answer

Using Jubula jars in JavaFX

I have to develop a program (like squish / jubula / zaptest ) test applications that programmed with JavaFX. So my questions are: 1) Can jubula jars be added to an application as a test framework libraries (like TestFX) ? And if so, is there a…
user4887078
1
vote
1 answer

Jubula on linux(Centos 7)

Jubula AUT connection error on linux(Cent os 7). AUT agent starts successfully. When AUT is started with "autrun" it gives the error- "AUTs syserr: Picked up _JAVA_OPTIONS:…
A.Jay
  • 33
  • 4
1
vote
1 answer

Intellij plugin testing with Jubula

I need automate the testing of an Intellij plugin using Jubula. Some functionalities change the color of the texts in the source code editing area. Need to check whether the selected text's color is changed or not by using jubula tests. When the…
A.Jay
  • 33
  • 4
1
vote
1 answer

Jubula RCP Applicaiton - Check Background Color of TableViewer Cell when Row is selected

I'm trying to check a background color of a Cell or part of TableViewer's row in an RCP Application using Jubula. Certain columns in a row have their backgrounds colored based on their use in certain data structures. The application supports…
Marv
  • 77
  • 9
1
vote
1 answer

Can Jubula test Eclipse IDE as an application?

Am I able to use Jubula to test the entire Eclipse IDE? What I want to achieve is that let Jubula to automatically detect the actions performed in the Eclipse IDE such as "right click a project and rename the selected project". Therefore, I am able…
user4816915
  • 123
  • 7
1
2 3 4