tag:blogger.com,1999:blog-3237724005744642470.post5273622897594086935..comments2016-06-22T21:36:09.514+01:00Comments on Captain Debug's Blog: Testing Techniques - Part 1 - Not Writing TestsRoger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]Blogger2125tag:blogger.com,1999:blog-3237724005744642470.post-44443413680957800362012-01-10T14:33:43.273+00:002012-01-10T14:33:43.273+00:00Wahyu There&#39;s nothing special about my MySQL i...Wahyu<br />There&#39;s nothing special about my MySQL installation. From memory, the things you need to do are:<br />1) Install mySQL as a service<br />2) Create a database called &#39;junit&#39;<br />3) Run the create.sql file to setup the database.<br />4) Ensure that your MySQL is a Datasource on Tomcat<br />(See: /2011/07/installing-mysql-datasource-on-tomcat-7.html for Tomcat 7).<br /><br />From my db.properties file, you&#39;ll notice that I use the root MySQL user, but that&#39;s because I&#39;m being lazy.<br /><br />Hope that helps.Roger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-47158862831717275142012-01-09T11:05:35.642+00:002012-01-09T11:05:35.642+00:00Hello,. It&#39;s a great article of yours. I am ...Hello,. <br /><br />It&#39;s a great article of yours. I am currently learning TDD and your articles helps me learned a lot.<br /><br />I want to run the code I have just cloned from your github. <br /><br />I realize that it requires mysql server to be up and running. However,I still got some DB related error. <br /><br />Are there any initial setup before I run your code via maven?<br /><br />Is there any property files in which I have to set up to match my environment?<br /><br />Many thanksWahyu Saputrahttp://www.blogger.com/profile/01016072480636179702[email protected]