Search found 2 matches

by bayard
Tue Jun 01, 2010 3:02 pm
Forum: XML-RPC API
Topic: how is working reportTCResult
Replies: 1
Views: 4400

how is working reportTCResult

I'm trying to use reportTCResult data = {"devKey":self.devKey, "tcid":tcid, "tpid":tpid ,"status":status} #import pdb;pdb.set_trace() return self.server.tl.reportTCResult(data) For me the goal of this function is to set the status of a test case. I understand ...
by bayard
Sat May 29, 2010 3:31 pm
Forum: XML-RPC API
Topic: Global excel extract of all testcases of a project
Replies: 0
Views: 3114

Global excel extract of all testcases of a project

Hello,

I'm working in python, I'm wondering, does any body ever do an excel extraction of ALL testcases of a project ?
In columns -> the builds
In lines -> the testcases

Thanks