Skip to main content



      Home
Home » Archived » Jubula » Object Mapping not working for an SWT application
Object Mapping not working for an SWT application [message #1078100] Fri, 02 August 2013 10:36 Go to next message
Eclipse UserFriend
I am attempting to produce tests cases for a standalone SWT app (not an eclipse plugin).

I am starting the AUT with a shell script and I manage to start it with out any problems.

Here is the content of the script I use to run the application:

#!/bin/bash

java -XstartOnFirstThread -jar target/user-agent-multiplatform-S31-SNAPSHOT.jar


But when I start the Object Mapping Mode to create the object map I don't see the supposed green highlight arround buttons or textfields when moving around with the mouse.

I am using Mac OS on the most recent release of Jubula.

Perhaps I am missing something?

EDIT: Also I can't capture elements.

[Updated on: Fri, 02 August 2013 11:40] by Moderator

Re: Object Mapping not working for an SWT application [message #1078575 is a reply to message #1078100] Sat, 03 August 2013 03:16 Go to previous messageGo to next message
Eclipse UserFriend
Sorry, but SWT is not supported on MacOS. The problem is the startOnFirstThread which makes it impossible to prepare the AUT (which happens on a thread) before starting up.

Achim
Re: Object Mapping not working for an SWT application [message #1080120 is a reply to message #1078100] Mon, 05 August 2013 09:44 Go to previous message
Eclipse UserFriend
Thank you,

I guess I missed that in the documentation.

Thanks again.
Previous Topic:Eclipse Testing Day 2013
Next Topic:Select multiple entry in a tree
Goto Forum:
  


Current Time: Sun Jul 27 04:59:28 EDT 2025

Powered by FUDForum. Page generated in 0.03307 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top