We're a place where coders share, stay up-to-date and grow their careers.
Pretty good article about selenium syntax and uses.
I used to build tests with selenium and JAVA, and instead of calling the elements id or xpath, I made a PageObject that stores every component used, removing the long id's from the action code.
I'm absolutely going to try endtest too.
Congratulations on your article!
Thank you. And it's great that you mentioned Page Object Model, it's really useful. I forgot to mention it in this article.
Pretty good article about selenium syntax and uses.
I used to build tests with selenium and JAVA, and instead of calling the elements id or xpath, I made a PageObject that stores every component used, removing the long id's from the action code.
I'm absolutely going to try endtest too.
Congratulations on your article!
Thank you.
And it's great that you mentioned Page Object Model, it's really useful.
I forgot to mention it in this article.