Quantcast
Channel: Gurock Software Support Forum
Viewing all articles
Browse latest Browse all 829

Accessing test cases by their test ID

$
0
0

Hello all, I've been doing some research this last week on building a complete CI system for my company's product.  I've been set to the task of setting up the service by myself, and I'm running into some problems, namely the one this post is about.

The system I am writing is using the javascript QUnit testing framework to send results of individual tests to Testrail after they have all finished running.  However, sending a test to Testrail requires that I have the ID of the test, and from what I can tell the test cases get a new ID in every test run.  Is there a way to consistently access a testcase (i.e. an id that will always point to a particular test)?

On another note, when sending test results automatically do I need to actually have a new testrun set up every time I submit test results?  How do automatic tests get recorded in Testrail?

If anyone could provide some insight to any of these questions, I would greatly appreciate it smile  Be aware that you are helping a young college student learn how to do some really cool stuff :-)


Viewing all articles
Browse latest Browse all 829

Trending Articles