Skip to content

Application that converts Testlink Testcases to .qft-Files (for QF-Test)

License

Notifications You must be signed in to change notification settings

VISUS-Health-IT-GmbH/TestlinkToQFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Backend for Converting Testlink-Testcases into .qft-Files

Routes

Route Methode Bedeutung
http://Hostname:3110/tl2qft/library_names GET Returns QFT-Libraries read from a Repository
http://Hostname:3110/tl2qft/testcase/{id}/{version}/{includes} GET Requests creation of a testcase

Parameter for "testcase"-Route

{
    "id": str: External ID of Testcase to be created,
    "version": int: Testfall-Version: 1-100,
    "includes": list[str]: Optional, Libraries to include in .qft-File
}

USE

  1. Install libraries from requirements.txt-File
  2. Fill in specific paths in config.json and TestlinkApplication-files
  3. run using "python backend.py"

About

Application that converts Testlink Testcases to .qft-Files (for QF-Test)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages