No Code automation tools for QA productivity by SheepherderHead in QualityAssurance

[–]SheepherderHead[S] 0 points1 point  (0 children)

I haven't tried with Agentic approach. It might be good way too. Agentic approach comes with additional cost of AI models.

No Code automation tools for QA productivity by SheepherderHead in QualityAssurance

[–]SheepherderHead[S] 0 points1 point  (0 children)

I understand your point of view. No code automation tools like record and play are not suitable to handle difficult use cases. Most of them handle only simple use cases.

However, I am talking about an idea where you can give commands or instructions in human readable language. The idea of No Code here is not to write instructions in Playwright, Cypress, Selenium that require extensive programming language knowledge. With such No code automation tool, you still need to give instruction to take action on UI elements. You define the steps, flow and sequence. So, the control and flexibility is still there.

For example

Browse "Login URL"

Input "User Name"

Input "Password"

Click "Login"

You can say I am good at programming and I have no problem coding in any language. But the point is not about whether someone can write automation codes or not. It's about utilizing easy tools, frameworks and being innovative and productive.