SoftwareTestPilot
Applied Systems India Private Limited logo

Sr SDET

Applied Systems India Private Limited
Bengaluru, Karnataka, INFull-timeSeniorPosted Jun 19, 2026
SeleniumPlaywrightCypressPostmanJenkinsJavaScriptTypeScriptAzureSQLCI/CDBDD

Best fit for

This role is best for senior QA engineers or SDETs with hands-on experience in Selenium, Playwright, Cypress, BDD (Cucumber / SpecFlow) open to working from Bengaluru, Karnataka, IN.

Skills you need for this role

Detected from the job title, description, and tags.

Automation skills

  • SeleniumStill the most-asked browser automation framework in QA interviews and legacy suites.
  • PlaywrightModern cross-browser automation with auto-waits — increasingly the default at product companies.
  • CypressPopular for front-end teams that own their own end-to-end suite.
  • BDD (Cucumber / SpecFlow)Used when product + QA collaborate on executable specs.

API / backend testing

  • REST API testingAlmost every QA role now expects you to validate JSON contracts and status codes.
  • Postman / NewmanStandard tool for API exploration and shareable collections.

CI/CD and DevOps

  • JenkinsLegacy CI still widely deployed — expect pipeline-as-code questions.
  • GitHub ActionsDefault CI for teams on GitHub — YAML workflows and matrix builds.
  • AzureCommon in enterprise / Microsoft-shop QA roles.

Programming languages

  • JavaScript / TypeScriptRequired for Playwright, Cypress, and modern front-end test tooling.
  • C# / .NETCommon in enterprise + SpecFlow-based QA stacks.
  • SQLData validation and back-office QA rely on solid SQL.

Domain & process

  • Performance testing (JMeter / k6 / LoadRunner)Different discipline from functional QA — expect scenario and metrics questions.
  • Accessibility (WCAG / axe)Regulatory + brand-critical — often owned by QA teams.
  • AI in testingEmployers increasingly ask how you use AI copilots to speed up QA work.

Job description

External Job Ad: Amazing Career Moments Happen Here Transforming the insurance industry is ambitious, we know. That’s why at Applied Systems India Pvt Ltd., an Applied Systems company, we’re building a team that shows up every day ready to learn, willing to try new things, and driven to deliver innovative software and services that make us indispensable to our customers – all within a culture built on values that make us indispensable to each other too. With 40+ years of experience in the Insurtech game, we’re not just redefining what’s achievable, we’re creating a place where amazing career moments are made possible. Position Overview We are looking for a passionate and experienced Senior SDET to join our QA team. In this role, you will drive test automation excellence, help establish robust frameworks, and champion quality throughout the software development lifecycle. You will work closely with developers, product managers, and fellow QA engineers to deliver high-quality software at pace. The ideal candidate brings a shift-left mindset, deep automation expertise, and a genuine curiosity for emerging technologies — including AI-powered testing tools such as Claude and MCP-based agentic workflows. What You’ll Do

  • Design, develop, and maintain end-to-end test automation frameworks and scripts using C#, TypeScript/ JavaScript.
  • Build and own web and API end-to-end test suites using Restsharp and tools like Playwright, Cypress/ Selenium.
  • Champion a shift-left approach by collaborating with developers early in the development cycle to define testability, requirements, and acceptance criteria.
  • Perform bug analysis, triage defects, and drive resolution of bugs to keep the product quality bar high.
  • Contribute to and help evolve test architecture — including framework design, tooling decisions, and CI/CD integration.
  • Mentor junior and mid-level QA engineers through code reviews, pair testing, and knowledge- sharing sessions.
  • Leverage AI-powered tools (Claude, MCP agent-based testing) to enhance automation coverage and testing intelligence.
  • Stay current with industry trends, evaluate new testing tools, and recommend improvements to processes and tooling.
  • Communicate test status, quality risks, and coverage gaps clearly to both technical and non- technical stakeholders. We’re Excited to Learn More About You
  • 5+ years of experience in software testing with a strong focus on test automation.
  • Hands-on proficiency in C# and TypeScript / JavaScript for writing and maintaining automation scripts.
  • Solid experience with modern test frameworks: Playwright and/or Cypress / Selenium
  • Demonstrated experience designing or contributing to test automation framework development.
  • Strong knowledge of web application architecture and REST API testing (including tools like Postman Restsharp).
  • Working knowledge of Basic SQL for data validation and backend verification.
  • Experience integrating automated tests into CI/CD pipelines (e.g. GitHub Actions, Azure DevOps, Jenkins).
  • Strong bug analysis skills, with the ability to isolate, document, and communicate defects effectively.
  • Excellent communication skills — written and verbal — for collaborating across cross- functional teams. You may have other skills, including
  • Experience using Claude (Anthropic) or other AI assistants to accelerate test authoring,
  • Familiarity with MCP (Model Context Protocol) or agentic AI-based testing approaches.
  • Experience with performance or accessibility testing.
  • Background in BDD frameworks (e.g. Cucumber), TDD frameworks
  • Contributions to open-source testing projects or communities. When You Join Team Applied, You Can Expect: A culture that values who you are and recognizes that you aren’t just an employee; you are a teammate, and you matter. We thrive on the benefits of our different experiences and celebrate the uniqueness our teammates bring to work with them every day. We flex our time together, collaborating remotely and in-person to empower our teams to work in the ways that work best for them. Learn more about the people behind our products at –
  • LinkedIn Page Applied Systems India
  • https://www1.appliedsystems.com/en-us/about-us/jobs/ Your Security Matters: Our candidates’ personal information and online safety are top of mind for us. At Applied, we proactively protect your personal information and only communicate with candidates via a secure@appliedsystems.com email or through our official career’s portal. EEO Statement Applied Systems is proud to be an Equal Employment Opportunity Employer. Diversity and Inclusion is a business imperative and is a part of building our brand and reputation. At Applied, we don’t discriminate, and we are committed to recruit, develop, retain, and promote regardless of race, religion, color, national origin, sexual orientation, gender identity, disability, age, veteran status, and other protected status as required by applicable law.

Job highlights

  • Role: Sr SDET
  • Company: Applied Systems India Private Limited
  • Location: Bengaluru, Karnataka, IN
  • Type: Full-time
  • Experience: Senior
  • Seniority: Senior
  • Posted: Jun 19, 2026

Key skills: Selenium · Playwright · Cypress · Postman · Jenkins · JavaScript · TypeScript · Azure · SQL · CI/CD

How to prepare for this interview

A 5-step prep plan tailored to this job's stack.

  1. 1Revise Selenium deeply — locator strategy, waits, parallelisation, and how you'd structure the framework from scratch. Selenium interview Q&A
  2. 2Practice API-testing scenarios — auth flows, contract validation, and running collections in CI. API testing Q&A
  3. 3Warm up on SQL joins, group-bys, and window functions — most QA rounds include a data-validation query. SQL Q&A
  4. 4Run a senior-level mock interview covering system design for test frameworks and CI strategy. AI Mock Interview
  5. 5Run your CV through the ATS review so it clears keyword filters for this role before you apply. Resume ATS Review

Likely interview questions for this role

Tuned to the stack we detected on this job.

  • Q1.Explain the Page Object Model and how you'd structure it in Selenium.
  • Q2.How do you handle dynamic waits without using Thread.sleep in Selenium?
  • Q3.How does Playwright's auto-waiting differ from Selenium's explicit waits?
  • Q4.Walk through how you'd parallelise Playwright tests in CI with sharding.
  • Q5.How do you handle cross-origin flows in Cypress?

Salary context

Compensation not disclosed.

Applied Systems India Private Limited hasn't disclosed a salary range for this senior role. Check our QA/SDET salary benchmarks to anchor your ask for Bengaluru, Karnataka, IN.

Similar QA jobs hiring now

Related open roles matched on skill, seniority, and location.

Apply on company website

Application opens on the employer's official career site. No sign-in required.

QA Career Toolkit

Want to Land This QA Role? Equip Yourself with the Ultimate Testing Toolkit.

Stop guessing what recruiters want. Stand out in your technical rounds with proven QA interview guides, premium templates, and expert cheat sheets.

  • Plug-and-play automation frameworks
  • Proven QA resume templates
  • Top 500 interview Q&As
4.9/5 rating
Explore All Products

⭐⭐⭐⭐⭐ Trusted by 1,000+ Software Test Pilots • Instant Access

Recent Similar Jobs

Other QA roles matching this opening.

SDET

Futran Tech Solutions Pvt. Ltd.

Washington, District of Columbia, US Onsite Full-timeMid
SeleniumPlaywrightJMeterJenkinsDocker

Posted 6d ago