by sdaly » Thu May 20, 2010 11:21 pm
You could do the following:-
Write a QC test logger class (using the QC API, OTA) which you call after each test is run which would-
>Create QC connection
>Check if test exists in test lab, if not then create a placeholder for it
>Check if there is a test instance for that test in test lab, if not create an instance
>Update test instance with result - pass, fail or norun
>Close QC connection
You can then use QC as you wish to link tests to the Bug tracker, see which tests have passed or failed and generate reports....
You will get help with this over at SQAforums...
Thanks
Scott