Hi Levent,
>Does someone know tools to test an ULC-Application?
ULCLoad is the tool.
>ULC-Load says "Applets not supported", so I need another Tool...
Present version of ULCLoad does not allow this.
However, you can still load test your ULC application if you use ULCFrame as
the main Window instead of ULCAppletPane.
The change is minimal. Please see the sample applications which are part of
the ULC release.
For instance, look at Hello.java, HelloApplet.java and web.xml of Hello
sample application.
Then you can use the hello.ulc in the url that you specify to ULCLoad:
See the relevant part of web.xml below:
<servlet>
<servlet-name>Application</servlet-name>
<servlet-class>com.ulcjava.container.servlet.server.ServletContainer
Adapter</servlet-class>
<init-param>
<param-name>application-class</param-name>
<param-value>com.ulcjava.sample.hello.Hello</param-value>
</init-param>
<init-param>
<param-name>log-level</param-name>
<param-value>WARNING</param-value>
</init-param>
</servlet>
and
<servlet-mapping>
<servlet-name>Application</servlet-name>
<url-pattern>/hello.ulc</url-pattern>
</servlet-mapping>
I hope this helps.
Please note that ULCLoad 3.0 (which will be released soon) will support
custom launchers which should make it possible to load test applet client.
>I would be happy, if the tools can also test Web-Application
>implemented with Struts and JSF.
For testing html apps look at
http://webtest.canoo.com/webtest/manual/WebTestHome.html
Thanks and regards,
Janak
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Levent Ulutas
>ext
>Sent: Thursday, February 22, 2007 2:26 PM
>To: [email protected]
>Subject: [ULC-developer] help ULC-Testing
>
>
>Hi there,
>
>I´ve implement a small ULC-Application and i can start it as an
>applet(JSP - jsp:plugin and a Launcher).
>I want to test my Application (Performance, Stress).
>Does someone know tools to test an ULC-Application?
>ULC-Load says "Applets not supported", so I need another Tool...
>I would be happy, if the tools can also test Web-Application
>implemented with Struts and JSF.
>
>Sorry for my bad English!
>
>greetings and thanks
>
>
>Levent Ulutas
>
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer