Skip to content

ita-classroom-projects/14.-TAQC.-Cross-Browser-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

14. Cross Browser Testing

  1. Realize inner classes for creating an instance of needed driver in Browsers class

  2. In RegexUtils class write regular expressions for finding digits in the string

  3. In BrowsersTest class create methods
    a. checkListGroups – for checking accurate amount of products in a group. Run this test in different browsers. Find links using By.linkText and By.partialLinkText.
    image

    b. checkSearchCounts – for checking an amount of finding items in simple search in different browsers For example, in a case
    image

    You have to check that 6 items are returned.
    image

    c. checkAdvancedSearchCounts – to check an amount of finding items in case of extended search with selection of some category. For example, if user enters `ip’ in ‘Search’ field, selects any category and clicks on ‘Search’ button he/she has to receive two products
    image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages