Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Jubula - is gray box testing possible?(black box testing (via the ITE), white box testing (via the Client API))
Jubula - is gray box testing possible? [message #1717856] Thu, 17 December 2015 12:02 Go to next message
Michael Renker is currently offline Michael RenkerFriend
Messages: 26
Registered: December 2015
Location: Germany
Junior Member
Mr. Tiede said during the Eclipsecon 2015

...tests "through" the UI entering through the whole application stack down to the database systems, application server that lie behind that often hold the logic.

How is that possible? Any examples...or thoughts..ideas...

Thanks in advance

(please see image)
Re: Jubula - is gray box testing possible? [message #1718987 is a reply to message #1717856] Mon, 04 January 2016 09:54 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hello Michael,

When we refer to testing through the UI, what we mean is that the actions triggered via clicks / text entries etc are the same as when a user does them. So if clicking "save" triggers a database job, then this will also be triggered by clicking save in Jubula.
If I understand you correctly, your question is about testing things that are not visible in the UI.

If this is the case, then you can do the following:
- check properties of components and items in the UI using the check property actions
- execute methods on components and the application (since beta release 8.2.1)
- perform "execute external command" to call scripts you have written yourself, e.g. to check database tables
- write extensions or functions that will let you check things behind the UI

Hope this helps!
Alex
Previous Topic:Cross-platform (Linux-Windows) RCP testing
Next Topic:Jubula - up and running with example projects from the git remote repo.
Goto Forum:
  


Current Time: Fri Apr 26 06:07:12 GMT 2024

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

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

Back to the top