Quantcast
Viewing all articles
Browse latest Browse all 14708

Re: How to find the Field names in TESTSET?

Hi Trudy Claspill, 

 

Than you for your reply..

 

Finally i got successfully retrieved all my testset fields .

 

 string a6 = Convert.ToString(test["TC_EXEC_TIME"]); //planned exec date

 

 

Here my another requirement is that also retrieve fields in Defects.. But I didn't find field names in OTA API reference guide(provided by HP).

I tried like this

string b5 = Convert.ToString(bg["BG_PROJECT"]); 
string b6 = Convert.ToString(bg["BG_STATUS"]);

string b7 = Convert.ToString(bg["BG_TARGET_CYCLE"]);

 

Last statement showing Invalid field name error.

 

Please help me to get all field names.

 

Thank you

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles