Skip to content
View Bh-bts's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Bh-bts

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Bh-bts/README.md

Hi,I'm Bhavin Thumar

GIF

  • πŸ”­ I’m currently working on UI testing NodeJs with Playwright & NodeJs with Selenium.

  • 🌱 Also I'm currently working on API testing(API automation) using Java with Playwright.

  • πŸ‘― I’m looking to collaborate on API Automation Testing, UI Testing.

  • πŸ‘¨β€πŸ’» All of my projects are available at GitHub

  • πŸ’¬ Having a Knowledge of API testing using Playwright, and Web app automation testing using Selenium.

  • πŸ“„ Know about my experiences in Linkedin

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Bhavin Thumar";
    string public pronouns = "He | Him | His";
    string public currentFocus = "Automation Testing";

    string[] internal programmingSkills;
    string[] internal automationTestingTools;
    string[] internal testingFrameworks;


constructor() {
        programmingSkills = [
            "Java", 
            "JavaScript",
            "Python"
        ];
        automationTestingTools = [
            "Selenium",
            "Playwright",
            "Rest-Assured",
            "Appium",
            "Percy"
        ];
        testingFrameworks = [
            "TestNG",
            "Pytest"
        ];
    }

    function getSkills() public view returns (string[] memory, string[] memory, string[] memory) {
        return (programmingSkills, automationTestingTools, testingFrameworks);
    }

    function fun() public view returns (string memory) {
        return "In the world of automation testing, bugs aren't feared they're expected guests, welcomed with open arms by our code!";
    }

    function contactMe() public pure returns (String memory){
        string memory email = "thumarbhavin.786@gmail.com";

        return string(abi.encodePacked("Feel free to reach out to me via email at ", email));
    }
}

Find Automation Testing Projects for Your Practice

  1. Java-Selenium-TestNG for UI Testing
  2. Java-RestAssured-Testng for API Testing
  3. Java-Playwright for UI Testing
  4. Java-Playwright for API Testing
  5. Java-Selenium-TestNG-Percy for Visual Testing
  6. NodeJs-Playwright for UI Testing
  7. NodeJs-Selenium-Percy for Visual Testing

Find AI Automation Testing Projects

  1. Java-Selenium-Stanford CoreNLP for sentiment analysis
  2. Java-Selenium-Healenium for Self-healing locators.
  3. NodeJs-Playwright-Auto Playwright for UI Automation using prompt

GitHub Stats

bh-bts's Stats

bh-bts's Streak

bh-bts's Top Languages

Connect with me:

bhavin_Twitter bhavin_LinkedIn bhavin_Facebook bhavin_Instagram bhavin_devStory bhavin_devStory bhavin_devStory

Languages and Tools:

selenium Playwright git java javascript jenkins Apache Ant ruby Katalon

Pinned Loading

  1. autotube-bot autotube-bot Public

    Java 3

  2. prodAnalytica-bot prodAnalytica-bot Public

    Java