Zephyr scale API to upload attachments
We recently migrated from testrail to Zephyr but the screenshots were lost in the transition. Is there a way to upload attachments to testcases programmatically? I don't see a way to achieve this in your api documentation... https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Test-Cases/operation/updateTestCase91Views1like0CommentsInfo on Zephyr LTE API
Hi, I'm currently working on a project where I need to send data received from a Bluetooth Low Energy (BLE) device over an LTE connection using Zephyr. Could you please let me know if there are specific APIs available for LTE in Zephyr, or if there are recommended methods to achieve this functionality? Any guidance or examples would be greatly appreciated. Thank you in advance!132Views0likes1CommentDoes Zephyr support MS SQL and Active Directory service account?
We are working to install Zephyr however have few questions: Is Zephyr Enterprise support MS SQL? If yes, which version or licensing do we need? If MS SQL supported, can we use Active Directory service account to connect to SQL DB via a JDBC connection?106Views0likes1Comment401 Authorization Error/Timeout
Hi, I am currently working with codebase in ruby which exports XRay data from Jira with the intention of importing the data as testcase in Zephyr. The Zephyr server is up an running. I have the API token with the credentials as well. I believe is able to reach Zephyr through the token since the API token website reflect being accessed in the indicated time I run the codebase. The import function is as follows: def import_test_exports_into_zephyr(xray_project_id, zephyr_project_id, release_id) temp_test_folder_id = 17 tasks = [] test_exports = get_test_export_objects(xray_project_id) test_exports.each do |test_export| task = lambda { return Zephyr::create_test(test_export, zephyr_project_id, release_id, temp_test_folder_id) } tasks << task end responses = Async::run_tasks(tasks) responses.each do |response| puts response end end The purpose of the function is to create multiple test cases and import them in async manner. There are two types of error that I am getting when I run the codebase: Sometimes is this one: Failed to open TCP connection to BASEURL:443 (Blocking operation timed out!) (IO::TimeoutError) Other times is this one: { "errorMsg" : "You do not have WRITE permission to perform this operation. Please contact the administrator.", "errorCode" : "102z01" } any suggestions? Thank you, Luis91Views0likes0Commentstest repository - Updates to tests not saving
A few people on my team have noticed that when updating a test in Test Repository, quite often the updates do not save. If you navigate out of that particular test and come back to it later the updates will not show. Has anyone else experienced this and fixed it? It's taking FOREVER to update a suite of tests as we're having to triple check everything.219Views1like1Commentfunctional comparison
Hi, I'm looking for an accurate and detailed comparison of functionalities offered by the different versions of Zephyr: Enterprise, Scale, Zephyr and Squad. Preferably in the form of an easily readable tablet. Is this available anywhere? Or can you ask someone to prepare it for you?284Views0likes0CommentsAttaching Screenshots into failed test case - Testng via Jenkins Zee Reporter
Hi All, I am using selenium + Testng framework and it is integrated with zephyr after jenkins build using zephyr enterprise plug in (Zee Reporter). And, whenever test case is failed, it is able to pick the exception block from testng-results.xml and attaching log on the same. The same way would like to attach the screenshots to failed test case. Please help if any solution on this409Views0likes0CommentsAdd timestamp for test execution attachment added via REST API
In Zephyr Enterprise 7.10 version via REST API when I upload test case execution attachment it is not showing timestamp on the attachment. But if I upload the same attachment via GUI it is showing the timestamp. May I know how to add timestamp for attachments The API endpoint is /flex/upload/document/genericattachment and the here is Zephyr reference documentation https://zephyrdocs.atlassian.net/wiki/spaces/ZE/pages/2193588228/Add+an+Attachment526Views0likes1Comment