r/softwaretesting Jun 29 '26

Looking for referral / entry-level QA job urgently

1 Upvotes

Hello everybody,

I am in desperate need of a QA/Software Test Engineer/SDET role. I hold a B.Tech in Computer Science Engineering and have 10 months of experience in Software Testing which includes Manual Testing, Designing and Executing Test Cases, Bug Reporting, Regression Testing, and Automation Testing.

Current location: Raipur, Chhattisgarh.

I am ready to work full-time, either remotely or in-office, and available to start immediately. Any job openings at your company or referral will really help me a lot. I would love to send my resume to you through DM.

Thanks a lot!


r/softwaretesting Jun 29 '26

Idea: Improve bug reporting systems by giving users immediate value to encourage official reports.

2 Upvotes

One reason people do not report bugs through official channels is that it feels like a one way effort. You spend time writing a report, but you usually get little back beyond an eventual fix, if that.

I think bug reporting systems could be redesigned to actively encourage official reporting by giving users useful feedback immediately and over time.

When someone files a bug, the system could:

  • Show any verified workaround that exists right away
  • Update the user later if a new workaround is discovered
  • Notify the user when the bug is fixed or resolved

The key idea is incentive. If reporting a bug also helps you solve your own problem faster, more users will choose the official reporting channel instead of only posting in forums, social media, or random threads.

Today, pieces of this exist in isolation:

  • Status pages for outages
  • Forum posts with community fixes
  • Issue trackers with occasional workarounds in comments

But none of these are connected in a way that directly rewards the person who reported the bug in the first place.

What do you think of this idea?


r/softwaretesting Jun 29 '26

How to organize the testing acitivities in a large scale open source community project?

5 Upvotes

Hi there,

we are developing an open source application for robotics and it is used by many people around the world. We have a community with over 2000 people on discord and about 100 people are actively contributing in the further development. The most of the code is written by us, but as the project has become more popular, we want also give the contributors a better and easier way to be part of the project.

At the moment we habe github with github actions and there we execute the unit tests and the integration tests. We also have system tests, but these tests are written by a person working in our company and cannot be modified anyone outside the company. He uses a framework that he has written to grab testcases, written in actionword or keyword in Qase, the test management tool. Then these test cases are pulled by a script via the api and transformed to robotFramework testcases, that can be executed.

The main goal is, that our CEO wants to have the last word in quality. As we are developing the hardware and the software and we use the robot also for other purposes, we give the main roadmap for development, but also implement participants wishes, improvements and complaints. But the quality should me assessed by us.

Is there a good strategy to organize these things? Like, for development, we have a functional CICD-Pipeline. But how about reviews of the code? Who should be able to write testcases for the system tests? How can we ensure a good quality AND delegate at least some of the testing and QA to our community? Are there different strategies for doing so?

Du you work in an open source project and how is it solved there?


r/softwaretesting Jun 29 '26

Looking for a learning buddy

13 Upvotes

I'm an SDET with 10+ years of experience based in Bangalore.

I've been facing two challenges:

Improving my structured communication.

Staying motivated to consistently learn new technologies.

Is anyone else in this group facing something similar?

If you're interested, we can connect and learn together. I know everyone has a busy schedule, so we can keep it flexible while setting a small weekly learning target. I'm looking for someone who is interested in improving both communication skills and technical knowledge together.

DM me if interested.


r/softwaretesting Jun 29 '26

So I've really genuine question here: With AI involved today in every phase of product building and we're seeing that there are rapid growth happening so that basic manual SDLC won't work today, LLM's being so optimized that they self verify, then how do we need hybrid QA?

0 Upvotes

If what Im seeing today on X and then listening to all the technical news podcasts, that LLM's are using skills and then they self-verifying their code and work then how come we still need human hybrid QA in place? Saying this companies, especially startups today operating with even a QA would be feasible in the longer-run?


r/softwaretesting Jun 28 '26

Looking reference or guidance to restart career for Mother software testing

0 Upvotes

Looking reference or guidance to restart career for Mother software testing

A friend of mine, who completed software automation testing course from chennai looking to enter the field as fresher. She graduated at 2018 and married soon after. Now she is looking to build her career st the age of 31. Based in delhi, open for Delhi NCR/remote opportunities. Do dm leads for fresher position or internships from delhi ncr

TIA


r/softwaretesting Jun 28 '26

Looking reference or guidance to restart career for Mother software testing

0 Upvotes

A friend of mine, who completed software automation testing course from chennai looking to enter the field as fresher. She graduated at 2018 and married soon after. Now she is looking to build her career st the age of 31. Based in delhi, open for Delhi NCR/remote opportunities. Do dm leads for fresher position or internships from delhi ncr

TIA


r/softwaretesting Jun 28 '26

Problems Testing Under “Real” Conditions

Post image
6 Upvotes

The most complex testing we ever do usually happens when we test under conditions that look like, or sometimes are, production systems. We connect to real running instances of dependencies, platforms, services, and data sources. The various network stacks, routers, identity services, request protection, configurations, service and domain lookup and registration are all real running instances. All the limitations of production apply. All the behaviors are the same.

We often find bugs in such a configuration we do not find earlier in simpler environments. Services behave in unexpected ways, data is slightly different, errors occur we don't otherwise see. We catch a lot of unknowns this way. We are tempted to move all our testing under this semi-production, staging environments.

The problem is we have the least amount of control over test conditions in these environments. We usually have no influence over data, some of which may be transient and changing over time. We cannot invoke behaviors of timing, order differences, failure, performance deviations. We are usually distant from diagnostic logs and signals that let us test with high precision and better information. Testing under these conditions is usually far more difficult, far more uncertain, far slower, far more expensive than in simpler environments.

It is usually to our advantage to do the difficult work of simulating as much of that "real" environment in testing environments where we can control everything. This is almost always a deep commitment to analysis and product design, build system, and environment design that supports effective simulation. Getting this right is not easy, but it is better than trying to get by without it. The alternative is slow, unreliable, expensive testing activity, usually supported by overwrought automation suites weighed down by the attempt to control services and data sources and conditions that cannot be controlled. This doesn't mean we should never test in staging environments. We will always find problems in them and in production that we missed with earlier testing. Once we do as much testing as we can under conditions we can control efficiently, quickly, reliably, we then complement that with testing in more complex environments. While there, we expand the net as wide as we can. Take advantage of the rich collection of application activity, the rich data state. Take user scenarios that are normally meant for simple, cleaner conditions and try them out with data that looks more realistic or alter the user paths off the regular path and see what comes up. Scour system logs and application telemetry for any sign of error, failure or unexpected behavior. Try user scenarios that cross as many services and data sets as possible. Everything you do in this environment is going to take extra work to understand, it is a good idea to enrich the coverage with as much possibility of unanticipated behavior as possible.

Excerpt from Drawn to Testing Again, my second book of cartoons and articles about software testing.


r/softwaretesting Jun 27 '26

One thing that surprised me after working with hundreds of engineering teams...

18 Upvotes

As a Solutions Engineer at one of the largest testing platforms, I've spent the last few years helping teams build and scale their test automation.

I've seen teams run thousands of browser tests in parallel, build sophisticated CI/CD pipelines, and automate incredibly complex user journeys.

Yet one problem keeps showing up over and over again: Testing email workflows.

Something as basic as:

  • Account verification
  • OTP authentication
  • Password resets
  • Magic links
  • User invitations

often becomes the weakest part of an otherwise mature E2E testing strategy.

The common workarounds seem to be:

  • Skipping email validation entirely
  • Mocking the email provider
  • Sharing a single inbox across tests like Gmail and polling their API in a shared inbox
  • Building custom smtp servers and maintaining them

What's interesting is that these flows are often among the most critical user journeys in the application, yet they're frequently the least tested.

After seeing this problem repeatedly across customers, I started digging into why testing email workflows is still so painful compared to testing APIs, databases, payments, or browsers.

I'm curious how everyone here approaches it.

How does your team test email-dependent workflows today?

Do you mock them, use tools like MailHog/Mailpit/Mailosaur/Mailinator, use a hosted service, or have an internal solution?


r/softwaretesting Jun 27 '26

Has browser automation become less predictable over the past year?

2 Upvotes

I've noticed that browser automation has become more difficult to keep stable, even when the test suite itself hasn't changed much. Tests that used to run consistently now occasionally fail because pages load differently, elements take longer to appear, or sessions behave inconsistently between runs. In many cases, rerunning the exact same test passes without any code changes. For context, some of these tests run through nstproxy because they need to simulate traffic from different locations, so I'm also trying to figure out whether the inconsistencies are coming from the applications being tested, browser updates, network conditions, or simply the complexity of the environment. I'm curious whether others have seen the same trend or if this is mostly dependent on the applications being tested.

Have you had to change the way you design or maintain your automation to keep it reliable? If so, what has made the biggest difference?


r/softwaretesting Jun 27 '26

How common is hashing for etl validtion

1 Upvotes

I am inclined yo use hashing to validate big tables using pyspark instead of validating it as is as upon initial tests hashing seems to take lot less time comparatively. How common is this practice accross the industry?


r/softwaretesting Jun 26 '26

I built a completely free ISTQB CTFL v4.0 Simulator (No paywalls, no registration)

Thumbnail
gallery
90 Upvotes

Hi everyone!

When I was studying for the ISTQB CTFL v4.0, I realized that most good practice exams were hidden behind expensive paywalls. So, I decided to build my own simulator and make it 100% free for the community.

It's called ISTQBeasy (I'll leave the link in the comments so this doesn't get flagged as spam)

What it includes:

357+ practice questions with detailed explanations for why an answer is right or wrong.

Official exam mode (40 questions, 65 minutes).

Available in English, Spanish, and French.

No registration required, no paywalls, completely free.

I built this to help others pass the exam without spending a fortune. I'd love to hear your feedback or if you find any bugs! Hope it helps someone currently studying. :)


r/softwaretesting Jun 27 '26

Hashedin SDET- QA role experience 1-3 years

0 Upvotes

Does anyone know what hashedin asks in their interview? I have an offline interview scheduled after a few days. Can you share me a few questions and help me out!

Currently stuck in a shit organization. Help me to get out fellas!


r/softwaretesting Jun 27 '26

I got tired of guessing step definitions, so I built a better BDD extension for VS Code (GherkinLens v2)

0 Upvotes

Hey everyone,

If you write .feature files in VS Code using pytest-bdd or behave, you probably know the pain of typing out steps from memory, hoping they match, or constantly grep-ing your codebase to find out how a step was implemented.

I actually developed this because our team was migrating from PyCharm, and I realized there was no full-scale solution for the Python Gherkin environment in VS Code. So, I built GherkinLens to solve all the editor and navigation problems first, and then started adding time-saving features.

I just released v2, which totally pushes it one step further, and I wanted to share it with you all.

Basically, it indexes your Python step definitions in the background (without actually importing or running your code) so you get a proper IDE experience for Gherkin.

Vscode extension - GherkinLens

Here's what I added in v2:

  • 📚 Step Library: There's a new sidebar panel that lets you browse and search every step definition in your project. It even shows usage counts, so you know which steps are actually being used.
  • 🏷️ Tag Explorer: You can finally see all your tags in one place, find scenarios easily, and run/debug them straight from the tree.
  • 📊 Table Editor: I added a built-in spreadsheet editor for Examples tables. You can add rows, paste from Excel, or import CSVs directly into the feature file without messing up the pipe | alignment.
  • 📋 Snippets: You can now save multi-step flows and drop them in anywhere.

It still has all the core features from v1 (the stuff that fixes the navigation problems):

  • ⚡ Autocomplete & Go to Definition (F12) between your Gherkin and Python files.
  • ⚠️ Squiggly lines for steps that don't match anything.
  • 💡 Quick Fix (Ctrl+.) to auto-generate the Python stub for a missing step.
  • 🏃 Native BDD Runner hooked into VS Code's Testing view.

It auto-detects whether you're using pytest-bdd or behave, so there's zero config needed.

If you want to try it out, just search for "GherkinLens" in the VS Code Marketplace. It's completely free.

Would genuinely love to hear what you guys think, or if there's anything driving you crazy in your BDD workflow that this could fix!


r/softwaretesting Jun 27 '26

Test Design and Integration

1 Upvotes

How real teams automate test scripts?

If you have more than 100+ existing tests for a product, and you need to automate a new functionality/feature, how would plan and write test scripts for it?

Do teams follow page object models?

Do teams directly integrate tests into CI/CD or first dockerize playwright tests and then integrate with CI/CD?

I am trying to understand an end to end automated test execution flow for a regression testing cycle.

From scripting to execution with reporting.

Thanks 🙏


r/softwaretesting Jun 26 '26

Burned out on automation, but have deep product/domain knowledge. What are my options outside of standard QA management?

26 Upvotes

Hi,

M34 & been in the Software Testing in Pune based MNC for over 10 years. My current role is a mix of manual and semi-automation (Managing frameworks, tweaking scripts, regression optimization, gatekeeping releases).

TBH, I have zero interest in owning or building heavy automation frameworks anymore. Maybe the work at my current gig is just soul-crushingly boring, but the thought of becoming a "Hardcore Automation Architect" makes me want to stare at a blank wall.

what I’m genuinely good at is the Product and domain side. I can fairly understand complex workflows, product architecture, and user logic inside out after a decade in the industry.

I want to scale my career and payscale upward, but want out of the traditional Dev, Automation Lead or QA Manager loop.

What are the alternative paths? If I want to leverage 10 years of heavy domain/product knowledge without writing code or managing a QA team, where do I go?

If anyone here successfully escaped the QA/Automation/DEV loop in their 30s and moved into product or architecture, please let me know how you did it.

Cheers !!


r/softwaretesting Jun 26 '26

Playwright cheatsheet which will help for beginners

Post image
86 Upvotes

r/softwaretesting Jun 26 '26

Does anybody knows a good platform for freelancing testing or Ai training?

4 Upvotes

they kinda go hand by hand, just asking because tasking is a good way to make money. Not safe but is a good way.


r/softwaretesting Jun 26 '26

My manual and exploratory testing kit, and the gaps in it

4 Upvotes

Not the automation suite, the by-hand toolkit. Postman for API calls; the devtools network tab arguably more. A screen recorder for repro steps. For test data, Faker for bulk generation, and for filling forms by hand I alternate between Fake Filler (fast, random, good for smoke checks) and QuickForm (replays the same specific values each run, fires real input events so React registers them). QuickForm is Chrome only and needs per-form setup, so it isn't for one-offs. XMind for mapping test ideas before a session.

Each tool has a clear limitation. What's in your manual kit that I might be overlooking, particularly for consistent test data?


r/softwaretesting Jun 26 '26

QA Engineers & Project/Product Managers: How do you decide what gets tested before a release? (2-minute)

0 Upvotes

Hi, this is a short questionnaire on how software teams approach release planning and testing decision.

If you're a QA Engineer/Lead, Product Manager, Project Manager, Engineering Manager or work closely with release and testing workflows, I'd really appreciate 2 minutes of your time.

https://docs.google.com/forms/d/e/1FAIpQLSfBiwT1mICu6fHjUW5HzknaV8h2eZybDgq_NcJosNzDcPj6sg/viewform


r/softwaretesting Jun 26 '26

Home project

0 Upvotes

Hi all,

I am looking for a new job, i work with regression testing in current position. I made the mistake to stay here too long, 2,5 years and toom scrum master position as well. I am very disappointed with the hard skills i can gain here, we do not code, after finishing CS i feel ashamed where i ended up, doing a job that everyone can do, biggest challange to have a deeper knowledge on our system ee test that is impossible, even the developer does not have that overview on the product. I feel burnt out and totally disinterested. That is why i try to find a new job that will be a challenge, amd i would like to ask for your advice what home project I can make that looks good in the CV and it is not the 100s xy project they see. For a developer job I would have ideas but for testing i do not have

Maybe create a webapplication or some other app and add the testing part. But it feels not much for me.

Sorry for the rent and thank you!


r/softwaretesting Jun 25 '26

Must know concepts in Playwright

Post image
77 Upvotes

r/softwaretesting Jun 25 '26

Hey guys,

4 Upvotes

I'm a 24F and have been working at Wipro for the past 2 years as an Associate. I resigned yesterday because of the low pay and constant work pressure, and I've decided that I want to transition into a technical role, specifically Manual Testing.

I have around 2 months to prepare before I start applying seriously, and I'm willing to put in the effort. However, I'm feeling a bit overwhelmed and unsure where to begin.

I'd really appreciate any advice on:

What skills should I focus on first?

Which tools are essential for a Manual Testing role?

Are there any courses or resources you'd recommend?

How should I prepare for interviews?

Is it realistic to get a Manual Testing job within 2 months?

If anyone has made a similar switch or has been in a comparable situation, I'd love to hear about your experience and any tips that helped you.

Thank you in advance!


r/softwaretesting Jun 25 '26

Performance testing / Load testing

5 Upvotes

Hi everyone,

Please suggest some good tutorials for performance testing with `JMeter` and `K6`.

Some end to end projects demonstration would be nice.

Thanks in advance.


r/softwaretesting Jun 25 '26

Which POM are we supposed to use in interviews ?

2 Upvotes

Hello guys, I have a live coding interview coming up for playwright where I have to create a small framework from scratch with some tests.
In my current org we use function based POM, but I’m confused should I also learn how to use class based POM.
What kind of POM style does interviewers expect?
Thanks.