Skip to content
View Vinay08sharma's full-sized avatar

Block or report Vinay08sharma

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
Vinay08sharma/README.md

Hi , I'm Vinay

I'm a passionate Software Development Engineer in Test from India.

vinay08sharma

  • 🔭 I’m currently working on Springboot test automation

  • 🌱 I’m currently learning Playwright with Typescript

  • 💬 Ask me about Test Automation/Testing

  • 📫 How to reach me sharmavinayrocks@gmail.com

A little more about me...

const vinay = {
    pronouns: "He" | "Him",
    programmingLanguage: ["Typescript", "Java", "Javascript"],
    technologies: {
        testing: {
            ui: ["WebdriverIO", "Selenium", "Appium", "Cypress"]
            api: ["RestAssured", "Postman"]
            framework: ["TestNG", "Mocha", "Jest"]
            designPattern: ["Data driven", "Page object modelling", "Factory design pattern"]
        },
        },
        devOps: ["Git", "Docker", "Jenkins", "Gitlab", "GitHub Actions"],
    },
    currentFocus: "Typescript",
};

Connect with me:


 vinay08sharma

Pinned Loading

  1. playwright_e2e playwright_e2e Public

    TypeScript

  2. simple-login-form-react simple-login-form-react Public

    Simple Login form using react js

    JavaScript

  3. Email Util through which email can b... Email Util through which email can be sent via code in JS using nodemailer
    1
    const nodemailer = require("nodemailer");
    2
    
                  
    3
    function sendMail() {
    4
        let transporter = nodemailer.createTransport({
    5
            service:"gmail",
  4. WebdriverIO-E2E WebdriverIO-E2E Public

    TypeScript 1