Skip to Content
Author's profile photo Klaus Haeuptle

Setup for Local Testing in Eclipse

Wouldn’t it be nice to get instant feedback if your application still works after each change? Having the correct setup of your development environment, this can be easily achieved. With local testing, you get instant feedback after each change and can execute your unit test and your local test page before committing your changes to the repository. There are some pitfalls regarding local testing in Eclipse. This post provides an overview and links for more information.



This blog post is part of a series, like the following blog post to stay tuned and get updates about more topics around software engineering with SAPUI5 and JavaScript:

http://scn.sap.com/community/developer-center/front-end/blog/2013/12/12/engineering-in-javascript

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Hendrik Lock
      Hendrik Lock

      I want to thank Klaus for his personal dedication in driving the topic and collecting best practices.