Monday, March 24, 2014

How to set up ADF Task Flow Tester

One of interesting thing that has come out is ADF Task Flow Tester. This allows us to run our task flows in project without having to restart the applications. One major problems of working with 11.1.1 versions is that we  cannot run task flows by passing different parameters without having to restart the task flow. This thereby increases the development time.

ADF Task Flow Tester is easier way of running the project once and then work with different task flow in the project all at once without having to restart.

Below I show you the steps to get this running.

  1. Download the ADF Task Flow Tester from the link give above.
  2. Go to "check for updates" in the Help menu of Jdev and install ADF Task Flow Tester
 
 
3. Go to View Controller Project properties and add Task Tester Library to you project
 
    4. From the 'Run' menu choose 'Active Run Configuration' option select 'Task Flow Tester'.
    5. We could run our project directly now. Once done the Task Flow tester will list all the task flows inside your project. Select the task flow, pass parameters and test.

No comments: