Web Test Automation Workbook #39: Responsive Web Testing

Test a responsive website and verify on different devices

Zhimin Zhan
3 min readOct 27, 2022

--

This article is one of the “Web Test Automation Workbook” series, a set of bite-sized exercises. (For more info about this series, check out #1); This is also included in my “How to in Selenium WebDriver” series.

Learning Objectives

  • Responsive Testing

Test Case #39

Test data:

Knowledge Point: Responsive Web Design

Nowadays, we visit websites from multiple devices: computers, tablets and smartphones, with different screen sizes. This will require the developers to design a web page that works reasonably well on all platforms.

Responsive Web Design is a technique used to design a web page that ‘intelligently’ fits the platform. In software testing, ‘responsive web testing’ means testing web pages in different…

--

--

Zhimin Zhan

Test automation & CT coach, author, speaker and award-winning software developer. Help teams succeed with Agile/DevOps by implementing real Continuous Testing.