JJ's blog

JJ's blog

Follow
homeContactBuy me a coffee!badgesnewsletter
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Building an E2E Test Framework using some good Design Patterns

Oct 10, 202010 min read

End to End (E2E) testing is about simulating the user experience. It doesn't deal with functions, variables, classes, or databases. Instead, it deals...

Building an E2E Test Framework using some good Design Patterns

The test, the bug and the hacker

Sep 27, 20206 min read

Certain developer is creating the login page of a random website. When he finishes the work he proceeds to make a login attempt in his brand new page....

The test, the bug and the hacker