Hi, I am relatively new to JMeter. I need to call some JUnit tests from JMeter. My problem is that i am not getting the same results when i call the unit tests directly from Eclipse and when i call the unit tests through JMeter. I managed to integrate JMeter into eclipse to debug and see what was happening and i got the following info.
It says: InvocationTargetException: Target: java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker Since im quite new to the Java world could someone give me some pointers as to whether this is some library that is missing in my JMeter installation and if yes then where and how do i find out these dependencies. Its a little confusing because calling some other simple unit tests works perfectly from JMeter. Is the above package a part of the JMeter installation? Some pointers in this direction would be quite helpful..thanks in advance regards Vinay

