Skip to content

Releases: netzulo/qatestlink

UNSTABLE v0.1.2

19 Jan 23:04
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7 (not supported)

PIP install

pip install qatestlink==0.1.2

UNSTABLE v0.1.1

15 Sep 17:44
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink==0.0.9

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
})
# Now type some api_* method
tlm.api_check_devkey()

STABLE v0.0.9

05 Jul 20:49
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink==0.0.9

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
})
# Now type some api_* method
tlm.api_check_devkey()

STABLE v0.0.8

15 Apr 02:36
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink==0.0.8

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
})
# Now type some api_* method
tlm.api_check_devkey()

STABLE v0.0.7

24 Mar 19:31
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink==0.0.7

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
})
# Now type some api_* method
tlm.api_check_devkey()

STABLE v0.0.6

24 Mar 13:19
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink==0.0.6

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
})
# Now type some api_* method
tlm.api_check_devkey()

STABLE v0.0.5

25 Dec 17:12
Compare
Choose a tag to compare

QA Testlink

qatestlink XMLRPC manager for Testlink

Python tested versions

  • 3.6
  • 3.5
  • 3.4
  • 3.3 (not supported)
  • 3.2 (not supported)
  • 2.7

PIP install

pip install qatestlink

SETUP.py install

python setup.py install

Configuration File

::

{
  "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}

Tests

You will need real testlink app running before you can just execute on command line

python setup.py test

Usage ( XMLRPC )


    1. Create JSON configuration ( runtime or read from file, read config section )
    1. Instance testlink_manager object testlink_manager = TLManager(settings=my_json_config)
    1. Use some method name with prefix 'api_'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
    "connection":{
    "is_https": false,
    "host": "qalab.tk",
    "port": 86
  },
  "dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
  "log_level":"DEBUG"
}})
# Now type some api_* method
tlm.api_check_devkey()

PreRelease v0.0.3

08 Dec 23:30
Compare
Choose a tag to compare
PreRelease v0.0.3 Pre-release
Pre-release

Functional tests

  1. Clone project: git clone https://github.com/netzulo/qatestlink
  2. execute test: python setup.py tests
  3. Enjoy lib or help us to develop

TODO

  • All requests tasks for 100% functional library : #7

PreRelease v0.0.2

27 Nov 02:38
Compare
Choose a tag to compare
PreRelease v0.0.2 Pre-release
Pre-release

Functional tests

  1. Clone project: git clone https://github.com/netzulo/qatestlink
  2. execute test: python setup.py tests
  3. Enjoy lib or help us to develop

PreRelease v0.0.1

28 Oct 17:43
Compare
Choose a tag to compare
PreRelease v0.0.1 Pre-release
Pre-release

v0.0.1

Stable tests with python setup.py test