Search found 20 matches

by partymungo
Fri Apr 09, 2010 10:58 am
Forum: TestLink 1.9
Topic: How to increase tree area
Replies: 1
Views: 3694

How to increase tree area

Hi,
is it possible to increase the tree area (for requirements and testcases) in the left frame.

thx
by partymungo
Tue Feb 09, 2010 3:05 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: is there a way to attach file using xmlrpc?
Replies: 4
Views: 6209

Hi, maybe not very fine ..... but it works (for my purpose) :lol: #! /usr/bin/env python # Testlevel: Systemtest # Testclassification: Function # Testsuite: Remotemanagement # Main focus: # Target: Attach testdata to testresult import MySQLdb import time import os import string import getopt import ...
by partymungo
Mon Feb 08, 2010 9:54 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: is there a way to attach file using xmlrpc?
Replies: 4
Views: 6209

Hi,
currently there is noa API call to add an attachement (as i know). Because of that, i use mysql statements to add files to the test case result. Not very fine but it works. If you are interested in, i can provide you with a python script.
by partymungo
Tue Feb 02, 2010 2:26 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: trigger suite export from script
Replies: 0
Views: 2281

trigger suite export from script

Hi all,
is it possible to trigger an export (xml, all testsuites) from command line or python script?

thanks in advance
by partymungo
Mon Jul 13, 2009 8:13 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: "Execution Type" and "Test Importance" i
Replies: 1
Views: 3003

"Execution Type" and "Test Importance" i

Hi,
is it possible to show the fields "Execution Type" and "Test Importance" in testresult like the custom fields?

Thanks for your help
by partymungo
Wed Feb 04, 2009 3:24 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Relationship between custom fields
Replies: 0
Views: 3850

Relationship between custom fields

Hi, is it possible to define a relationship between custom fields? I want to define two CFs. Depending on the value which is selected in CF1, the possible values in CF2 should vary. For example: CF1 is a list of software products and contains the values: P1|P2|P3 Each Product is available in more th...
by partymungo
Tue Nov 18, 2008 4:37 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Question about test execution
Replies: 0
Views: 3786

Question about test execution

Hi, i try to migrate from TL 1.8Beta2 to TL 1.8RC1 and got a different behavior in test execution. After pressing the button [execute And save results] in test execution screen, i get the following messages in apache2 access.log: TL 1.8 Beta2 127.0.0.1 - - [18/Nov/2008:17:14:38 +0100] "POST /te...
by partymungo
Thu Nov 13, 2008 1:09 pm
Forum: XML-RPC API
Topic: not possible to add note by using "reportTCResult"
Replies: 5
Views: 9982

Hi, this problem is not a TL bug, it was a problem within my implementation. For those who are interested, this code will work: class TestlinkAPIClient: SERVER_URL = "http://localhost/testlink/lib/api/xmlrpc.php" DEV_KEY = "YOURDEVKEY" def __init__(self): self.server = xmlrpclib....
by partymungo
Thu Nov 13, 2008 10:16 am
Forum: XML-RPC API
Topic: attachment
Replies: 1
Views: 5048

attachment

Hi,
does somebody know if it is possible to add an attachment to a test result by using the API?
by partymungo
Wed Nov 12, 2008 1:30 pm
Forum: XML-RPC API
Topic: How to use "getTestCaseCustomFieldDesignValue"
Replies: 6
Views: 10504

How to use "getTestCaseCustomFieldDesignValue"

Hi, does somebody know how to use "getTestCaseCustomFieldDesignValue"? I try the following: class TestlinkAPIClient: # substitute your server URL Here SERVER_URL = "http://localhost/testlink/lib/api/xmlrpc.php" DEV_KEY = "415b2ad35607e3548e4554d160a61e4a" def __init__(s...
by partymungo
Mon Nov 10, 2008 10:36 am
Forum: XML-RPC API
Topic: not possible to add note by using "reportTCResult"
Replies: 5
Views: 9982

done
by partymungo
Thu Nov 06, 2008 4:45 pm
Forum: XML-RPC API
Topic: not possible to add note by using "reportTCResult"
Replies: 5
Views: 9982

not possible to add note by using "reportTCResult"

Hi, i try to add a testresult and corresponding note to a testcase by using "reportTCResult" and get the following error: result = client.reportTCResult(testcase_id, testplan_id, result, build_id, note) TypeError: reportTCResult() takes exactly 4 arguments (6 given) ("result" and...
by partymungo
Fri Sep 05, 2008 11:51 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: import TestCase data: invalid result
Replies: 2
Views: 5157

import TestCase data: invalid result

Hi, i added a additional test result ("in_progress"; qualifier is "i") as described in the installation and configuration manual and everything works fine. But if i try to import xml test results including this new qualifier i get the following error message: import TestCase data...
by partymungo
Thu Sep 04, 2008 10:19 am
Forum: XML-RPC API
Topic: General question: XMLRPC operation mode
Replies: 0
Views: 4946

General question: XMLRPC operation mode

Hi all, is there somebody who can give me a short introduction into the TestLink XMLRPC operation mode? I try to run the python example from API documentation, but can't bring it to work even though i read a lot of posts in this forum. There are some beginner questions like: What is the general comm...
by partymungo
Thu Sep 04, 2008 7:37 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Problems while adding test case execution results
Replies: 3
Views: 6643

Hi fman,
many thanks for the quick response. Now it works.

I'm sorry for this rookie mistake (shame on me). :oops: