C# 클래스 Meyn.TestLink.TestCaseFromTestPlan

test cases as they are returned from a test plan
This is different from TestCase as it returns additional info from the testplan. Maybe this should be refactored with a testplandetails subclass
상속: TL_Data
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
assigned_build_id int
assigner_id int
exec_id int
exec_on_build int
exec_on_tplan int
exec_status TestCaseResultStatus
executed int
execution_notes string
execution_order int
execution_run_type string
execution_ts string
execution_type int
external_id string
feature_id int
importance int
linked_by int
linked_ts System.DateTime
name string
platform_id int
platform_name string
priority int
status string
summary string
tc_id int
tcversion_id int
tcversion_number int
tester_id int
testsuite_id int
tsuite_name string
type string
urgency int
user_id int
version int
z int

공개 메소드들

메소드 설명
GenerateFromResponse ( CookComputing.XmlRpc.XmlRpcStruct list ) : List

This is used for the call GetTestCasesForTestPlan using the returned list from TestLink, generate a list of data

비공개 메소드들

메소드 설명
TestCaseFromTestPlan ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

메소드 상세

GenerateFromResponse() 공개 정적인 메소드

This is used for the call GetTestCasesForTestPlan using the returned list from TestLink, generate a list of data
public static GenerateFromResponse ( CookComputing.XmlRpc.XmlRpcStruct list ) : List
list CookComputing.XmlRpc.XmlRpcStruct
리턴 List

프로퍼티 상세

active 공개적으로 프로퍼티

marks the test case as active
public bool active
리턴 bool

assigned_build_id 공개적으로 프로퍼티

the build id the test case is assigned to
public int assigned_build_id
리턴 int

assigner_id 공개적으로 프로퍼티

public int assigner_id
리턴 int

exec_id 공개적으로 프로퍼티

public int exec_id
리턴 int

exec_on_build 공개적으로 프로퍼티

build id where it was last executed on
public int exec_on_build
리턴 int

exec_on_tplan 공개적으로 프로퍼티

test plan id where it was last executed
public int exec_on_tplan
리턴 int

exec_status 공개적으로 프로퍼티

the last execution status
public TestCaseResultStatus exec_status
리턴 TestCaseResultStatus

executed 공개적으로 프로퍼티

public int executed
리턴 int

execution_notes 공개적으로 프로퍼티

public string execution_notes
리턴 string

execution_order 공개적으로 프로퍼티

public int execution_order
리턴 int

execution_run_type 공개적으로 프로퍼티

actual execution type on last run 1=manual, 2 = automatic
public string execution_run_type
리턴 string

execution_ts 공개적으로 프로퍼티

timestamp when it was executed. blank if not yet executeed
public string execution_ts
리턴 string

execution_type 공개적으로 프로퍼티

the execution type set in the test case 1=manual, 2 = automatic
public int execution_type
리턴 int

external_id 공개적으로 프로퍼티

the id displayed on the UI, but without hte prefix
public string external_id
리턴 string

feature_id 공개적으로 프로퍼티

public int feature_id
리턴 int

importance 공개적으로 프로퍼티

public int importance
리턴 int

linked_by 공개적으로 프로퍼티

public int linked_by
리턴 int

linked_ts 공개적으로 프로퍼티

public DateTime,System linked_ts
리턴 System.DateTime

name 공개적으로 프로퍼티

public string name
리턴 string

platform_id 공개적으로 프로퍼티

public int platform_id
리턴 int

platform_name 공개적으로 프로퍼티

public string platform_name
리턴 string

priority 공개적으로 프로퍼티

//the priority assigned in the test case(?)
public int priority
리턴 int

status 공개적으로 프로퍼티

not clear what this is. It is NOT the same as the status in the other test case classes
public string status
리턴 string

summary 공개적으로 프로퍼티

public string summary
리턴 string

tc_id 공개적으로 프로퍼티

public int tc_id
리턴 int

tcversion_id 공개적으로 프로퍼티

public int tcversion_id
리턴 int

tcversion_number 공개적으로 프로퍼티

public int tcversion_number
리턴 int

tester_id 공개적으로 프로퍼티

public int tester_id
리턴 int

testsuite_id 공개적으로 프로퍼티

public int testsuite_id
리턴 int

tsuite_name 공개적으로 프로퍼티

public string tsuite_name
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

urgency 공개적으로 프로퍼티

urgency set in test plan
public int urgency
리턴 int

user_id 공개적으로 프로퍼티

public int user_id
리턴 int

version 공개적으로 프로퍼티

public int version
리턴 int

z 공개적으로 프로퍼티

public int z
리턴 int