A solution that aims to ensure customers find valuable digital content with 24/7 website monitoring from ContentKing, now part of the enterprise organic marketing platform from Conductor. Website changes happen, and they happen fast. That’s where ContentKing for Conductor comes in. As a real-time SEO monitoring and auditing platform, ContentKing keeps track of everything happening on a site as it happens, such as if links suddenly break or…
N/A
Selenium
Score 8.1 out of 10
N/A
Selenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications.
The times when [ContentKing] is most useful is when working with migrations, or changing dynamic websites that you want to continuously monitor fix and rapidly resolve issues. Because you can share URLs to key issues and create segments out of them it is very easy to highlight issues. Because it isn't charged a per user level this does mean you can give access to clients and their development teams.
When you have to test the UI and how it behaves when certain actions are performed, you need something that can automate the browsers. This is where Selenium comes to the rescue. If you have to test APIs and not the frontend (UI), I would recommend going with other libraries that support HTTP Requests. Selenium is good only when you have no choice but to run the steps on a browser.
Selenium is pretty user-friendly but sometimes tests tend to flake out. I'd say roughly one out of twenty tests yields a false positive.
Selenium software cannot read images. This is a minor negative because a free plug-in is available from alternate sources.
Slowness may be a minor factor with Selenium, though this is an issue with basically any testing software since waiting on a site to execute JavaScript requires the browser to wait for a particular action.
We love this product mainly because of its high customization abilities and the ease of use. Moreover, its free and can be learned easily through online communities and videos. The tests are more consistent and reliable as compared to Manual tests. It has enabled us to test a large number of features all in one go, which would have impossible through manual tests. The reports generated at the end of the tests are really helpful for the QA and the development teams to get a fair view of the application.
Really like the walkthrough onboarding of the app to get your bearings when you sign up. You can quickly glance at the interface and understand where everything is located and what each feature is used for. The dashboard is incredibly useful to understand the health of your site and address any persistent issues on your site quickly.
As I mentioned earlier, the reason I use Selenium is because there is a fairly widespread community of users, and user support services are at a good level. because the application is open source, it works on many platforms (Windows, Linux, IOS) without any problems. In addition, it gives us a lot of options for writing functional tests. For errors that we receive through the application, we can easily find the reasons for errors in the forums.
They respond very quickly and have deep technical knowledge so they will always find a solution to your problem. They are based in Europe but are planning to open offices soon in the USA that will help with time-difference issues. If you are based in Europe, you will get an answer in 15 minutes.
Selenium does not have technical support available easily. You have to go through forums to get the information you need. However, there are excellent forums out there that make it easy to troubleshoot. The open-source flexibility makes it difficult to have dedicated support.
We did everything we needed to use it. Now we can execute our tests on different operational systems and browsers running few tests simultaneously. We also implemented Appium framework to execute our tests on mobile devices, such as iPhones, iPads, Android phones and tablets. We use SauceLabs for our test execution and Jenkins for continuous integration.
Content King provides a much more immersive dashboard. Additionally, the reports offered by Content king give us much more granular data allowing management to see the results country site by country site. The other tool would have required us to hire an external developer to create a custom dashboard to provide reporting. This to, us made the decision easy.
At the time of adoption, there were not many other alternatives that were even close to being competitive when it comes to browser testing. As far as I know now to this day, there is still little competition to Selenium for what it does. Any other browser-based testing still utilises Selenium to interact with the browser.