Tutorials and resources on how to apply test automation in software testing
Web-platform-tests is a large test suite used with WebDriver to ensure browsers stay compliant to web standards and in doing so remain interoperable. Along with being run in most browsers as part of their continuous integration (CI) system, we run the whole test suite over a dozen times a day to provide a public dashboard for both those working on browsers and those more generally working on standards.
Security testing is often seen as a mysterious and foreboding domain, where people enshrouded in hooded masks wield mystical powers to influence technology in ways that should be impossible. Vulnerabilities, hacks, disclosures, exploits and other spooky concepts seem to be the primary powers in this dark digital Mordor.
Gojko Adzic presents five universal rules for test automation, that will help you bring continuous integration and software testing to the darkest corners of your system. Learn how to wrestle large test suites into something easy to understand, maintain and evolve, at the same time increasing the value from your automated tests.
Effective monitoring makes a difference to businesses of all sizes, but is especially valuable to startups, where squeezing the most out of your software resources is vital if you want to compete successfully and grow swiftly.
In pursuing the twin goals of increased speed and continuous innovation, delivery teams have been busily ramping up automation efforts in the last few years. Test automation has been instrumental in helping accelerate release cycles, improve software quality and increase efficiency across the whole software delivery lifecycle (SDLC).
Data science and test automation are two areas of software development where demand is high for qualified engineers. Both domains require a very similar set of skills. This article examines which field could be the best for a young software engineer career.
Selenium 4 brings a brand-new Grid, full of features and great things! Selenium Grid 4 has a new flexible architecture, allowing you to run it in a fully distributed mode, in the traditional Hub/Node mode, or in the simple Standalone more.