|
|
|
|
|
by ou_ryperd
2308 days ago
|
|
Test automaton guy here. Why reinvent the wheel? Selenium/WebDriver is already a standard (https://www.w3.org/TR/webdriver/). It has years of maturity. Maturity means that through use and development iterations it can now cater for a lot of corner cases. How to do domain authentication in IE. How to handle all the different types of modal dialogues. And so on. It can be used in several different REAL programming languages so you can interact with a database, or drop a message in a queue or call a webservive during browser interaction. I have done all of those. But sure, if you want a tool for a specific small use like a business analyst doing one linear test case, go ahead. If you don't believe all the corner cases, do yourself a favour and look under the Selenium tag on SO. |
|
My partner worked for some time running on-site test automation courses. This was for organisations where the devs were average 9-5 workers without any passion for software development. Not the sort of places that would ever feature on HN.
Manual testers transitioning to automation testers within such organisations are, in most cases, fully incapable of doing so effectively.
Such testers cannot learn to code. Many could barely type with much proficiency. All were great people and great at manual testing, but coding was generally not what they were wired for.
There is a market for something easier.
It took me some time developing a plain-English DSL to realise myself that the majority of browser automation coding isn't coding.
You can abstract away the hard parts. What you're left with is not coding but configuration.
Given the right automation system you don't need to write code to define your tests, you instead need to configure the system to test as needed.
A DSL to replace current automation coding as-is is indeed an odd task.
A DSL for a minimal-grammar configuration language within an automation system can definitely work.
Will it work for everyone? No, absolutely not. Not you and not many who read HN. We're the outliers.
Will it work for boring dusty companies that we've never heard of and which can't afford to employ people who read HN? Yes, definitely.