Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

niko-dunixi/python-qtest-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED: Python QTest Library

A client library to interact with the qTest API, which one can reference here: api.qasymphony.com

Archived Notice:

While working for a previous company, I wrote this to support some individuals that needed programatic access to the QASymphony API. I do not have the time to allocate to continued support for this project, unfortunatley. I have decided to archive this solution to keep code as a reference, but I will no longer be updating or maintaining this project.

As a substitute, you are free to leverage the automatically generated API provided directly from them. Arrow pointing to Python tab on API page

Installation

pip install qasymphony-qtest-library

Usage

from qtest import qtest

qtest = qtest.QTestClient(username="username@yourco.com", password="password", site_name="yourco")
all_projects = qtest.get_projects()
project_names = [project['name'] for project in all_projects]
print(project_names)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published