Playwright framework implementation - Part 2

Playwright framework implementation - Part 2

Hoping the you have completed <a href="../playwright-framework-implementation-part-1">part 1</a> of the post, let’s move on to part 2!! In this post, let's tryin make use of the files that we haven'...

Playwright framework implementation - Part 1

Playwright framework implementation - Part 1

Let’s see the implementation of the playwright framework from the github <a href="https://github.co...

Short circuit in javascript

Short circuit in javascript

Short circuit is an interesting concept in JavaScript where we make JavaScript to evaluate a typica...

Password Management

Password Management

Managing passwords is often a challenging task unless you have a eidetic memory or lazy enough to c...

Verify record in HTML table

Verify record in HTML table

Though not very often encountered, this again is an interesting problem to solve in automation test...