Skip to main content

TestLink API XML-RPC Client

Project description

testlink-api-client

org author github pypi ref

XML-RPC Client For TestLink

Installation

#!/bin/bash
pip install TestlinkApiCLient

Example

#!/usr/bin/env python
from TestlinkApiClient.xmlrpc import TestlinkClient

# Connect Testlink
testlink = TestlinkClient(url='Testlink Access Url', user='Testlink Username', dev_key='Personal Api Key')

# List Project
testlink.list_project()

Function List

  • Project Operations
testlink.list_project()
testlink.create_project(project_name='Project Name')
testlink.create_project(project_name='Project Name', prefix='Prefix')
testlink.delete_project(project_name='Project Name')
  • Plan Operations
testlink.list_plan(project_name='Project Name')
  • Suite Operations
testlink.list_suite(project_name='Project Name')
testlink.list_suite(project_name='Project Name', suite_name='Suite Name')
testlink.get_suite(project_name='Project Name', suite_name='Suite Name')
testlink.create_suite(project_name='Project Name', suite_name='Suite Name')
testlink.create_suite(project_name='Project Name', suite_name='Suite Name', parent_suite_name='Parent Suite Name')
  • Case Operations
testlink.get_case(project_name='Project Name', case_ext_id='Test Case External ID')
testlink.create_case(project_name='Project Name', suite_name='Suite Name', case_name='Test Case Title') 
testlink.create_case(project_name='Project Name', suite_name='Suite Name', case_name='Test Case Title', summary='Test Case Summary', steps='Test Case Steps')
testlink.update_step(case_ext_id='Test Case External ID', steps='Test Case Steps')
testlink.set_execution_result(project_name='Project Name', plan_name='Plan Name', build_name='Build Name', 
                              case_ext_id='Test Case External ID', case_exe_result='Execition Result')
testlink.set_execution_result(project_name='Project Name', plan_name='Plan Name', build_name='Build Name', 
                              case_ext_id='Test Case External ID', case_exe_result='Execution Result', 
                              notes='Execution Log or Notes')
testlink.get_last_execution_result(project_name='Project Name', plan_name='Plan Name', case_ext_id='Test Case External ID')

Parameters Description

  • Test Case Steps

Steps is a list, every step format could find from testlink.step_template

  • Execution Result

PASS: p, pass, passed
FAIL: f, fail, failed
BLOCK: b, block, blocked

Rest Client For TestLink

In The Future

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TestlinkApiClient-0.5.1.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

TestlinkApiClient-0.5.1-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file TestlinkApiClient-0.5.1.tar.gz.

File metadata

  • Download URL: TestlinkApiClient-0.5.1.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for TestlinkApiClient-0.5.1.tar.gz
Algorithm Hash digest
SHA256 d6a914442c8e023c7a100fe9b58620053bb1714937033a429316b7410c22e290
MD5 853eb96af3ae54a356e98595f3885f3f
BLAKE2b-256 8e879dd45a0e6432a4aa3e89810bc21a30d0c53b9f69d714ade8740004a8f3c5

See more details on using hashes here.

File details

Details for the file TestlinkApiClient-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: TestlinkApiClient-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for TestlinkApiClient-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ae6c2feb9d0960cbe06efd5efcc32741805e110d556f8c1bbc984486251515eb
MD5 92a2cee9f9dc238fd593cb4f6fcad231
BLAKE2b-256 92a61f278110566c9fe3b6ffabd39de4543df739bf247377735394c9405f829c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page