Italian Trulli

Test Cases For Cross Browser Testing And How To Write Test Cases on Cross-Browser Testing

Test Tribe
.
Sample Cross Browser Testing Test Cases
 
Hello Folks, 

In this tutorial, we will learn how to write Cross-Browser Test Cases? We will also learn about positive test scenarios and Negative test scenarios.


What Are The Test Cases For Cross-Browser Testing?

Here !!! Important test cases for cross-browser testing are given...

                
For Browser-



  • Verify the website loads on the browser?
  • Verify the elements (such as buttons, forms, and menu) are visible?
  • Verify the elements clickable on the page?
  • Verify the content of the page is visible on all devices?
  • Verify the web page require a specific browser version?
  • Verify the web page takes a longer time to load on the browser?


For platform 

  • Verify  this website or app opens on a tablet?
  • Verify this website opens on smartphones?
  • Verify this website responds to the specific resolution?
  • Verify this website opens on the Windows platform?
  • Verify this website opens on Apple iOS?
  • Verify some of the other device platforms that are supported by the website?

For CSS

  • Verify  CSS Version is used?
  • Verify CSS Version is supported by the browser?
  • Verify CSS rendering engine is under usage?
  • Verify that CSS throws an error?
  • Verify CSS Minification affects rendering?
  • Verify that CSS minification causes more errors?
  • Verify CSS contains code for responsive layout?
  • Verify that CSS makes calls to external image sources?
  • Verify the size of CSS reducing the page speed?
  • Verify  the CSS rendering affecting the loading of certain elements?

For java script

  • Verify Javascript elements position properly?
  • Verify javascript library used is compliant with the W3C standard?
  • Verify the javascript library slowing down the website or app?
  • Verify the javascript library increases the file size of the total website rendering?
  • Verify the JS library used affects the resolution of the device?

For Tables

  • Verify the tables work in a responsive layout?
  • Verify the tables render properly for viewing on specific resolution?
  • Verify the data appears correctly in the respective tables?
  • Verify the HTML table respond to the responsive layout?
  • Verify the CSS table breaks in responsive layout?
  • Verify the dynamic data appears properly in the responsive layout?

For Network

  • Verify the website loads partially under a slow connection?
  • Verify the website render at all on a slow connection?
  • Verify the website misses important elements while completely rendering on a slow connection?
  • Verify the content delivery network (CDN) affects the rendering of the webpage?
  • Verify ISP speed affects the rendering of pages across browsers?
  • Verify the browser responds well to a slow connection?


Hope!!! The above test cases for cross-browser testing are helpful for you ...

Team 
QA acharya 


Test Cases for Cross-Browser Testing