class TestEngineer:
def __init__(self):
self.name = "Pengcai"
self.role = "Test Development Engineer"
self.education = "Computer Science @ LNUPT"
self.language_spoken = ["zh_CN", "en_US"]
self.code = ["Java", "Python", "JavaScript", "SQL", "Shell"]
self.focus = ["Test Automation", "Performance Testing", "API Testing", "DevOps"]
def say_hi(self):
print("Thanks for visiting my GitHub! Let's break some code together!")
me = TestEngineer()
me.say_hi()
Test Automation Pytest, Selenium, JUnit, TestNG, Allure |
API Testing Postman, RestAssured, Knife4j |
Performance JMeter, Locust, Charles |
CI/CD Jenkins, GitHub Actions |
Database MySQL, Redis, MongoDB |
Collaboration Git, JIRA, Confluence |
"Testing shows the presence, not the absence of bugs."
- Edsger W. Dijkstra
More About Me
I'm passionate about improving software quality through automation and efficient testing methodologies. My experience spans from UI testing to API testing and performance optimization.
When I'm not breaking code, I enjoy solving algorithm problems and exploring new technologies. I believe in the power of continuous learning and sharing knowledge with the community.