1. Tests are written in Junit
2. Tests can be executed from the IDE
3. Tests can be run from ant in daily build
4. Test can easily be run with another profile (framework and other bundles)

a. How do we know from the IDE, ant what profile to use for each test case?
	from IDE: in bnd.bnd file
	from ant: read profile from bundle
	from ext: read profile externally

[Profile]
-test-profile: org.osgi.impl.service.log;version=1.3, org.osgi.impl.service.http

How does the junit testcase find its profile?

