Sunday, 15 May 2011

c# - How to find the Field names in Defects in HP ALM? -



c# - How to find the Field names in Defects in HP ALM? -

i'm retrieving fields hp alm. here problem field names.

bugfactory bf = (bugfactory)qcc.bugfactory; list bugs = (list)bf.newlist(bf.filter.text); string b5 = convert.tostring(bg["bg_project"]); string b6 = convert.tostring(bg["bg_status"]); string b7 = convert.tostring(bg["bg_target_cycle"]);

first 2 fine result , lastly statement showing invalid field name error.

please tell me right way field names.

thank you.

see reply question:

hp quality center field names

it has sample code shows how programmatically determine fields given mill object. have bugfactory object perfect start.

c# qc alm

No comments:

Post a Comment