WernerOccasional ContributorJoined 4 years ago11 Posts4 LikesLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Custom Fields not accessible within Test Cycle Viewer Simply true. You may raise a ticket to Smartbear. I'm asking me for which reason you need it? I never missed it till now. When I want to change the test cases assigned to the test cycle I always remove all test cases from test cycle and then I add them newly and when adding newly there is possibility to filter also for custom fields. Re: Component field I would say it references the name of the test object (component, product, system, app) which the test case is testing. Re: Zephyr Scale Server API Allows Duplicate Custom Field Options - UI Does Not Hi Mark, I would open a support case at Smartbear. From my pov this is a bug. br, Werner Re: Is Zephyr Scale still in active development? In "Zephyr Scale Server/Data Center" cloning test plans and uploading attachments via REST API is supportet. Seems Cloud does not support it. Re: Export -> Import Then, the only chance is via REST API. It allows to change the standard attributes (not the customized ones) to be changed in bulk. Re: Export -> Import There's some "Edit selected test cases in bulk" once you selected multiple test cases to be updated. Re: Integration Zephyr Scale and Confluence There are a lot of Zephyr-Makros available for Confluence. I assume those normally will be installed once you install Zephyr. Maybe you have to separately install them for your Confluence instance. Re: I need test cases which are not linked to issues (under traceability) in zephyr scale? In Jira click the "Tests" tab and then Button "New Testcase". Re: Is there a way to parse through a testplan API request and get the test plan key? I did it this way: Firts I sent the testplan create POST request, it returns the test plan key within the response text JSON string. Afterwards I sent the testrun (test cycle) create POST request using the test plan key as input value so that the testrun gets referenced within testplan. Re: How to lock a test cycle (mark a test cycle completed and no more allowed to be changed/executed)? Hi Andy, I need locked test executions of all test cases assigned to the test cycle. It means for me: Not anymore changes allowed to result of execution of test cases by means of test step and test case status (FAILED/OK/BLOCKED, ...) as well as execution time. The test case content (description and all its fields) needs to be locked within the test cycle to that version which was used in execution of test cases within the cycle. Archiving the test case does not help me as I still need the test cases for further future new test cycle instances. In future new test cycle instances the test cases may have got enhanced within new versions of test cases for example. Archiving we normally use just instead of deleting test cases completely. Thanks for your help Andy! Werner