Skip to content
View WojciechBladek's full-sized avatar
👋
👋

Block or report WojciechBladek

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

Hi, i'm Wojciech 👋

Quality Assurance Engineer

About me

class QA {
  firstName: string = 'Wojciech';
  lastName: string = 'Błądek';
  age: number = 30;
  profession: string = 'Quality Assurance Engineer';

  emailMe(): void {
    console.log('wojciechbladekk@gmail.com');
  }

  aboutMe(): void {
    console.log(`
          My position is Quality Assurance, I am in charge of maintaining
           quality in projects, I started the adventure of my profession as
            early as 2021, since then I develop my skills every day until
            today
          I am passionate when it comes to software testing, my most important
           trait in this profession by far is meticulousness, perfectionism,
           communicativeness`);
  }
  useMySkills(): void {
    console.log(`
          Quality assurance, Software testing, Manual Testing ,Automation
          Testing ,Jira ,Postman ,Playwright ,Cypress ,Testing methodology ,Web Apps -
          Testing ,Scrum ,Agile ,Rest API ,JavaScript ,TypeScript ,SQL ,GIT,
          ISTQB knowledge ,DevTools ,CI/CD ,UML Sequnce Diagram ,Block Diagram ,
          Java(wip), Appium + WDIO(wip), Selenium + WDIO(wip).
          `);
  }
  enjoyBetterQuality(): string {
    return 'Happy Clients';
  }
}
const wojciech = new QA();
wojciech.aboutMe();
wojciech.emailMe();
wojciech.useMySkills();
wojciech.enjoyBetterQuality();

Connect with me

Gmail

Expertise

Playwright Cypress.io Postman

Projects coming soon

Popular repositories Loading

  1. Playwright-UI-API Playwright-UI-API Public

    Mocks, API, UI testing

    TypeScript 1

  2. WojciechBladek WojciechBladek Public

    Hi im Wojciech Quality Assurance Engineer

    JavaScript

  3. Appium-WebdriverIO Appium-WebdriverIO Public

    Mobile Automation with Appium 2.0 and WebdriverIO

  4. Playwright Playwright Public

    TypeScript

  5. Cypress Cypress Public

    TypeScript

  6. Postman-CLI Postman-CLI Public

    Postman using newman and docker