Is there a way to change the Build no. field for TCER and upload using python script
One answer
Hi,
I think I did not understand the question properly. But the way related functionality works is as follows -
1. Let us ensure that there is a Build Record associated with Test Case Result.
2. On the TCER table view, add "Build for last result" column by adding it via "Change Column Display Settings".
3. This column should indicate the Build Record name which was used in the last test case result for TCER.
4. Downloading the spreadsheet for this table view, would contain the build record name as well.
Are you looking for any additional information other than Build Record Name related with TCER and associated result?
Alternatively you could use OSLC API to fetch record of TCER, and Test Case Result. Map the build information with TCER related with a given result. And make use of this mapping the way you want. But I guess this is not required in your case.
Thanks,
Abhishek