Testing Controllers
Prerequisites
-
You are in an SAP Web AS 6.20 system.
-
You have successfully activated your BSP application and the controllers and views to be tested.
Context
You can use a controller as an initial point of entry to your BSP application. In the BSP programming model without MVC, you have always used a central page as the initial page that you called start.htm, for example. Use the main controller instead in connection with the MVC design pattern.
Procedure
-
Place your cursor on the top controller in your BSP application.
-
Click on
in the application toolbar.The browser starts and a logon screen may be displayed.
-
Log on to the system if this is necessary.
Results
The selected controller is started in the browser.