-
π 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
// 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));
}
}
- Java-Selenium-TestNG for UI Testing
- Java-RestAssured-Testng for API Testing
- Java-Playwright for UI Testing
- Java-Playwright for API Testing
- Java-Selenium-TestNG-Percy for Visual Testing
- NodeJs-Playwright for UI Testing
- NodeJs-Selenium-Percy for Visual Testing
- Java-Selenium-Stanford CoreNLP for sentiment analysis
- Java-Selenium-Healenium for Self-healing locators.
- NodeJs-Playwright-Auto Playwright for UI Automation using prompt