top of page

Groups Feed

View groups and posts below.


This post is from a suggested group

Get test cycle execution api missed comments&attachments

When I call

/api/v1/project/{jiraProjectId}/testcycle/{testCycleId}/testcase

and /api/v1/project/{jiraProjectId}/testcycle/{testCycleId}/testrun the comments and attachments fields are missed.


{ "items": [ { "ID": 3927, "testCase": { "ID": 449, "jiraProjectID": 10143, "permission": { "value": 15 }, "key": "QLOPS-TC-10", "version": 2, "title": "karl task test case 2", "description": null, "precondition": null, "ownedByID": "712020:e16db66d-4a22-417f-8c87-969138b762e4", "folder": null, "status": { "ID": 11, "name": "Published", "description": "The test is ready for execution" }, "priority": null, "scriptType": { "ID": 5, "name": "Classic", "description": "Steps represented in default representation - step, data and expected results", "isEnabled": true }, "type": null, "jiraComponentID": null, "jiraComponentIDs": [], "jiraReleaseID": null, "jiraReleaseIDs": [], "estimatedEffort": null, "createdDate": 1735615271908, "updatedDate": 1736414949388, "isArchived": fa…


13 Views

This post is from a suggested group

Import Other Fields

Hi all. My team is fairly new to using AIO. We already have a decent amount of automated test cases using NUnit as our test runner. My current task is to figure out how to get those test cases imported into AIO. I found the documentation regarding import test results files and after a simple test with a small amount of cases, I was able to get it to work. However, after the import was done I noticed that not all fields from my test results file were imported into AIO. For example, take this test from our repository:


    [Test]
    [Category(TestCategory.ManageAppApi)]
    [Description("Verifies that a property with open violations that are updated to closed returns the correct counts for those items.")]
    public void Properties_UpdateOpenViolationsToClosed_Test()

As you can see, it has both the NUnit Description and Category attributes. I did a test run including this test. I then imported it into AIO.…

51 Views
Niharika
Niharika
25. März

Hello Bryan,


We had tried putting the Description like you had in our tests and generated the xml. The description still didn;t show up. Can you please let us know how are you generating the report file and the versions being used.


Regards,

Niharika

This post is from a suggested group

Scheduling report generation

Is it possible to schedule a report generation as well as the distribution of the generated report? In other test case management applications this is possible. Thanks

24 Views
Harsh Agarwal
Harsh Agarwal
19. März

Hi,

Yes it is possible. Please refer to the documentation link below


https://aiosupport.atlassian.net/wiki/spaces/AioTests/pages/2032992365/Scheduling+Reports


This post is from a suggested group

Move Test Cycles with execution history to new project

In AIO, how can I move the test cycles with execution history from one JIRA project to another?

27 Views
Saisree Tata
Saisree Tata
11. März

Thank you!

This post is from a suggested group

Avoid adding linked test cases to Execution cycle

We have common steps in our test flows like Login, Navigate to Menu in multiple test cases so we decided to create reusable test cases

TC1 - One test cases with the steps to login

TC2 - Another to Navigate to menu

This helped us avoid redundancy, But some teams when they are planning Regression execution they pull test cases from respective team folders which leads to adding the TC1 and TC2 which is not required because we are testing them in multiple test cases where they are linked.


Any suggestions on how we could avoid this from happening?


Kind Regards,

25 Views

Hi Vishal,


Thank you for suggestion, if i use the below suggestion than the responsibility to update the test case is vague as it does not fall into any teams responsibility area.


That is why i was trying to find another way to resolve this.


Regards,

Vikrant


This post is from a suggested group

Gateway time out error while generating report (run distribution) with heavy data.

Summary:-

Gateway time out error while generating report (run distribution) with heavy data


Steps:-

1. Create Test Cycle

2. Add test cases to test cycle( add around 30k cases)

3. Create report based on added test cases


47 Views

Hi ,Noopur

We execute suite based on release :-

3 Month release( all priority cases (30-35K), cases are qualify for test execution)

1 Month Release(high priory cases (5K) are qualify for test execution)

1 Week Patches release (Critical test cases (1.5K) are qualify for test execution)


E.g. For 3 month release cycle.We received QA build on weekly basis.

We add all cases to the first QA cycle and respective team execute them.

Based on the filter criteria we keep moving NotRun/Failed/Blocked/in Progress cases to the next QA cycle, until the completion of the release.

___________________________________________________________________________________________________________________


Additional discussion

AIO Issue List:-

1. Session time-out error while adding or moving test cases heavy data(5-6K cases)

Workaround:-( Add chuck wise date(1.5 to 2k cases)

2. Gateway time-out error while generating report with heavy data(run distribution report with 32k cases)

Workaround:-(Sending pdf file through email)

3. User need to click multiple time in order to open Folder filter(multiple folder with test cases should be available in the global repository)

Workaround:-Need to wait till opening of folder filter

4. Record per page is limited to 100

Workaround:-Need to select 100 pages and go to next page till entire selection

5. From cycle Execute offline/export date is not exporting excel/pdf heavy data(32K case)(Gateway timeout error/unknown error)


Notes:-

Please let me know ,if these issues are reproduced at AIO product side.

If yes, then it should be mentioned in release notes along with workaround.

If no, it should be filled. we can upgrade to the updated release after the bug fixes and with new enhancement.

___________________________________________________________________________________________________________________


Best Regards,

Vinaykumar

This post is from a suggested group

Proper way to use cases | sets | cycles?

Hello,

We've been using AIO in a specific manner, but we've encountered a small issue and wanted to check if we're correctly utilizing test cases, sets, and cycles.

Our process is as follows:

  1. We start by creating test cases, organizing them into folders based on product areas.

  2. These test cases are then added to test sets corresponding to their related user stories. We maintain two types of test sets:

  • A Regression Pack set

100 Views
Niharika
Niharika
12. Feb.

Hello Cameron,


Thanks for adding more context. Can you please let us know which report are you using? Or are you using the group by on cycle details page?


Regards, Niharika

This post is from a suggested group

Removing the Cases Associations for the Test Case

Hi All,

I have a situation where I am trying to delete a case, then it is saying the below message.


ree

Can anyone help me on how to remove the Cases in Associations tab of a Test Case?


26 Views

Hi Anuradha, Are you trying to remove a case from a cycle or deleting a case from the Cases list?


If you want to remove the cases that show up in the Cases section under the Associations tab of a particular case, you need to go to the steps of the case listed in this section and remove the case linked as a step.


Please feel free to reach out to us via help@aiotests.com if you face any issues.



Regards, Noopur

This post is from a suggested group

Query API for Jira Attachments

Hi again,


This is kind of linked to my last question, as I think about work arounds....


How can you get all the test cases linked to a specific Jira attachment? Is there an API method to do this?


Thanks!!

32 Views

And as soon as I wrote this. I found it. Thanks again.

bottom of page