Good morning / afternoon,
Is it possible to plan multiple executions of the same test within the same cycle?
In other words: during a given cycle, I want the same test to be run by 5 different people, and keep track of each execution individually?
Thank you,
Julien
Hi Julien,
No you can not. The ad hoc is a special location. This location allows you to execute test cases on the fly. They have no true belonging meaning they do not belong to any test cycles. They just needed to be executed immediately so that you have a result. This is why you can have the same test in there more than once.
The rest of the cycles do not work like this. They represent a build or an environment to which you are testing the test case against. This is why you can only assign a test once to a single cycle.
Kind Regards,
Emily
With so much interest in this feature (adding the same test to a user defined test cycle), is Zephyr going to support making this a configurable setting in the future?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would like this as well, I have a build that needs to be tested using the same test case against several different browsers. I don't want have to create multiple Test Cycles for the same build or create duplicate test cases just to identify the browsers used.... <sigh>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here, I need to execute the same test case on multiple devices and browsers, and of course I cannot duplicate the test case for just that.
Any clue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes same for me. IF the same cycle has to run multiple times is there any way ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. I assumed this would be possible. It seems like a given that tests would be repeated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Upper question would be interesting for me too. It would be good, if this option could be configured for every cycle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree this is a big miss as a test management tool and not able to track multiple execution in the same test cycle. at least, as a workaround, if I'm able to add another adhoc type and name it something else, I could make it work. has anyone able to add another adhoc or rename the adhoc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I notcied you can add the same test multiple times to the ad hoc cycle, but my question is to do that for a user defined cycle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is it still same even after 5+ years ? any solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, no one @zephyr seems to help users with this basic need for testing same test case with multiple conditions!!
I do hope someone is listening and looking at this as this DEFINITELY puts me OFF of Zephyr!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can achieve this by using Folders to sub-structure the Test Cycle. The drawback is that folders are not visualized in a bar chart Test Execution gatget - there are only Test Cycles. But you can add the same tests to the different Folders of given Test cycle - which is what you often want (f.e. to group tests done on particular browser).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Arshiya Ali How did this work for you please? Its something which is obviously frustrating others across the board too :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why you need to run the test again and again?
I mean if some one wants to run the same test for different set of browsers.
Either you can :
1. Run it one time and give the comments for how many browsers you are running it.
2. Or, Make different TCs for different browsers.
Though,first one is better option ,Anyways,Zephyr or Jira is based on Agile methodology which means that there is not much documentation on detailed basis .This means that you have to write test scenarios on high level covering all aspects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But management and the government are pushing this methodology down every software developer and tester's throat whether it fits or not. So we are trying to be efficient using it for big enterprise type applications rather than quick turn consumer gaming and iPhone applications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please suggest me how to do the below.
I am basically Leading Mobile Testing team and we need to execute the same set of Test Cases under same Sprint in Different devices like Andriod XX, YY, ZZ and IOS AA, BB, CC Models.
How can I create different Test Set for different model of Android and IOS for Same set of Test Cases under same Sprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Emily,
What would be your suggestion to run the same test cycle on several different environments ? We are currently cloning it and changing the environment field. Would be a way to "group" these clones in some view or report ?
Thanks a lot,
Tiago.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Absolutely! This is the biggest failing in Zephyr. I love JIRA and I love Zephyr but this issue frustrates me to tears.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Is there any news about this requirement? We also need to rerun our tests under on test cycle more than ones. I want to track under on cycle how many times I execute the same test.
Thanks,
Özge
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
Just to let you know, in the end we are just using a naming convention, which has an "itteration" component to it, and clone test script.
You could also use Labels I guess to record the test number without the itteration, to then allow grouping for reporting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are evaluating Zephyr now and would also like to see this ability of executing the same test in the same version and same test cycle multiple times. Our versions (or release cycles) may go on for multiple weeks and within that one release cycle ("version" in JIRA), we may want to execute the same test multiple times, maybe even daily. Assuming we want to maintain all the past results (and we do), it would be better if we didn't have to create a new test cycle every time we need to run the test again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Julien,
It is not possible to ad the same test to the same cycle. For your use case what you might want to do is this:
You can use versions to help structure the test cycles. In each version, you can have multiple cycles. Each cycle will have the same test cases in them. When you create the test cycle, add a description and in the description place the name of the tester. Since you want it run by 5 different people, you can have each cycle then dedicated to each tester. Once the testers are finished you can get a comparison of how the execution turned out for each person.
Kind Regards,
Emily
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Emily. And so there is no way to configure a cycle the same way the "ad hoc" cycle is configured, in order to allow this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Emily,
In this case what gadget we can use to compare the results for each tester? please suggest. i want to avoid any manual analysis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.