Where to Get JDeveloper 11g?
You can download JDeveloper 11g from here. For example, I've downloaded the following version for Windows:
- Oracle JDeveloper 11g (11.1.1.3.0) - April 2010
JUnit is an extension in JDeveloper as shown below.
However, it's not bundled in your downloaded JDeveloper 11g. So, you need to install it by the following steps:
- Help -> Check for Updates-> install the Junit extensions
At "Step 3 of 5", select "JUnit Integration 11.1.1.3.17.56.60":
Libraries and ClassPath
To start using JUnit framework, you need to include JUnit library in your "Libraries and ClassPath." Follow the steps below:
- Project Properties -> Libraries and Class -> Add Library...
- Select "JUnit 4 Runtime"
Create New Tests
After adding the JUnit extension, you can use JDeveloper to create:
- Test Case
- Test Fixture
- Test Suite
2 comments:
Its a good idea of providing downloads over blogs. This can help many learners to get it soon and easily.Thanks for providing it here and describing the steps also.
sap support packs
Thank you for this! 9 years later and it's still super helpful!
-Mo
Post a Comment