JMeter is primarily a load testing tool, not a functional testing tool. See http://jakarta.apache.org/jmeter/index.html.
Short answer is no, at least not at the GUI level. It may be able to do so at the API level depending on the type of traffic. For instance if your app sends and receives messages in the form of SOAP messages then JMeter can simulate this traffic if you're interested in load testing that traffic. Regards, James. On Thu, Feb 18, 2010 at 12:09 PM, David Levine <[email protected]> wrote: > I know this may sound like a totally naive question, but is it possible for > JMeter to drive a native Windows GUI application as part of a functional > test? > > David >

