get_test_cases: Get Test Cases

Description Usage Arguments Value Examples

Description

Get a list of test cases for a particular product. Currently uses the team's default area path.

Usage

1
get_test_cases(test_case_id_list, date = format(Sys.Date()))

Arguments

test_case_id_list

A comma-separated list of test case IDs. Use get_test_case_ids to acquire a list of test cases.

date

The TFS API has the ability to fetch data as of a certain date. Passing a date object will return a list of work items as of this date. Defaults to today's date.

Value

api_post class of test cases

Examples

1
2
test_case_id_list <- '50000, 51000, 52000'
get_test_cases(wi_id_list)

nickclark1000/rtfs documentation built on May 23, 2019, 4:47 p.m.