PluginTest

Summary

The plugin option enables a JSP author to generate HTML that contains the appropriate client browser dependent constructs,that will result in the download of the Java plugin and subsequent execution of Applet or JavaBean specified there in.

Positive Tests

positivePlugin: we have a class file in the same place as the jsp we are using the plugin tag and see if the output stream has embed or object tag.
title PluginTest
source PluginTest.java
executeClass core_syntax.misc.plugin.PluginTest
executeArgs -TestCaseID positivePlugin -ServerHost $servletServerHost -ServerPort $servletServerPort -UrlMaps $servletMaps
keywords positive extensionAPI
title PluginTest
source PluginTest.java
executeClass core_syntax.misc.plugin.PluginTest
executeArgs -TestCaseID positivePluginBean -ServerHost $servletServerHost -ServerPort $servletServerPort -UrlMaps $servletMaps
keywords positive extensionAPI