CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2018
    Posts
    2

    Question Feedback on AI QA Triage Automation

    I am working on building an AI defect triage system that analyzes patterns in defect reports/issue tickets to automate triage and predict duplicated issues, bug severity/priority and the software component associated with the bug. This should help companies develop higher quality software by improving dev/QA/project management team productivity. Would anyone use something like this?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Feedback on AI QA Triage Automation

    Depends. Is it built on existing platforms like Gira or TFS? If not, the benefits may not out weigh trying to integrate another 3rd party system into existing day-to-day processes.

  3. #3
    Join Date
    Jan 2018
    Posts
    2

    Re: Feedback on AI QA Triage Automation

    Quote Originally Posted by Arjay View Post
    Depends. Is it built on existing platforms like Gira or TFS? If not, the benefits may not out weigh trying to integrate another 3rd party system into existing day-to-day processes.
    Yeah, it would integrate with existing bug tracking tools like the ones you mentioned. I agree that having everyone move over all their bugs to a new platform would be too disruptive to established workflows.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Feedback on AI QA Triage Automation

    It sounds like an interesting project. Good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured