Test results
1 suite, 2 failed tests
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
testScheduleFavChannelState
java.lang.AssertionError: Channel Logo Hearth Icon is not filled with color after user clicks channel-logo heart icon expected [true] but found [false] at corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState.testScheduleFavChannelState(ScheduleFavChannelState.java:37) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ... Removed 17 stack frames
(Verify that Favorite channel selection/state is not lost after page refreshes)
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
testGenreBarTitle
org.openqa.selenium.NoSuchElementException: Proxy element for: DefaultElementLocator 'By.cssSelector: h3.GenreBar-title' not found after 2 attempts. For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#nosuchelementexception Build info: version: '4.38.0', revision: '6b412e825c*' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.355-280.706.amzn2.x86_64', java.version: '11.0.19' Driver info: driver.version: unknown at corusent.qa.globalstream.helper.SeleniumHelper.findElementWithRetry(SeleniumHelper.java:308) at corusent.qa.globalstream.pageobject.PageObjectFreeplay.isGenreBarTitleTextCorrect(PageObjectFreeplay.java:34) at corusent.qa.globalstream.tests.freeplay.GenreBarTitle.testGenreBarTitle(GenreBarTitle.java:31) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ... Removed 14 stack frames
(Verify Freeplay sections title stays Browse by Genre)
corusent.qa.globalstream.tests.search.SearchPerPage
testSearchPerPage (Verify search functionality on different pages)
corusent.qa.globalstream.tests.footer.FooterNavLinks
testFooterNavLinks (Verify Links under Footer Menu)
corusent.qa.globalstream.tests.header.MenuLinks
testHeaderMenuLinks (Verify Links under Header Menu)
corusent.qa.globalstream.tests.footer.CorusLogo
testFooterCorusLogo (Verify Corus Brand Logo in footer)
corusent.qa.globalstream.tests.schedule.ScheduleQueryString
testScheduleQueryString (Verify that Schedule page is not broken when user appends query string)
corusent.qa.globalstream.tests.footer.CopyrightYear
testCopyrightYear (Verify Copyright Year under Footer Menu)
corusent.qa.globalstream.tests.header.GlobalLogo
testHeaderGlobalLogo (Verify Global Brand Logo in header)
corusent.qa.globalstream.tests.shows.ShowTileSelect
testShowTileSelect (Verify that show tile on the Shows page can be selected correctly)
corusent.qa.globalstream.tests.footer.SocialLinks
testFooterSocialLinks (Verify General Social Links)
corusent.qa.globalstream.tests.shows.ShowAirYear
testShowAirYear (Verify Air Year on Show/Movie detail page)
corusent.qa.globalstream.tests.shows.ShowShare
testShowShare (Verify Share PopUp Box on Show/Movie detail page)
corusent.qa.globalstream.tests.search.BasicSearch
testBasicSearch (Verify basic search functionality)
/codebuild/output/src574603855/src/GlobalStream/resources/testngGlobalStreamUat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="2" parallel="classes" name="TestSuiteGlobalStreamUat" guice-stage="DEVELOPMENT" verbose="0">
  <test thread-count="2" parallel="classes" name="GlobalStreamChromeDesktopUat" verbose="0">
    <parameter name="paramBrowserType" value="Chrome"/>
    <parameter name="paramTestUrl" value="https://watch.globaltv.com/"/>
    <classes>
      <class name="corusent.qa.globalstream.tests.footer.CopyrightYear"/>
      <class name="corusent.qa.globalstream.tests.footer.CorusLogo"/>
      <class name="corusent.qa.globalstream.tests.footer.FooterNavLinks"/>
      <class name="corusent.qa.globalstream.tests.footer.SocialLinks"/>
      <class name="corusent.qa.globalstream.tests.header.GlobalLogo"/>
      <class name="corusent.qa.globalstream.tests.header.MenuLinks"/>
      <class name="corusent.qa.globalstream.tests.search.BasicSearch"/>
      <class name="corusent.qa.globalstream.tests.search.SearchPerPage"/>
      <class name="corusent.qa.globalstream.tests.shows.ShowAirYear"/>
      <class name="corusent.qa.globalstream.tests.shows.ShowShare"/>
      <class name="corusent.qa.globalstream.tests.shows.ShowTileSelect"/>
      <class name="corusent.qa.globalstream.tests.schedule.ScheduleQueryString"/>
      <class name="corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState"/>
      <class name="corusent.qa.globalstream.tests.freeplay.GenreBarTitle"/>
    </classes>
  </test> <!-- GlobalStreamChromeDesktopUat -->
</suite> <!-- TestSuiteGlobalStreamUat -->
            
Tests for TestSuiteGlobalStreamUat
  • GlobalStreamChromeDesktopUat (14 classes)
Groups for TestSuiteGlobalStreamUat
Times for TestSuiteGlobalStreamUat
Total running time: 6 minutes
Reporter output for TestSuiteGlobalStreamUat
testScheduleFavChannelState
check if heart logo icon is filled with correct color as per channel name provided Screenshot added below..
testGenreBarTitle
Screenshot added below.. Screenshot added below..
0 ignored methods
Methods in chronological order
corusent.qa.globalstream.tests.footer.CorusLogo
beforeMethod(Chrome, https://watch.globaltv.com/) 0 ms
corusent.qa.globalstream.tests.footer.CopyrightYear
beforeMethod(Chrome, https://watch.globaltv.com/) 3 ms
testCopyrightYear 6827 ms
corusent.qa.globalstream.tests.footer.CorusLogo
testFooterCorusLogo 7365 ms
corusent.qa.globalstream.tests.footer.CopyrightYear
afterMethod 7905 ms
corusent.qa.globalstream.tests.footer.FooterNavLinks
beforeMethod(Chrome, https://watch.globaltv.com/) 8050 ms
testFooterNavLinks 12376 ms
corusent.qa.globalstream.tests.footer.CorusLogo
afterMethod 16521 ms
corusent.qa.globalstream.tests.footer.SocialLinks
beforeMethod(Chrome, https://watch.globaltv.com/) 16715 ms
testFooterSocialLinks 20989 ms
corusent.qa.globalstream.tests.footer.FooterNavLinks
afterMethod 27553 ms
corusent.qa.globalstream.tests.header.GlobalLogo
beforeMethod(Chrome, https://watch.globaltv.com/) 27722 ms
corusent.qa.globalstream.tests.footer.SocialLinks
afterMethod 27859 ms
corusent.qa.globalstream.tests.header.MenuLinks
beforeMethod(Chrome, https://watch.globaltv.com/) 28117 ms
corusent.qa.globalstream.tests.header.GlobalLogo
testHeaderGlobalLogo 31400 ms
corusent.qa.globalstream.tests.header.MenuLinks
testHeaderMenuLinks 31802 ms
corusent.qa.globalstream.tests.header.GlobalLogo
afterMethod 41921 ms
corusent.qa.globalstream.tests.search.BasicSearch
beforeMethod(Chrome, https://watch.globaltv.com/) 42062 ms
corusent.qa.globalstream.tests.header.MenuLinks
afterMethod 43433 ms
corusent.qa.globalstream.tests.search.SearchPerPage
beforeMethod(Chrome, https://watch.globaltv.com/) 43617 ms
corusent.qa.globalstream.tests.search.BasicSearch
testBasicSearch 45119 ms
corusent.qa.globalstream.tests.search.SearchPerPage
testSearchPerPage 48373 ms
afterMethod 65183 ms
corusent.qa.globalstream.tests.shows.ShowAirYear
beforeMethod(Chrome, https://watch.globaltv.com/) 65276 ms
testShowAirYear 67945 ms
corusent.qa.globalstream.tests.search.BasicSearch
afterMethod 81480 ms
corusent.qa.globalstream.tests.shows.ShowShare
beforeMethod(Chrome, https://watch.globaltv.com/) 81592 ms
corusent.qa.globalstream.tests.shows.ShowAirYear
afterMethod 82497 ms
corusent.qa.globalstream.tests.shows.ShowTileSelect
beforeMethod(Chrome, https://watch.globaltv.com/) 82746 ms
corusent.qa.globalstream.tests.shows.ShowShare
testShowShare 84903 ms
corusent.qa.globalstream.tests.shows.ShowTileSelect
testShowTileSelect 87856 ms
afterMethod 95751 ms
corusent.qa.globalstream.tests.schedule.ScheduleQueryString
beforeMethod(Chrome, https://watch.globaltv.com/) 95870 ms
testScheduleQueryString 99624 ms
corusent.qa.globalstream.tests.shows.ShowShare
afterMethod 107569 ms
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
beforeMethod(Chrome, https://watch.globaltv.com/) 107654 ms
testScheduleFavChannelState 108159 ms
corusent.qa.globalstream.tests.schedule.ScheduleQueryString
afterMethod 126011 ms
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
beforeMethod(Chrome, https://watch.globaltv.com/) 126107 ms
testGenreBarTitle 126608 ms
corusent.qa.globalstream.tests.schedule.ScheduleFavChannelState
afterMethod 171505 ms
corusent.qa.globalstream.tests.freeplay.GenreBarTitle
afterMethod 260206 ms