public class AboutMe {
public static void main(String[] args) {
Shrijith profile = new Shrijith();
profile.displayProfile();
}
}
class Shrijith {
void displayProfile() {
printBanner("Shrijith PS");
printSection("Experience", "3+ years in Software Testing; Automation & Manual Testing; WebdriverIO | Cypress | Playwright");
printSection("About Me",
"π Currently working as Test Engineer",
"π€ Currently learning Playwright",
"π¬ Ask me about Automation Testing",
"β‘ Reach me at shrijithps89@gmail.com"
);
printSection("Connect with me",
"LinkedIn: https://linkedin.com/in/shrijithps",
"LeetCode: https://www.leetcode.com/shrijith98"
);
printSection("Languages", "JavaScript, Java, Python, C++");
printSection("Tools",
"WebdriverIO, Cypress, Playwright, Selenium, Cucumber, Postman, JMeter, Git, JIRA"
);
}
}
Popular repositories Loading
-
bankist_app
bankist_app PublicBankist App β A minimalist banking app built with JavaScript, featuring user authentication, money transfers, loan requests, and transaction history. π
JavaScript 1
-
-
-
GitHubActions
GitHubActions PublicSimple Maven Project which launches chromedriver, open google and gets the title of google page using github actions
HTML
-
webScraping
webScraping PublicPython code to extract top 250 IMDB rated movies, write to a excel and search for a movie
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.