@0x00000101

Спасибо, Александр!

@breadmanx8007

Hi Alex, thanks for taking the time to make this video course. It's helped me understand how to perform these functions in C#. I'm curious why you chose to separate the Page Objects and Tests into two separate projects. The same thing could be accomplished within the same project with different classes in separate directories for PagObjects and Tests, correct?

@nemanjastevanov9980

Hi Alex, I have a question. Why do we set Driver and WebForm "private set" both? What is the difference between "private set" and regular "set"?

@softwaretestingstudiosts5200

Thank you. very useful tutorials. if we want to test different browsers e.g chrme, edge and firefox, how do you modify the setup class?