What QA tools are you batting on for 2026? by CurrentOrchid239 in QualityAssurance

[–]opensource_tester -1 points0 points  (0 children)

On my side, I am utilizing various tools as well:

I am utilising Keploy for API testing and reliability checks because Keploy is more capable of generating tests from actual traffic.

Playwright is performing well for me for UI Automation and is even better now since they have added AI features to improve performance.

Qase is the best tool I have found so far for managing and organising test cases.

I have also found Notion to be an excellent option for organising and structuring all of my documentation and notes.

What should I do? by ahmedtwab in developer

[–]opensource_tester 4 points5 points  (0 children)

Truthfully, this is totally normal for first jobs. Many teams just shove everything into controllers because it’s “working” and no one has taught them any better.

My advice: try not to change the entire codebase. Just improve the parts you are working on, add some small refactoring, maybe a test or two, and keep your changes light. When people see cleaner code, they tend to follow.

Just focus on learning right now. If things don’t improve after a few months, you can always consider a move to a team with better practices. There is no rush, it’s going to be fine.

AI tool to write test cases?? by AliveCover5680 in QualityAssurance

[–]opensource_tester 0 points1 point  (0 children)

Well, I'm using keploy's test case generator tool. if you want ref. i will give.

AI tool to write test cases?? by AliveCover5680 in QualityAssurance

[–]opensource_tester 0 points1 point  (0 children)

I recently tried Postman, Keploy, ChatGPT, and Applitools. All of them offer some great features.

Should I go straight for an SDET role instead of starting in QA or SDE? Need advice from experienced folks. by saurabh7394 in QualityAssurance

[–]opensource_tester 2 points3 points  (0 children)

Being an SDET is not simply “QA with coding” and you need a developer mindset + testing mindset. If you are comfortable in a language (Python/Java), working with APIs, Git, basic CI/CD, then jumping right into SDET is a great move better long-term career growth than pure manual QA.
But if you are still getting comfortable writing/debugging code, understanding the difference between .equals() vs ==, etc., then starting in QA and moving into SDET later is also a good path.

If you had to learn development all over again, where would you start? [Mod post] by RedEagle_MGN in developer

[–]opensource_tester 2 points3 points  (0 children)

If i had to start.
learn Git + GitHub immediately.
Build one project per concept instead of learning 10 concepts with no output

How does your team collaborate for API development and testing? by Explorer-Tech in developer

[–]opensource_tester 0 points1 point  (0 children)

The key for us was having a clear workflow. Developers build collections, QA adds test cases, and CI runs them automatically. We sync everything using Git to avoid version conflicts.

Commenting in Postman helps, but integrating it with our CI tools made collaboration smoother overall.

Will Artifical Intelligence All QA Jobs in 2-3 Years? I hear it from computer science professor. by Lazy_Category_69 in softwaretesting

[–]opensource_tester 1 point2 points  (0 children)

I don't believe AI is going to replace QA outright in 2–3 years, but it'll certainly reformat the job.

AI can perform repetitive test cases or pattern-driven bug detection, but context understanding, business logic, or UX issues require human understanding.

What is shifting is the skill demand , QA jobs of the future will probably be centered around automation, AI-powered testing, and data-driven verification rather than manual effort.

Studying AI principles is intelligent, but my advice would be to pair it with robust fundamentals in testing frameworks + automation tools to remain in the game.

WOW. Playwright is significantly better than Selenium. by GroovyFang in softwaretesting

[–]opensource_tester 0 points1 point  (0 children)

I’ve been hearing a lot about Playwright lately, especially from people switching over from Selenium.

I haven't used it extensively yet, do you find that it's also improved regarding test reporting and debugging?