


If you press “ Command+Option+C ” on your Mac or “ Control+Shift+C ” on your Windows PC, it will open up a browser console which has various tabs. This being the case, it becomes really critical to do performance testing on pages before we release it to the customerĭifferent approaches and tools to test responsive websitesīrowser Tools – This is one of the most widely used strategies to get different types of information about your web page.įor Example – Let’s take Chrome browser. A recent study conducted by Google found that 53% of users would leave your website if a page takes more than 3 seconds to load. This often has a considerable effect on page load times. Responsive websites tend to have a lot of Javascript, CSS, HTML on the client side due to multiple factors. We need to do focused testing to see whether the images render correctly on different pages. There are various techniques to do this from the code. This is the concept where we try to make the image scale according to the viewing size. It is important to test the boundaries of the breakpoints to see when the page adjusts itself. This is one of the most overlooked aspects of testing responsive websites, leading to a lot of rendering issues in the page. They are as follows:īreakpoints are the point where the site content adjusts according to the browser width and screen resolution to provide the optimum viewing experience to the user. There are 3 factors to consider when testing responsive websites. It DOES NOT have anything to do with the browser width and it is related to the device screen size.įactors to consider when testing responsive websites There is a device detection script that runs on a web server and each time a user accesses the website using a device, the script detects the type of device the user is using and loads up the page accordingly. Adaptive web design – In this, you give the user different versions of the page based on the device being used.When you keep resizing the browser you will see the page changing dynamically thereby giving the user the optimum page views in different “Browser” widths.

Responsive web design – In this, you make the page responsive to the width of a browser window.What is the difference between Responsive vs Adaptive ? These terms are often used interchangeably but there are some considerable differences. Fluid Images and grids – Giving the size of images and page elements in relative units like percentages instead of absolute units like pixels.Media Queries – CSS Style rules decide what layout to load based on the the browser width and resolution.It is built using the following concepts to provide this flexibility. “Responsive websites” were created for the above reasons. To add more complexity, the vastly fragmented device market has resulted in the need to support numerous devices and screen resolutions as well. Currently, there are so many versions of browsers and operating systems to support and users expect the website to work on all of them. Along with this the mobile revolution started and it has changed the way organizations, businesses and customers interact with websites. In the past decade, technologies and tools to help in web design have evolved drastically.
