Muthu, if you want to analyse performance of a Windows CE application you should try these approaches
http://blogs.msdn.com/b/ce_base/archive/2005/11/30/a-tour-of-windows-ce-performance-tools.aspx http://stackoverflow.com/questions/256291/code-profiling-performance-analysis-tools-for-windows-ce-mobile JMeter can help doing performance tests in Java desktop applications using FEST ( http://fest.easytesting.org/ ) and JMeter Java or JUnit samplers. Maybe you could use NUnit ( http://www.nunit.org/ ) or another tool, like Marathon ( http://marathontesting.com/ ), to test your client application. 2013/7/31 Muthukrishnan S. <[email protected]> > Hi All, > > We have a .Net application deployed in a device on WINCE platform, which > serves as a Client. The Client communicates with the server using > Webservices request. It is typically a client-server application. I'm able > to capture the traffic between the client and server (webservices) and able > to Performance Test, too. The requirement is to measure the performance of > the client and the webservices. Kindly let me know - how the same can be > achieved in JMeter. > > Thank you, > Muthu. > Disclaimer: "The materials contained in this email and any attachments may > contain confidential or legally privileged information. The information > contained in this communication is intended solely for the use of the > individual or entity to whom it is addressed and others authorized to > receive it. If you are not the intended recipient you are hereby notified > that any disclosure, copying, distribution or taking any action in reliance > on the contents of this information is strictly prohibited and may be > unlawful. If you have received this communication in error, please notify > us immediately by responding to this email and then delete it from your > system. Sonata is neither liable for the proper and complete transmission > of the information contained in this communication nor for any delay in its > receipt" >
