Anyone here using AI to automate software testing? What tools do you like?
Is anyone actively using AI to automate their software testing? What tools are you finding effective? I'm currently drowning in regression tests after our last major release, and I'm seriously looking for ways to streamline the process. Manual testing is just taking too long, and our QA team is stretched thin. We've explored some traditional automation frameworks, but maintaining those scripts feels like a full-time job in itself. Hoping AI can offer a smarter, more adaptable solution. Any recommendations would be greatly appreciated!
4회 조회

Okay, so we've implemented AI into our testing cycles over the past year, with some successes but also some challenges. We started with one of the popular codeless automation tools that uses AI to identify UI elements and generate tests automatically. It's really neat, but not a silver bullet. It's great for quickly creating tests for basic functionality, but it sometimes struggles with more complex scenarios. I've been reading up on the benefits of AI in test automation and I found this article that goes into detail regarding some concerns https://www.trinetix.com/insights/ai-test-automation. What has really helped is using AI to analyze our existing test data and identify gaps in our coverage. It's allowed us to focus our manual testing efforts on the areas where we need it most.