Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Get test cases from local h2 db (Can someone please help me in getting all the test cases from db)
Get test cases from local h2 db [message #1769254] Fri, 28 July 2017 09:23 Go to next message
Sumit A is currently offline Sumit AFriend
Messages: 5
Registered: July 2017
Junior Member
Would like to get list of all the test cases present in the db and then create a test suite. This is to be done using dbtools.

Thank you in advance.
Re: Get test cases from local h2 db [message #1769847 is a reply to message #1769254] Fri, 04 August 2017 07:43 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
If you want to use the dbtool with the H2 database you must use the text at the bottom of the "Configure Database Connection" Dialog as -dburl.
e.g. in Windows this will export everything project from the default database into w:\test .
dbtool.exe -dburl jdbc:h2:~/.jubula/database/embedded;MVCC=TRUE;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE -dbuser sa -dbpw "" -exportall -directory w:\test -data w:\workspace

with regards
Marvin Mueller

Re: Get test cases from local h2 db [message #1769860 is a reply to message #1769847] Fri, 04 August 2017 09:21 Go to previous message
Sumit A is currently offline Sumit AFriend
Messages: 5
Registered: July 2017
Junior Member
Thanks a lot for the reply
Previous Topic:H2 database connection login
Next Topic:Jubula & GEF not working in e4 Parts
Goto Forum:
  


Current Time: Thu Mar 28 11:53:30 GMT 2024

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

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

Back to the top