Posts Categorized: Automated Testing

Optimize Quality Coding with Automated Testing

Throughout 2017, Chrome, Firefox and Safari released browser updates at least six times. As browsers update every 45 to 90 days, legacy and newly-released websites need to be tested for compatibility and performance. Rather than composing creative and engaging new content, developers and QA teams can be distracted by the need to manually test for… Read more »

Selenium IDE Makes Browser Test Automation Even Easier

In our last blog entry, we discussed the virtues of using a powerful tool called Selenium WebDriver to automate tests for browser-based web applications. This open-source tool allows developers and QA teams to write automated test scripts for today’s leading web browsers in a variety of programming languages such as Java, Python, Ruby and PHP…. Read more »

Automate Web Application Testing With Selenium

Since responsive web design made it possible for developers to create websites that can function effectively on any device, browser-based web applications have become increasingly popular alternatives to native apps on iOS and Android. In order to stay in step with the latest updates on popular browsers like Chrome and Firefox, these web apps typically… Read more »

Using Automated Testing in Conjunction with Manual Testing

Recent years have seen a quality assurance solution grow in popularity. Automated testing is a type of quality assurance performed using a software program with scripts written by the tester. Automated testing re-runs test scenarios quickly and repeatedly, helping to efficiently gather large amounts of data in the shortest amount of time. Although automated testing… Read more »