How to get/set builds in Testlink thru API using Python?
Posted: Wed Jan 20, 2010 4:37 am
I am writing a script that will report our nightly test results into Testlink.
The test results will map to individual testcases.
However, I need a way to get or set the build in testlink.
The nightly test will generate a unique build number that will be obtained thru a system call to SGVN. This build number will be the build number in testlink.
I need to do this in Python.
The pseudocode would be:
if (build doesn't exist)
create build in testlink
report test execution using testcase ID and build number.
What is the API function that allows me to check if a build number exists for a testplan in testLink?
What is the API function that allows me to create a build in testLink for a particular testplan?
Regards.
The test results will map to individual testcases.
However, I need a way to get or set the build in testlink.
The nightly test will generate a unique build number that will be obtained thru a system call to SGVN. This build number will be the build number in testlink.
I need to do this in Python.
The pseudocode would be:
if (build doesn't exist)
create build in testlink
report test execution using testcase ID and build number.
What is the API function that allows me to check if a build number exists for a testplan in testLink?
What is the API function that allows me to create a build in testLink for a particular testplan?
Regards.