Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My test cases are in HTML (Selenese), how can I run those against Selenium Grid ?

cases Grid html run selenium Test
0
Posted

My test cases are in HTML (Selenese), how can I run those against Selenium Grid ?

0

You would need a parallel test runner for Selenium Grid. I might eventually end up working on such a parallel test runner for HTML test suites, nevertheless my time is limited and this feature is quite low in my priority list: in my experience HTML test suites are a nightmare to maintain you are better off writing and refactoring real code by the time your test suite grows big enough that it takes too long to run. This said, there might be hope as some guys seem to be working on it though: see this thread Here are more details on why this feature is not high on my priority list: • I write all my tests using a full-featured programming language (not HTML) because I believe that it is a far better approach to in-browser testing – especially when it come to maintenance. • If you have enough tests to feel the need for Selenium Grid, then test maintenance should matter to you… and using HTML test cases is not going to help! • I have limited development cycles and work on Selenium grid in my

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123