Browsed by
Tag: Team ownership

Quality is a team sport

Quality is a team sport

When I started my journey as a software tester I felt that quality was all about my ability to find the bugs in the software I was testing. I now know that there is no way I or even a team of testers can assure quality. It is down to the ENTIRE team.

C# PageFactory – Why I don’t use properties.

C# PageFactory – Why I don’t use properties.

This entry is part 2 of 5 in the series Building a .Net Core PageFactory Framework

In my most popular post ‘C# and the disappearing PageFactory – My next steps in Selenium testing’ I gave Jim Evans suggested approach of using properties to return the response from your page controllers. I have never used this approach however, and before start discussing how I do build them, I thought I should explain why.