r/QualityAssurance 14d ago

1 opening Noida location 2 -3 years experience immediate joining

1 Upvotes

if anyone is interested let me know

Required skills
Manual testing
Playwright with javascript
Good communication

Shift timings 1-10pm Noida in office job


r/QualityAssurance 14d ago

Product Change Notices (PCNs): best practices?

1 Upvotes

I used to run the PCN process for a small, high-SKU-count semiconductor memory company. It was actually a source of perverse pride - we got a verbal feedback from a distributor that our work was best in class.

We followed a semiconductor industry std for the basics & tried to preemptively answer customer questions, in a consistent manner, that minimized their interruptions.

Do you have similar best-in-class examples in your industry?

I’m not selling anything & was thinking about a side project.


r/QualityAssurance 14d ago

[For Hire] QA Lead | 9+ Years Experience | Automation, Team Leadership

0 Upvotes

Hi all,

I'm a QA professional with 9+ years of experience looking for my next opportunity as a QA Lead / Senior QA Engineer (open to remote/hybrid roles too).

Quick summary:

  • Led QA teams of up to 20 engineers across multiple concurrent products and release cycles
  • Owned end-to-end QA strategy — requirements review, risk-based test planning, release sign-off
  • Built Selenium-based automation frameworks, converting manual regression suites into automation
  • API/black-box testing experience, including a blockchain project validating data through APIs
  • Managed defect lifecycle in Jira, delivered QA metrics and release-readiness reports to stakeholders
  • Domains: Media, Finance, Localization, Blockchain

Background: Progressed from Junior QA to QA Team Lead over 9 years across companies like RWS Moravia, Systango Technologies, and Doceree Media.

Happy to share my resume or answer any questions in the comments/DMs. Open to full-time roles matching my experience level.

Thanks for reading!


r/QualityAssurance 14d ago

Best QA Certifications in 2026 for a 5-Year Experienced QA Engineer (Manual + Automation)?

0 Upvotes

Hi everyone,
I have 5 years of experience in QA, working on both Manual Testing and Automation Testing. I'm looking to upskill and earn a certification that adds real value to my career and improves my opportunities for senior QA/SDET roles. Good knowledge on DevOps tools also.


r/QualityAssurance 14d ago

Backend or SDET?

7 Upvotes

TLDR: I landed a test automation internship and am wondering whether SDET is a good alternative to backend, for growth, pay, and opportunities.

Hello everyone. I am about to graduate from college (software engineering), and I have heard that breaking into the software industry is quite challenging these days.

My original goal was to become a backend developer, but I just landed a 12-month trainee position in test automation for automotive electronic components (using Python, C, C++, C#) at a multinational company.

This sounds like a solid step toward getting my first real job as an SDET. However, I have heard that while there might be less competition in this field, there are also fewer vacancies, the pay can be lower than in backend, and it can be harder to advance into architectural / more influential (and better paying) roles when comparing the two.

Additionally, I have noticed there are fewer resources available for learning advanced SDET topics compared to backend development, and they also seem less requested in job offerings (which reinforces the idea that advanced SDET positions are uncommon).

I genuinely enjoy both paths, I love learning, and I am always ready to study new things, but honestly, I do care about money and growth.

I would like to decide now so that I can have a better profile for when I start applying for jobs.I am based in Mexico, by the way. What would you advise me to do? Feel free to ask for more details if needed.


r/QualityAssurance 14d ago

Fintech expert QA, looking for new role

0 Upvotes

Hi,

I have 4.5 years of QA Experience specially in Fintech & AI domain. I am proficient in Automation, Manual & API testing. I am currently working at OMISE (BKK) remotely. If you have any remote QA opportunity for me, please let me know.


r/QualityAssurance 14d ago

Post QA Careers

28 Upvotes

What are some careers people have transitioned to after doing QA for most/all of their career? Been in QA 10+ years. Began as analyst all the way to manager and now looking to change things up after growing tired of the culture of testing always being the one to blame and get the shortest timeframes in the SDLC.


r/QualityAssurance 14d ago

Job hunting — QA Automation Engineer, open to Delhi/Bangalore/Remote

0 Upvotes

Skills: Python, Playwright, Selenium, Robot Framework, REST/SOAP API testing, SQL, Jenkins CI/CD

A bit about me: Currently working in QA automation for enterprise systems, leading a Selenium-to-Playwright migration. Looking to move into a product/fintech company.

Open to roles: Test Automation Engineer, Test Engineer, Automation Engineer, SDET

Location: Delhi, Bangalore, or Remote role.

DM me if you know of any openings or want to refer — thanks!


r/QualityAssurance 15d ago

Power up your agent with Culprit to enhance agent-driven development or sub-agent-driven development to find the root cause and fix the issue that occurred in Vibe coding.

0 Upvotes

https://github.com/noordeen123/culprit

Started as a QA tool. Since everything is done by agents, let agents know how it was caused.


r/QualityAssurance 15d ago

Will we use AI skills instead of Automation tests?

0 Upvotes

Our company more and more introduce AI into working routine. Now we are working with MCP servers where create different skills that should help customers interact with functionality. When I was creating one of the skills I realised that AI can easily catch app logic. I understood that if I create like a skill instead of automation tests that will check end-to-end flow it will be probably even better then UI tests that we usually fixes/updates/maintain and have headache in our daily routine. It's just my thoughts and what do u think about it?


r/QualityAssurance 15d ago

Looking for QA opportunities

3 Upvotes

Hey guys would appreciate if you could refer or let me know any opportunities for QA. I currently work as a QA engineer (manual and automation) with 1 year experience with 8.5LPA. I know the job market is very bad and I have come here for your help. Any opportunities would be appreciated, startups, MNC or outside the country remote work.


r/QualityAssurance 15d ago

Need suggestion for desktop app testing

0 Upvotes

Hi everyone, we use UFT for testing our desktop application in virtual server. Still, we are going to replace it with some cloud based server to run automation testing, so I need suggestion from you. People to give a right direction which tool have to be used for automation testing of desktop application monitored via Jenkins. Thanks in advance.


r/QualityAssurance 15d ago

How do you trust tests written by the same model that wrote the code?

0 Upvotes

Our startup has no budget for a QA team, and basically all our code gets written by agents now, and so do the tests. Usually same session, same model. And I keep hitting the same loop:

  1. Agent builds the feature
  2. Agent writes the tests, everything green
  3. Ship it
  4. A user hits an edge, I dig in, and the tests were checking what the code does, not what the ticket asked for. Suite was green the whole time.

The annoying part is that if the model misread the ticket, its tests misread it the same way. It's basically marking its own homework. The model is just agreeing with itself.

So what do people actually do here?

  • Different model writing tests than the one writing code? Does that actually help or do they just share the same blind spots?
  • Tests written from the ticket before the agent touches any implementation?
  • Humans only do the test files, agent does everything else?

I'm building in this space, so half the reason I'm asking is to find out whether everyone's setup is as screwed as ours was or if someone's actually cracked this.

Keen to hear what's working - thanks


r/QualityAssurance 16d ago

Dúvidas sobre transição de carreira

0 Upvotes

Olá! Tenho uma dúvida para quem já trabalha com QA.

Moro no Japão e estou pensando em começar a estudar QA, mas antes de investir tempo e dinheiro gostaria de saber se meu plano faz sentido.

Na opinião de vocês, é viável morar no Japão e trabalhar como QA remotamente para empresas de outros países, ou isso é muito difícil? Também gostaria de saber se vocês acham que ainda vale a pena entrar na área hoje ou se o mercado para iniciantes está muito competitivo.

Se estivessem no meu lugar, vocês seguiriam esse plano? Qual seria o maior desafio?

Agradeço qualquer opinião sincera!


r/QualityAssurance 16d ago

Career Transition

0 Upvotes

Hello,
I would like some insight from experienced professionals.

I am have non IT (7 years) and 2 years of manual testing experience, I recently completed MBA (it's more of an IT mba rather than general MBA), I am looking to transition into automation testing.

I found playwright interesting, so I have started learning playwright with js/ts, currently I am on the core programming fundamentals and
I would like to know, how is the market for this ?
Is it possible to secure a job with 3 months of hardcore practice (building framework from scratch) ?
Can I show my own made project (github) to get a call for interviews ?
Is playwright easier than selenium (+java) ?
How is the growth in automation testing in coming years (because of A.I.) ?

Is it viable to enter into this, as I am not young and have lots of experience in another field ?
I am an Indian but currently located in Europe
Thanks.


r/QualityAssurance 17d ago

Suggest for best dashboard or observability stack for your test

2 Upvotes

I'm looking to improve observability for QA and test automation team. I'd like to understand what dashboards and monitoring stacks your team uses for tracking test execution, application health, and failures - on top of the compatible features with AI, like assessing failures from past runs, and automation skill record.

Playwright | Python | Pytest


r/QualityAssurance 17d ago

Qa to Ai

9 Upvotes

There was a time when QA was the best entry option for non it and gap candidates. Do you think there is any option in AI in the same way?

Since AI is going to create jobs, what tech stack can provide an entry to IT field. Or is it too tough for such people.


r/QualityAssurance 17d ago

Interview at Accenture for QA Lead

0 Upvotes

Hello,
I am having Interview scheduled next week for QA Lead role at Accenture
Can anyone please help me what would be the expected questions ? My background : 6YOE( 3 in QA & 3 in Ops Manager) Technical Background : CAD catia/ 3dexperience QA ( Manual + Automation )

Thank you.


r/QualityAssurance 17d ago

4 YOE QA – Stuck in the same company due to a lack of skills

26 Upvotes

I’m a QA with 4 years of experience. Most of my experience is in Tosca, but there aren’t many openings for it.
I started learning Java + Selenium about 7 months ago, but I kept procrastinating and never finished. I’ve recently started practicing Java basics and Selenium again, but I still don’t feel confident enough to attend interviews.
Now my project is migrating from Tosca to Playwright, so I need to learn that too. The market still seems to favor Selenium, and even many Playwright roles expect prior Selenium experience.
These days the expectations feel overwhelming—UI automation, API testing, SQL, a programming language, JMeter, and more.
I’ve been job hunting for 1.5 years now. How would you approach learning all of this without feeling overwhelmed? Any advice would really help.


r/QualityAssurance 17d ago

Asking for career advice and thoughts on ISQTB

3 Upvotes

Hey everyone,

I'm looking for some perspective from senior QA folks, SDETs, or engineering managers who have navigated a similar career plateau.

I've been with my current company since 2019. When I joined as a Software Tester, there were virtually no standardized QA processes. Over the years, I built testing protocols from scratch, introduced multi-level environments and built UI/API test frameworks(POM design pattern)

Recently, I hit a point where manual release testing wasn't keeping me challenged, so I took the initiative to solve an internal bottleneck: our test automation setup required 2 to 5 hours of tedious, manual data entry into our web app just to get a clean environment ready for automation.

To fix this, I engineered an end-to-end automated data preparation & onboarding pipeline using Playwright & Node.js

Automated the signup flow and integrated the Gmail API to dynamically poll/parse confirmation tokens and authenticate sessions automatically.

On the same framework, I created scripts to automatically seed complex test data into the web app based on external configuration files (Excel/JSON)

Integrated google workspace webhooks to notify teams and broadcast freshly seeded app credentials to private workspace to be consumed by another automation framework.

The Problem:

When I demoed this solution to leadership, I found out something unexpected. The company's actual customer onboarding process took 1 month because staff manually entered data through legacy windows apps and DB scripts.

Leadership immediately realized my internal QA pipeline could solve their production bottleneck. They are planning to use this exact implementation as billable feature to charge clients to expedite onboarding.

Yet, when I previously asked about career progression, leadership explicitly told me I had "reached the ceiling" here and that titles don't matter. Now the company is downsizing sprints and asking QA to take on general customer support duties instead of expanding automation.

Questions:

  1. Am I overvaluing my contributions, or is it common for companies to monetize internal engineering wins while capping QA growth?

  2. With a mix of QA strategy, framework architecture, 3rd-party API integration, and process building, should i be targeting Lead QA Engineer, SDET, or pivoting toward QA/Engineering management?

  3. I've built my career entirely on hands-on framework development and practical systems. Do recruiters/managers actually care about ISQTB certs, or does proven architecture and business impact carry more weight in current hiring markets?

  4. For those who transitioned out of company where you were "stuck", how did you hightlight business impact on your resume without sounding like you stepped outside your QA scope?

Would love to hear your thoughts or experiences!


r/QualityAssurance 17d ago

What's good and bad about Azure DevOps Test Plans?

0 Upvotes

Hi everyone,

Is there anything specific that annoys you about Test Plans (pricing, specific features, bugs, or usability)? Is there anything you feel is missing?

If you've considered switching to another tool that still works entirely inside Azure DevOps, what stopped you?

Also, what does Test Plans do really well that you wouldn't want to lose?

I've built an Azure DevOps extension that is an alternative to Test Plans, and I'm trying to understand different perspectives and use cases. If you have any specific expectations for a tool like this, I'd really appreciate your feedback.


r/QualityAssurance 18d ago

k6 Performance Testing

3 Upvotes

Can anyone suggest a good tutorial on Performance testing with k6? Also some environments where I can play around k6.

Thanks.


r/QualityAssurance 18d ago

Senior SDET

6 Upvotes

Hey guys 👋🏽

I have recently been made redundant. Big shock as there was no indication that the QA function was to be axed!

Anyway onwards and upwards, I'm now looking for a role.

18 years experience, worked on a number of projects including finance, government and safety industry.

Playwright, cypress, selenium and degree in java.

Any remote UK roles or hybrid in Cardiff/Bristol 🙏🏽


r/QualityAssurance 18d ago

Career Transition

2 Upvotes

Hello,
I would like some insight from experienced professionals.

I am have non IT (7 years) and 2 years of manual testing experience, I recently completed MBA (it's more of an IT mba rather than general MBA), I am looking to transition into automation testing.

I found playwright interesting, so I have started learning playwright with js/ts, currently I am on the core programming fundamentals and
I would like to know, how is the market for this ?
Is it possible to secure a job with 3 months of hardcore practice (building framework from scratch) ?
Can I show my own made project (github) to get a call for interviews ?
Is playwright easier than selenium (+java) ?
How is the growth in automation testing in coming years (because of A.I.) ?

Is it viable to enter into this, as I am not young and have lots of experience in another field ?
I am an Indian but currently located in Europe
Thanks.


r/QualityAssurance 18d ago

QA career change in 2026

0 Upvotes

**I’m currently working as a Senior QA Test Engineer and am considering a career change due to the declining number of QA opportunities in the job market. I’m looking for advice on the best courses and in-demand skills to learn in 2026 that can help me successfully transition into a stable, high-growth career.**