Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Junit testcase
hseeram
I new to this subject.
Can we wrote JUnit test case on BIRT report design files? If yes, is there any documentation (or any sample code) avaliable?
Thanks
Find more posts tagged with
Comments
Virgil Dodson
Hi hseeram,<br />
<br />
I know people are using JUnit test cases with their use of the BIRT engine and source.<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/forum/eclipse-birt-newsgroup-mirror/65-junit-test-cases.html'>http://www.birt-exchange.org/forum/eclipse-birt-newsgroup-mirror/65-junit-test-cases.html</a><br
/>
<br />
<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/build/buildInstructions.php#junit'>How
to Build BIRT from CVS</a><br />
<br />
...but what kind of information are you wanting from a JUnit test on a report design?<br />
<br />
There are several places (events) within BIRT report execution that can run JavaScript or Java if you are trying to log certain activities.
hseeram
I like to perform a junit test case on SQL that is present in rptdesign and on column bindings. How can we do this?