Skip to content
View abhi41289's full-sized avatar
:octocat:
:octocat:

Block or report abhi41289

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abhi41289/README.md

👋 Abhishek Raj P

Senior SDET | Test Automation Architect | Quality Engineering Lead

Experience Education Location LinkedIn Email


“Architecting scalable, resilient test systems that think, adapt, and accelerate delivery.”


👨‍💻 Executive Summary

I am a Senior SDET and Test Automation Architect with 10+ years of quality engineering experience architecting enterprise-grade test automation ecosystems across web, REST API, fintech, and cloud-native applications (Tata Consultancy Services, OvalEdge, BondbloX, HP Inc.).

My engineering philosophy blends production-scale automation design (Playwright, Selenium, WebdriverIO, TypeScript, Python, Java) with modern DevOps pipelines (GitHub Actions, GitLab CI, Jenkins, Docker) and applied Machine Learning to build self-healing, high-efficiency quality gates.

  • 🎓 Education: Pursuing MSc in Artificial Intelligence and Machine Learning (Liverpool John Moores University) & Executive PG in Machine Learning and AI (IIIT Bangalore).
  • 📜 Certifications: ISTQB Certified Tester Foundation Level | Selenium WebDriver Certified.
  • 💡 Specialization: Enterprise Test Architecture, Zero-Flakiness Testing, Shift-Left API Validation, AI-Assisted Test Generation, and Performance Engineering.

📊 Proven Engineering Impact

┌──────────────────────────────┬──────────────────────────────┬──────────────────────────────┐
│       ⚡ -40% RECALL         │       🤖 -60% BOILERPLATE    │        🛡️ 600+ SUITES        │
│   Regression cycle time cut  │   Framework setup reduced    │   Automated Web, API & E2E   │
│   via Playwright parallel    │   via AI-assisted test       │   tests running reliably in  │
│   execution pipelines        │   engineering tools          │   continuous CI/CD           │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
│       🎯 90%+ COVERAGE       │       ⚡ <200ms LATENCY      │        👥 5+ ENGINEERS       │
│   Backend code coverage on   │   API response benchmarks    │   Mentored on framework      │
│   critical application tiers │   with OWASP security checks │   design & cloud-native QA   │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘

🛠️ Technical Capabilities & Core Stack

Core Languages
Test Automation
API & Contracts
Performance & Quality
DevOps & Cloud
AI & Machine Learning

🏛️ Featured Engineering Projects

Production-grade E2E UI & API Test Automation Framework built in TypeScript + Playwright + Docker.

  • Architecture: Strict Page Object Model (POM) encapsulation, Builder Pattern for fluent API request assembly (BookingBuilder), and Factory Pattern for typed dynamic data generation (TestDataFactory).
  • Capabilities: Dual-tier testing with UI automation on SauceDemo, API contract & CRUD validation on Restful-Booker via Playwright APIRequestContext, and visual regression checks.
  • CI/CD & Observability: Integrated with containerized Docker runners and automated GitHub Actions CI/CD workflows, with Web Vitals performance metric collection.

Next-generation test automation platform combining Playwright with OpenAI & ZeroStep AI.

  • Autonomous Validation: Translates plain-English business scenarios directly into browser interactions without brittle CSS/XPath dependencies.
  • Self-Healing Automation: Dynamically discovers application elements using semantic AI completions, dramatically reducing test maintenance in rapid-release Agile cycles.
  • AI-Generated Test Payloads: Generates intelligent boundary conditions and edge-case test datasets at runtime via LLM prompts.

Hybrid Web UI and REST API automation framework engineered with Python, Playwright, and Pytest.

  • Zero-Flakiness Design: Pure reliance on event-loop auto-waiting and web-first assertions, eliminating arbitrary sleep pauses.
  • Contract & API Layer: Shift-left API validation with JSON Schema verification, bearer token session management, and CRUD lifecycle suites.
  • Enterprise Triage: Automated capture of full-page failure screenshots, execution trace archives (.zip), video recordings, and unified Allure/HTML reports.

Deep learning assistive technology capstone project developed at IIIT Bangalore.

  • Neural Architecture: Combines CNN-based visual feature extraction with an Attention Mechanism (Bahdanau Attention) to generate descriptive textual descriptions from images.
  • Accessibility: Couples natural language caption generation with speech synthesis on the Flickr8k dataset to assist visually impaired individuals.

Behavior-Driven Development test automation harness for enterprise Java ecosystems.

  • Implements Cucumber BDD, Spring Boot test harnesses, and TestNG for seamless microservice integration and regression test suites.

📬 Let's Connect

I am open to discussing Senior SDET, Test Automation Architect, and Quality Engineering Leadership opportunities where I can design resilient automation systems, mentor QA talent, and leverage AI to drive velocity and release confidence.


Designed & maintained by Abhishek Raj P • Built with precision for Quality Engineering

Pinned Loading

  1. PlaywrightTypeScriptTutorialFullCourse PlaywrightTypeScriptTutorialFullCourse Public

    Forked from BakkappaN/PlaywrightTypeScriptTutorialFullCourse

    In this Playwright with TypeScript Tutorial Full Course covered topics from basics to advance level. Playwright with TypeScript Full Course - https://youtube.com/playlist?list=PLUeDIlio4THEXmQxNvKm…

    TypeScript

  2. document_portal document_portal Public

    Forked from sunnysavita10/document_portal

    Full-stack document processing and ingestion portal utilizing Python, FastAPI, and modular architecture.

    Python 1

  3. PWPythonDemo PWPythonDemo Public

    Enterprise-grade Python + Playwright + Pytest framework. Features Zero-flakiness design, API JSON schema contract validation, Allure reporting, and CI quality gates.

    Python