I work in a small firm whose product is a relatively simple web-based software. For the last several years we have used Selenium IDE and it's record-and-play functionality. It has delivered 98% of what we need. However, now that Selenium IDE will no longer be working several months from now, we must find an alternative. We considered using Selenium WebDriver, but none of us no know programming and we just don't have the time to all learn it quickly enough to maintain our current testing. So, we are looking for something that has at minimum the following features...
- Has record-and-play functionality (as opposed to programming)
- Can support multiple web browsers (Firefox, Chrome, IE, Safari)
- Can generate reports
- Will continue to be supported for years to come
- Has either a large user community or good company customer service
- Database connect would be nice
- Hopefully, we can import our existing Selenium IDE scripts, rather than rewrite them.
- We are willing to pay if it's good.
There are literally dozens of options for software and I don't have a clear path to selecting one. Some promising software is... - Katalon Recorder and Studio. It looks like an excellent replacement for Selenium IDE. But it has small community for help - QTP - A colleague previously worked with this and recommends it. It looks like an excellent alternative for webdriver, as it allows record and play. But it is very expensive.
Any help is appreciated.