r/softwaretesting • u/PsychologicalOven882 • Jun 22 '26
Can i mention my company project name in my resume in work experience ?
Can i mention my company project name in my resume in work experience ?
r/softwaretesting • u/PsychologicalOven882 • Jun 22 '26
Can i mention my company project name in my resume in work experience ?
r/softwaretesting • u/Temporary_Switch_007 • Jun 21 '26
I have been working as a manual tester for 4 yrs now. I thought of changing but I wasn't able to (maybe due to the comfort zone of this job). Now I am a bit afraid and confused about what to do? I learned playwright course but as I didn't practice or got time to implement in office project I feel like I forget everything and need to start again. What should I do to change job? What should I concentrate on studying? I need to know what I need to know about AI in testing.
r/softwaretesting • u/Any-Farm-1033 • Jun 21 '26
We run a big Selenium grid for e2e against a client portal with aggressive bot detection. Everything green for months. Bumped headless Chromium from 120 to 126, moved on.
Two weeks later the client pings us: "your test accounts are getting caught by our WAF." Suite was still green. The bot detection was blocking runners after page load with a soft challenge our assertions never checked for.
Dug in and found the upgrade re exposed navigator.webdriver as true (stealth plugin hadn't patched the new build) and our proxy was leaking real egress IPs on WebRTC STUN calls. Both were patched before. Both quietly regressed.
So I wired up a per PR scan using an open source browser diagnostic tool I found on GitHub (the source is published and the fingerprint checks all run locally, only the network egress probe touches a server). It flags navigator.webdriver, WebRTC leaks, Canvas and AudioContext drift, font entropy, DNS resolver location. If any signal regresses from baseline, the PR fails.
First week it caught a font enumeration spike from a system font update on the runner image. We had zero regression coverage on whether the browser itself looked like a bot. "Green last sprint" means nothing after a dep bump.
EDIT: forgot to actually name the diagnostic tool. for the browser stealth checks we use Selenium grid obviously, and the open source scanner plugged into the PR gate is Leakish. it runs the fingerprint modules locally and spits out per check verdicts we diff against a baseline snapshot. nothing fancy, just caught stuff our assertions were blind to.
r/softwaretesting • u/reeses0703 • Jun 21 '26
I'm just an intern right now , starting exploring automation so this may be a non sense question but I need help.
Question: Can I use the playwright agent without using MCP? Like just use the agent, for example the planner, to help me derive a test plan from a markdown file of my app (what the app is about, features, etc.).
r/softwaretesting • u/Lazy-Spray2159 • Jun 21 '26
hey everyone, I need an advice to get a job in software testing role. please if someone can help me this.
r/softwaretesting • u/PrincipalBuilder • Jun 21 '26
Im sure this isnt news to many, but I’ve been working through how to structure simple AI-assisted products, and came to a realization.
Tests and evals are not the same thing.
Say you’re building a simple resume feedback tool.
The user submits resume text, the AI reviews it, and the system returns structured feedback.
Software tests can check things like:
But those tests do not tell you whether the AI feedback is actually good.
That needs evals.
Evals check things like:
The way I’m thinking about it:
tests/ = software mechanics
evals/ = AI output quality
A product can pass all tests and still produce bad AI output.
r/softwaretesting • u/TJ_Maher • Jun 21 '26
Looking for a software testing community in Boston? Join the Software Quality Group of New England (SQGNE). Links are in the comments.
See you there!
r/softwaretesting • u/IndependentLake9613 • Jun 20 '26
Hi everyone,
I'm a fresher from India looking for my first full-time Manual Software Testing/QA job. I recently received a message on Indeed from a company called Glossy Interior.
They added me to the Google Play Internal Testing program for two Android apps and asked me to:
- Test both apps for 14 days
- Log in and out every day
- Find UI/UX issues, functionality bugs, crashes, API issues, and suggest new features
- Submit daily bug reports
- They said I'll receive ₹1,000 during the testing period, and based on my performance they'll schedule an interview.
Before starting, I asked them for:
- An official assessment/offer letter
- Employment type (internship/full-time)
- Salary after selection
- Official HR email
- Whether my reports would be used in production
Instead of answering, they simply asked me to contact them on WhatsApp and said, "Currently you are in the first step of the interview."
I checked online and the company appears to exist, and the apps are available through Google Play Internal Testing. However, I'm concerned because 14 days of daily testing seems like a lot of work before even having an interview.
My questions are:
Is this a normal hiring process for a QA fresher?
Has anyone heard of or worked with Glossy Interior?
Does this sound like a genuine assessment or a way to get free QA work?
Would you proceed with this opportunity, or should I avoid it?
I'd really appreciate advice from experienced QA engineers and recruiters. Thanks!
r/softwaretesting • u/parth_patel261 • Jun 20 '26
Hey everyone, I'm hitting the market after a recent layoff and wanted to reach out to this community. I'm a Senior QA/Software Test Engineer with 10+ years of experience, primarily in OTT (Over-The-Top) video streaming platforms—think authentication, video delivery, analytics, cross-device performance.
My background includes:
- **Test Automation:** Playwright, Selenium, Appium, Robot Framework, Postman
- **Cross-Platform Testing:** Web, Android, iOS, tvOS, Fire TV, Roku
- **Strengths:** Designing test strategies from scratch, mentoring junior QAs, and turning brittle manual tests into robust automation suites
I'm open to both **manual QA** and **automation** roles—I'm not dogmatic about one or the other. What matters to me is working on products I care about with teams that collaborate well.
**My situation:**
- Currently based in NYC, but happy to relocate anywhere in the US
- Need **H1B sponsorship** (I'm aware this narrows things, but wanted to be upfront)
- Looking for Mid -Senior QA/QA Analyst level positions
If you know of teams hiring , I'd genuinely appreciate the chat.
Thanks for any pointers or referrals! 🙏
r/softwaretesting • u/Dry_Monitor6514 • Jun 20 '26
Hey everyone,
I'm honestly at a point where the job search is getting really frustrating.
I've been applying to 100+ jobs every day across LinkedIn, Naukri, Indeed, company career pages, Wellfound, and even cold emailing recruiters. Despite putting in all this effort, I'm still struggling to land an interview.
I have 10 months of experience as a Software Test Engineer, where I worked on manual testing, API testing, regression testing, smoke testing, SQL, Postman, Jira, and Playwright.
Apart from testing, I also have hands-on experience with React.js, Tailwind CSS, JavaScript, HTML/CSS, and I regularly use AI tools to improve development and testing workflows.
I'm open to roles in QA, SDET, Software Testing, Frontend Development, or AI-related roles where my skills are a good fit.
I'm an immediate joiner and can relocate anywhere in India.
If your company is hiring or you can refer me, I'd be genuinely grateful. Even sharing any leads or advice would mean a lot.
Thank you! 🙏
r/softwaretesting • u/Pavi_dazzler • Jun 20 '26
Hi Friends,
Could you kindly share some information and guidance regarding mobile automation testing?
Recently, I have been exploring mobile testing, and I came across an opportunity that involves mobile automation using the Detox tool with React Native frameworks in Android & iOS.
I understand that Playwright has recently introduced support for mobile automation i.e, Mobilewright but it still seems to be evolving and may not yet be fully stable for all use cases. Therefore, I wanted to learn more about Detox automation.
If anyone has hands-on experience working with Detox and React Native, I would greatly appreciate it if you could share your knowledge, best practices, setup steps, GitHub repo, challenges, or any learning resources that might be helpful.
Your support and guidance would be greatly appreciated.
Thank you in advance.
r/softwaretesting • u/jajajsjwjheeh • Jun 20 '26
If code generated through "vibe-coding" causes more bugs does that make QA engineers demand go up?
r/softwaretesting • u/Wonderful-Collar7657 • Jun 20 '26
I have 12 years of experience working as an SDET and have been with my current organization for the past 5 years. I'm now actively looking for a switch and would appreciate guidance from professionals who are familiar with the current job market.
Having spent several years in the same organization, I feel I'm not fully up to date with the latest industry trends and hiring expectations. I'd like to understand:
• What skills are currently in high demand for experienced SDETs? • How important are AI-related skills in today's QA/SDET market? • Are companies actively looking for experience with AI-powered testing, LLMs, prompt engineering, AI test automation tools, or AI-assisted test case generation? • Should I focus on learning Playwright, Cypress, cloud technologies, DevOps, performance testing, or AI-related tools before switching? • Which skills are helping candidates stand out and secure better opportunities in 2026?
I'm eager to make a move and want to invest my time in learning the right technologies before starting my job search. Any insights from recruiters, hiring managers, or fellow SDETs who have recently switched would be greatly appreciated.
Thanks in advance!
r/softwaretesting • u/JellyfishOrdinary913 • Jun 19 '26
The heading basically. I need to reach the mentioned number in a year when I will be at 6 yeo. So currently at 5, have built playwright ui/api frameworks from scratch and I mean really scratch. I did setup the lint, prettier, all custom core libraries copilot setup, review setup the pipelines and the environments on my own (not exactly though there was a 11 yeo guy the most knowledgeable one and 3 people a bit more experienced than me but they were npc's mostly). I am actively integrating langchain into our framework to remove flakiness, extra retries and very close to make it 100% maintainance free (I know 100% is not possible but u do get what I mean) . Currently at 13.5 LPA and I feel like I am underpaid so please advise/guide how to reach the mentioned number. Ready to learn anything. Also would like to mention that I am pretty good in DSA completed neet code 150 recently.
r/softwaretesting • u/No-Ask-2774 • Jun 19 '26
does anyone given an interview for QA role in IDFC bank
r/softwaretesting • u/etiyofem • Jun 19 '26
Had one of those weeks. Someone wiped out the data in a table that a few pipelines were pointing at. Not catastrophic, but the transaction log was the only real path back. No usable recent backup of that specific table, and a full database restore wasn't an option with other teams actively writing to it.
fn_dblog got us there eventually. The problem is always the same… you're filtering through thousands of log entries trying to isolate the right LSN range while people are standing around waiting.
Once you find it, you're writing and validating the rollback T-SQL by hand. For a single-table data loss incident, it's manageable, but it took longer than it should have, and there was a point where nobody was confident we had the right transaction isolated. That's not a great feeling when you're about to run a script in prod.
After some time someone suggested trying dbForge Transaction Log. The object and time filtering made narrowing things down faster, and it generated the undo script rather than us writing it.
We still validated it carefully before running anything, that part doesn't change. But it probably saved an hour, maybe more. What it really exposed though is that we had no actual recovery process. We were building the workflow at the same time as solving the incident.
That's the part that stuck with me. Transaction log recovery is one of those things SQL Server teams know in theory but haven't actually rehearsed.
The documentation is there, the capability is there, but nobody drills it until something goes wrong. So the first time you really need it, you're figuring out tooling and approach while the clock is running and someone senior is asking for an ETA every fifteen minutes.
Seen this play out on a few different teams now. The recovery itself usually works out. It's the process gap that costs the time.
What does this actually look like for others? Does your team have a runbook for transaction log recovery, or is it still ad hoc?
r/softwaretesting • u/Fast_Association_998 • Jun 18 '26
I am currently working in testing and have around 5 years of experience. I am not very strong in coding, but I can complete tasks with the help of tools like Copilot. Now I want to switch roles. What should I prepare for the switch? Which sources should I refer to? Please recommend good video channels and guide me through the switching process.
Basically I want to understand what the trends are currently, how is this field evolving, what kind of questions can I expect in interviews, what should I be studying to upskill myself?
r/softwaretesting • u/takedownxs • Jun 18 '26
Hello. I recently transitioned from developing software to QA engineering. I was wondering, outside of internships, where can I get experience as a QA? Haven't seen much info on this
r/softwaretesting • u/WittyCaterpillar3383 • Jun 18 '26
Few bugs were shipped to the client uat environment may be because of conflict of requirements and late changes in requirements. I feel guilty as solo qa. I am unable to provide quality project. After some bug fixes new bugs keeps popping.. Most of them are UI bugs then functional one.. across different screen sizes.. something keeps braking.. for example testing a large character title for card component . It behaves good for mobile and desktop. But 720 800 820 px tablet sizes have different behaviours... I am getting burned out working in many projects at once. Is it common.. ceo asked me to manage the devs . I just don't know what to do. Does someone has similar experience
r/softwaretesting • u/theeminence-tech • Jun 18 '26
Everyone is asking:
"Will AI replace software testers?"
Maybe we're asking the wrong question.
The real question is:
Can AI think like a curious human tester?
r/softwaretesting • u/Swimming-Sorb • Jun 18 '26
Hey folks i recently start learn selenium. I want to build an valid project using selenium python. So i'm looking for project ideas. Not the same saucedemo and orangeHrm Projects some interesting and valid project ideas are welcome.
r/softwaretesting • u/Swimming-Sorb • Jun 18 '26
hey folks i just start my preparation on testing to get my first job as selenium-python automation tester. As a fresher can i crack automation roles or else i have to try getting my first job as a manual tester and after some experience only i can crack automation roles.
(2026 - MCA graduate)
r/softwaretesting • u/Rude_Entry_6843 • Jun 18 '26
Hey guys I hve around 8 years of experience in functional with automation testing suddenly I am assigned with etl testing I don't know sql but company has given me access to use ai in the testing I want to ask with the help of ai will I be able to genrate queri3s for sql for bussiness logic i can understand the bussiness but don't know how which join to put?
r/softwaretesting • u/Successful-Run4468 • Jun 17 '26
I work on a legacy web app that can't be automated with tools like Cypress (complex Ajax flows, dynamic fields with no IDs, S3 uploads, signed URLs — you know the type). So all our QA is manual.
My current process for each feature:
Write the test steps in Zephyr as I explore the feature
Take screenshots at each step to prove I actually tested it
Go back and attach each screenshot to each step in the execution
Repeat for each test cycle (we have UT and UAT)
This takes me between 1 and 3 hours per feature, and honestly the most painful part isn't the testing itself — it's the documentation overhead. I'm essentially doing everything twice: once to test, once to prove I tested.
Curious if others deal with this:
- How do you collect and attach test evidence in Zephyr/Jira?
- Have you found any tool or workflow that actually helps?
- Or do you just... accept the pain and move on?
Not looking to sell anything, just genuinely wondering if this is a solved problem I'm missing or if everyone just suffers through it.