Skip to main content

this Lib is to get the TFS testPlan data, and communicate with TFS API to get the test cases from TFS. Then extract the Testcases as XML file.

Project description

to install the Lib:

  • Excute the command pip install get-test-cases-from-TFS==0.x.0 where x is the required version

to use the lib:

  • use create_config_from_user_data imported from create_config_file method to pass the TFS project data and TFS API key, then it will create the config file and store the parameters in it(append the params to the existing file if any)
  • use featch_testcases_from_TFS imported from featch_testcases_from_TFS method to get the json response of TFS as it is, including all the info
  • use fetch_test_cases_and_create_xml imported from communicate_TFS to get the XML file that contains the testcases from the TFS, the cases are the ones in the test plan with the same ID which is passed in create config from user data method

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

get_test_cases_from_TFS-0.3.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

get_test_cases_from_TFS-0.3.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

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