JSP extends

The extends directive is a fully qualified java class file name,that names the super class of the java class to which this Jsp page is transformed.

Summary

JSP extends cases

Positive Test(s)

positiveExtends: Extend from a valid class file and then checking the object type

title ExtendsTest
source ExtendsTest.java
executeClass core_syntax.directives.page.extend.ExtendsTest
executeArgs -TestCaseID positiveExtends -ServerHost $servletServerHost -ServerPort $servletServerPort -UrlMaps $servletMaps
keywords positive extensionAPI