Hello everyone!
I work as a manual QA engineer and I am looking for AI tools to improve QA processes in our team. Could someone please recommend some AI tools that you are using for QA purposes?
I need the following from the tool:
- create test cases
- create documentation such as a product training manual, knowledge transfer documents and etc.
- suggest improvements
- find gaps in test coverage
 
            
              
              
              
            
            
           
          
            
            
              Hi @evgeniya_kv,
Great question — I’m also a QA engineer (manual), and I’ve recently started exploring a few AI tools to speed up and improve our QA processes. Here are a few I’d recommend looking into:
- 
Testim / Mabl – These tools use AI to help generate and maintain automated test cases. They’re especially good at identifying flaky tests and adapting to UI changes. 
- 
ChatGPT / GitHub Copilot – I use these to draft test cases, write documentation (like product manuals and KT docs), and even suggest edge cases I might’ve missed. They’re great for quickly generating structured content. 
- 
TestRail with AI plugins – Some integrations can analyze existing test suites and highlight coverage gaps or redundant cases. 
- 
Katalon TestOps – Provides AI-driven insights into test performance and coverage. 
For documentation, AI writing assistants (like Notion AI or ChatGPT) are incredibly useful — they can take your raw notes and convert them into polished manuals or guides in seconds.
Using these tools has really helped our team reduce repetitive work, focus more on exploratory testing, and improve overall test coverage.
Hope this helps!
— Steve
             
            
              
              
              
            
            
           
          
            
            
              Thank you so much Steve! I’ll learn more about tools you suggested. I really appreciate your response!