Thanks Trudy Claspill. Below are my requirements,
1. Update QC Test lab with the automated test results & Status from my program which needs to be executed from Mac OS
System Details:
Machine Used: Mac os (Mac Mini)
QC version : 10.0
Steps I have proceeded:
--------------------------
1. Created a connection to QC using ITDConnection4
2. Created individual method for uploading Results and Status.
3. The code was created with Com4j OTA integration jar.
4. I tried executing the piece of code from Windows it worked absolutely fine whenever I trigger.
But my actual requirement is to call the QC OTA services from Mac,when I execute the script it failed with the below stacktrace,
[junit] Exception in thread "Com4J shutdown hook" java.lang.NoClassDefFoundError: Could not initialize class com4j.COM4J
[junit] at com4j.COM4J$3.run(COM4J.java:476)