values for soap call to fill in custom fields in test run

Friday, January 17, 2014
Avatar
Dear,

I am automating our tests and I try to load the test run automatic in SpiraTeam through a soap call.
At the moment I did manage to fill in some field of the test run object itself, but I don't manage to fill in the custom fields.
I also don't get an error when I load it.

Do you maybe have some guidlines on how to do this?

At this moment, I have a stucture like mentioned below.
Is it correct to use in the part of Definition the CustomList, or is it prefered to use Options?
The customProperties I am using are lists and I would like to fill in the CustomPropertyListId to identify which value needs to be filled in.
Is it enough to mention the CustomPropertyValueId or is the IntegerValue also required?

Thanks in advance

'v4:remoteTestRun' {
                                'inf:ArtifactTypeId'(5)
                                ....

                                'inf:CustomProperties' {
                                    'inf:RemoteArtifactCustomProperty' {
                                          ....
                                        'inf:Definition'  {
                                            ....
                                            'inf:CustomList' {
                                                '....
                                                'inf:Values'{
                                                    'inf:RemoteCustomListValue'{
                                                        'inf:CustomPropertyValueId'(value) 
                                                   }
...
1 Replies
Friday, January 17, 2014
Avatar
re: kimvijle Friday, January 17, 2014
forgot to mention, I use the soap call TestRun_RecordAutomated1

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Friday, January 17, 2014
  • Last Reply: Friday, January 17, 2014
  • Replies: 1
  • Views: 1619