Modern Web Testing: Going Beyond Selenium

September 28, 2020 0

It is safe to say that Selenium WebDriver is the number one testing tool for many software engineers across the globe. However, as the software development world has been growing rapidly, so has the software testing industry. More and more UI testing frameworks besides Selenium are gaining popularity.

How To Test Web Forms for Usability?

August 25, 2020 0

It is rare to see a website without a form that you will use for contact or to register. The interaction on this type of web pages requires a lot of processing when you have to check the validity of the user input. This article explores the testing of web forms from the usability perspective.

Testing for Accessibility on a Budget

August 18, 2020 0

According to the Norwegian Anti-Discrimination and Accessibility Act all new websites in Norway should be universally designed. Existing websites needs to be universally designed from 2021. To ignore this or postpone the subject until late in the development process can not only be expensive but will often result in sub-optimal solutions.

Balance as an Important Part of Website Testing

June 8, 2020 0

Nowadays, you have to make every effort to keep a website visitor. If a user doesn’t like your website design or its logic, you can be sure that this user will immediately leave the page and never come back. That is why every project should create a balanced and effective web design.

How to Take Cross Browser Testing to the Next Level

March 18, 2019 0

In today’s hyper-competitive, digital age, organizations worldwide need to be able to push code to production and launch new website features and content faster than ever without compromising quality. To address this need, continuous testing has become a critical part of the application development and delivery process.

Chrome Developer Tools Features for the QA Engineer

February 18, 2019 0

Understanding the internals of web apps and their behavior inside the browser is important for the software testers. In this article Dmitriy Radchenko explains to us how the features of Chrome Developer Tools can be used for our web software testing and quality assurance activities, especially for performance analysis and understanding JavaScript execution inside the browser.

A Strategy for Browser Compatibility Testing

September 12, 2017 2

With the multiplication of versions, platforms (desktop, mobile, tablets) and operating systems, testing an application that is supposed to run in a browser is not easy. In this article, Alexander Rayskiy proposes an approach to select the set of browsers that will be used during the software testing activities.

1 2 3 4 5 6 9