Skip to content
View JubairRahman's full-sized avatar
💭
"Pushing pixels and crafting code to turn imagination into reality! 🎨💻✨
💭
"Pushing pixels and crafting code to turn imagination into reality! 🎨💻✨

Block or report JubairRahman

Report abuse

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

Report abuse
JubairRahman/README.md

Banner

Hola 👋, This is Jubair Rahman

A passionate QA Developer & Learner

Typing SVG

Coding

  • 🔭 I’m currently working on open-source contributions and ensuring software quality for exceptional user experiences.

  • 🌱 I’m always learning, with a keen interest in Test Automation, Continuous Integration/Delivery, and Performance Testing.

  • 👯 I’m looking to collaborate on projects related to automated testing, API testing, and test frameworks.

  • 💬 Ask me about manual testing strategies, test planning, bug tracking, and optimizing QA processes.

  • 📫 I am interested in working in a team.

  • ⚡ Fun fact I love to play with my Brain.


Languages and Tools:

bash bootstrap c css3 cypress figma git html5 java javascript linux nodejs postman python sass selenium zapier


Testing Tools

cypress Selenium Jasmine


Version Control

Git GitHub GitLab


Coding

Like to read Blogs from

Blogger Dev.to blog Hashnode Substack Micro.blog

Artificial Intelligence & Bots

ChatGPT Amazon Alexa Dependabot Google Assistant

Connect with me

Discord Gmail LinkedIn WhatsApp



Tested Browsers

Google Chrome Firefox Safari Brave Opera Edge


Cloud Storage

Google Drive Dropbox Mega.nz OneDrive


Used OS

Arch Linux CentOS Linux MacOS Manjaro Windows 11


jubairrahman


const JubairRahman = {
  pronouns: ["he", "him"],
  roles: ["QA Engineer", "Project Coordinator"],
  skills: [
    "Manual Testing", 
    "API Testing", 
    "Test Automation", 
    "Documentation", 
    "Project Coordination"
  ],
  tools: {
    testManagement: ["TestRail", "JIRA", "Xray"],
    documentation: ["Notion", "Confluence", "Google Docs"],
    automation: ["Postman", "Selenium", "Playwright"],
    api: ["REST", "Swagger", "Insomnia"],
    collaboration: ["Git", "GitHub", "Slack", "Zoom"]
  },
  contributions: [
    "Creating and maintaining PRDs and BRDs",
    "Developing detailed and reusable test cases",
    "Designing test strategies aligned with project goals",
    "Coordinating between developers, testers, and support teams",
    "Ensuring clear communication and timely deliveries"
  ],
  interests: [
    "QA content creation",
    "Agile project workflows",
    "Exploratory testing",
    "Modern documentation practices"
  ]
};

Stats

 jubairrahman

Dev Card

Jubair Rahman's Dev Card

Pinned Loading

  1. UI-Rendering-Issue-IntelliJ-NxConsole UI-Rendering-Issue-IntelliJ-NxConsole Public

    A documented UI bug found in IntelliJ Nx Console with detailed test cases and QA analysis.

  2. Software-Testing-Hierarchy Software-Testing-Hierarchy Public

    Software Testing Hierarchy..Software testing is a structured process that helps ensure the quality and reliability of software applications. Here’s a simplified hierarchy to guide you through the d…

  3. cypress-gist-downloader cypress-gist-downloader Public

    cypress-gist-downloader: Automate the process of downloading gists from GitHub using Cypress, simplifying the gist fetching and saving with a few simple steps.

    JavaScript 3 1

  4. Extension for Tester.md Extension for Tester.md
    1
    # Tools for Tester
    2
    # Chrome Extension Tools for Different Categories
    3
    
                  
    4
    A curated list of testing tools categorized based on their functionality.
    5
    
                  
  5. QA Best Practices.md QA Best Practices.md
    1
    # QA Best Practices and Tips
    2
    
                  
    3
    ## Overview
    4
    
                  
    5
    This Gist provides a comprehensive collection of Quality Assurance (QA) best practices, tips, and guidelines to enhance software testing and ensure the delivery of high-quality products. Whether you are a seasoned QA professional or just starting in the field, these insights will help you excel in your testing endeavors.
  6. Explore this Gist to gain insights i... Explore this Gist to gain insights into the nuances of HTTP GET, PUT, POST, DELETE, PATCH, HEAD, CONNECT, OPTIONS, and TRACE methods, along with their respective definitions and key features.
    1
    # HTTP Request Methods 
    2
    
                  
    3
    HTTP defines a set of request methods to indicate the desired action to be performed for a given resource. Although they can also be nouns, these request methods are sometimes referred to as HTTP verbs. Each of them implements a different semantic, but some common features are shared by a group of them: e.g. a request method can be safe, idempotent, or cacheable.
    4
    
                  
    5
    ## 1. HTTP GET [![Idempotent Badge](https://img.shields.io/badge/Idempotent-Yes-green?style=for-the-badge)](https://en.wikipedia.org/wiki/Idempotence) [![Safe Badge](https://img.shields.io/badge/Safe-Yes-blue?style=for-the-badge)](https://developer.mozilla.org/en-US/docs/Glossary/Safe) [![Cacheable Badge](https://img.shields.io/badge/Cacheable-Yes-orange?style=for-the-badge)](https://developer.mozilla.org/en-US/docs/Glossary/Cacheable)