org.aludratest.hpalm.util
Class HpAlmIdVerifier
java.lang.Object
org.aludratest.hpalm.util.HpAlmIdVerifier
public class HpAlmIdVerifier
- extends Object
Utility program to analyze the test and test configuration IDs of an integration test suite (using AludraTest). For each test
ID found, it is checked if this test ID also exists in HP ALM. If it does, all associated test configuration IDs of HP ALM must
also exist locally as test configuration. And all local test configurations must have a matching test configuration in HP ALM.
Every deviation is printed out to STDERR.
To use this program, start it from within the classpath of your project, and add the fully qualified name of the test suite to
analyze as the one and only program argument.
- Author:
- falbrech
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2015 aludratest.org. All rights reserved.