Software Developer | ✍🏻 @hashnode | πŸ† Hacktoberfest' 24

Joined April 2021
113 Photos and videos
Day 67/100 πŸš€ Learned visual testing in Playwright today. πŸ“Έ page.screenshot() = capture image πŸ” toHaveScreenshot() = capture compare against baseline Big takeaway: page.screenshot() is a camera. toHaveScreenshot() is a camera a judge. #Playwright #VisualTesting
1
1
7
Day 66/100 πŸš€ Learned Network Interception in Playwright. βœ… Mock APIs βœ… Modify responses βœ… Abort requests route.fulfill() = fake response route.fetch() route.fulfill() = real response modification Powerful feature for testing edge cases. #Playwright #QAAutomation
3
52
Day 65/100 πŸš€ Today's lesson: Building a project is one skill. Documenting it properly is another. Worked on creating a professional README for my Playwright POM Framework and learned how important project presentation is for recruiters and interviewers. #Playwright #Github
1
1
9
A good README is like a tour guide for your project. It helps people understand your work before they even open a single file.
3
Day 64/100 πŸš€ Today's lesson: Passing tests β‰  Good code. Spent time on: βœ… Refactoring βœ… Removing code smells βœ… JSDoc documentation βœ… Better assertions βœ… Cleaner Playwright framework structure Trying to write code that's easier to maintain, not just code that works.
1
14
Day 63/100 πŸš€ Today I learned: βœ… Hooks βœ… Custom Fixtures βœ… Parallel Execution βœ… Cross-Browser Testing βœ… Test Tags Biggest takeaway: Fixtures help across framework. Starting to understand how real Playwright frameworks are built. #Playwright #QAAutomation #TestAutomation
3
53
Day 62/100 πŸš€ I went quiet for a week because of college work. But here's the thing: I stopped posting. I didn't stop learning. #100DaysOfCode #QAAutomation #Playwright #SoftwareTesting #TestAutomation #LearningInPublic
1
1
11
Not every week is about learning something new. Sometimes the real progress is strengthening what you've already learned. I'm back to posting regularly now.
1
1
8
And yes, things may slow down again from June 13 because of other commitments. But slowing down is not the same as stopping. Still moving. Still learning. Still chasing that QA Automation Engineer goal. 🎯
1
24
Was inactive for the last 3 days because I was fully focused on completing my college project report submission. Finally done βœ… Back to the QA Automation grind again from tomorrow πŸš€ Repo link : github.com/thebedigupta/play… #Playwright #QAAutomation
1
1
27
Trying to build discipline that survives even low-energy days.
1
9
Day 61/100 Wasn’t feeling well from the last few days after project submission, so I stopped posting. But still studied at least 1 hour daily somehow. Feeling better today. Back again πŸš€ #Playwright #QAAutomation #100DaysOfCode
2
26
Day 59/100 of #100DaysOfCode Spent the whole day working on my Playwright POM framework project report because deadline is close. Used Claude, ChatGPT & Gemini to speed up learning/debugging. Project: github.com/thebedigupta/play… #Playwright #QAAutomation
1
2
59
Day 58/100 of #100DaysOfCode Learned today: In Playwright, chaining depends on what a method returns. Locator β†’ chainable Action β†’ returns Promise β†’ chain breaks Also learned .fill() already focuses the input internally. #Playwright #QAAutomation
1
11
Day 57/100 of #100DaysOfCode Learned assertions properly in Playwright today. Tested: βœ… successful login ❌ invalid login πŸ”’ locked user ⚠ validation errors Realized: without assertions, automation only performs actions. #Playwright #QAAutomation
1
1
25
Day 56/100 of #100DaysOfCode Mostly revision today. Revisited Playwright concepts, locators, assertions, and configuration after a few low-productivity days due to health. Things feel clearer again. #Playwright #QAAutomation
2
3
33
Revision feels boring sometimes, but it’s probably where long-term understanding is actually built.
1
6
Day 55/100 of #100DaysOfCode Learned today: JS-rendered dropdowns don’t always respond to normal Playwright clicks. This worked: await page.locator('li[title="Date"]').click(); Tiny issue. 1 hour debugging πŸ˜… #Playwright #QAAutomation
3
47
Day 54/100 of #100DaysOfCode Back to normal routine. Spent 2 hours with Playwright today and started understanding configuration setup much better. Feels good writing code again. #Playwright #QAAutomation
1
7