Does 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?23Views0likes1Comment401 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, Luis36Views0likes0Commentstest 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.136Views1like1Commentfunctional 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?262Views0likes0CommentsAttaching 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 this369Views0likes0Comments[Inside Zephyr] Check out Zephyr Enterprise 2021 Roadmap Explained by the Product Owner
Hi everyone! Welcome to Inside Zephyr. This is an online event over the course of which you will not only meet the Zephyr Team, but also learn a lot of exclusive insights and get the chance to win prizes! Today’s Inside Zephyr interview is with Govind Drolia (govinddrolia),Zephyr Enterprise Product Owner. Govind speaks about the roadmap and key goals for 2021 for Zephyr Enterprise. Check it out! Watch the interview>> After you watch the interview, join in the discussion and you could easily win a prize*! Today's topic for discussion: Introduce yourself: where are you from? How did you start a career in test management? Don't forget to subscribe to this event tag – InsideZephyr – to get notified of all related posts! * Our expert group will monitor all replies under this post to determine the winners.2.3KViews3likes2CommentsAdd 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+Attachment480Views0likes1CommentSuggestion for additional reporting features
Hi, I would like to suggest to broaden ways to create reports and show details. Now I have functions to filter on Tests having results, but I would like to have more options to query details. Things like the ability to sort on execution time. Or only show the most recently performed test.385Views0likes1Comment