Web Test with Java Applet

I want to create a web test that will test an embeded Java Applet. My issue is that it won't run the activeX control in the VSTS test browser. What do I do Is there some setting to enable the activeX controls Or is there someway to run the test in an external browser. I'm trying to keep this as basic as possible.

Answer this question

Web Test with Java Applet

  • Armink

    Kyle,

    Web tests work at the HTTP layer. The current release unfortunately does not provide any client UI testing features that could be used to test a Java applet.

    Josh



  • Web Test with Java Applet