jubula

Jubula PostgreSQL Database connection failed

南楼画角 提交于 2019-12-25 03:19:17
问题 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. Class [org.postgresql.Driver] not found. I guess EclipseLink does not know how to connect. (Using: Eclipse 4.4 for Testers) Can someone tell me how can I install the Postgre-JDBC driver's jar, in order to make it work? 回答1: Okay, I've found it;

Test Suite Execution Jubula

谁都会走 提交于 2019-12-13 03:53:14
问题 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 can't find anything in blogs dedicated to Jubula. My question: I have my test suite, complete with test cases & steps, all set up and ready to go. I've mapped my objects using the editor. I've started the AUT and connected to it. All I have to do

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

回眸只為那壹抹淺笑 提交于 2019-12-11 13:02:44
问题 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 selection of the entire row, not a cell, and I would like to check the background color of a specific cell or group of cells in a TableViewer's row, (selected or even unselected). I can select the row by index and column value based on he column heading

Jubula doesn´t recognize running AUT after upgrade to 2.0

ε祈祈猫儿з 提交于 2019-11-29 16:25:11
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 does not recognize it and the progress "starting aut" continuous. Thanks for any tips / hints There are a couple of things to try when you can no longer test an RCP AUT after an upgrade: Ensure the old org.eclipse.jubula.rc.rcp_[version].jar in your AUT's plugins directory is replaced with the new version from [jubula_install_directory]/development

Jubula doesn´t recognize running AUT after upgrade to 2.0

末鹿安然 提交于 2019-11-28 11:11:38
问题 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 does not recognize it and the progress "starting aut" continuous. Thanks for any tips / hints 回答1: There are a couple of things to try when you can no longer test an RCP AUT after an upgrade: Ensure the old org.eclipse.jubula.rc.rcp_[version].jar

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

霸气de小男生 提交于 2019-11-27 11:14:39
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 and GUI Tests without RDC But the solution provided there is pretty vague.. It seems like the only solution is to somehow make Jenkins server to have a remote desktop connection open at all times. But I can't find such an option to do so. Could anyone please clearly teach me how to solve this issue? Much appreciated! Your slave machines have to be at

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

孤者浪人 提交于 2019-11-26 15:28:00
问题 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 and GUI Tests without RDC But the solution provided there is pretty vague.. It seems like the only solution is to somehow make Jenkins server to have a remote desktop connection open at all times. But I can't find such an option to do so. Could