Test results
1 suite, 7 failed tests
corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp
verifyHouseguestContent
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":".navbar-toggler-icon.navbar-dark"} (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:42397}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 4f776755a4b9c445747412616dd8e6fb *** Element info: {Using=css selector, value=.navbar-toggler-icon.navbar-dark} at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323) at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420) at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at com.sun.proxy.$Proxy12.click(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectHeader.clickOnHamburgerLink(PageObjectHeader.java:229) at corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp.verifyHouseguestContent(HouseguestDetailsCatchUp.java:34) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 11 stack frames
(Verify Houseguest Content)
corusent.qa.bbcan.tests.logo.LogoHeader
testHeaderLogoImage
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"(//img[@id='BBCAN-logo'])[2]"} (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:39139}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 6b367ed2864af984eda85d388cf08587 *** Element info: {Using=xpath, value=(//img[@id='BBCAN-logo'])[2]} at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323) at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428) at org.openqa.selenium.By$ByXPath.findElement(By.java:353) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at com.sun.proxy.$Proxy12.getAttribute(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectLogo.isLogoPresent(PageObjectLogo.java:41) at corusent.qa.bbcan.tests.logo.LogoHeader.testHeaderLogoImage(LogoHeader.java:25) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 11 stack frames
(Verify Logo image in header)
corusent.qa.bbcan.tests.photos.PhotosPageNavigation
photosPageNavigation
org.openqa.selenium.StaleElementReferenceException: stale element reference: stale element not found (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:35989}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 9dfa10c22600485e8fe187009a75bfa7 at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:489) at corusent.qa.bbcan.pageobject.PageObjectPhotos.lambda$clickPhotoTiles$1(PageObjectPhotos.java:201) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at corusent.qa.bbcan.pageobject.PageObjectPhotos.clickPhotoTiles(PageObjectPhotos.java:200) at corusent.qa.bbcan.tests.photos.PhotosPageNavigation.photosPageNavigation(PhotosPageNavigation.java:68) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 22 stack frames
corusent.qa.bbcan.tests.HomePage.HomePageSections
verifyHomePageSections
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//button[@class="heroImage-button"]"} (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40285}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 384fdc44fb1fd2ca2f3dd9fcb4161918 *** Element info: {Using=xpath, value=//button[@class="heroImage-button"]} at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323) at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428) at org.openqa.selenium.By$ByXPath.findElement(By.java:353) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) at corusent.qa.bbcan.tests.HomePage.HomePageSections.verifyHomePageSections(HomePageSections.java:37) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 11 stack frames
(Verify Home sections Items)
corusent.qa.bbcan.tests.photos.PhotosPageBrokenLInks
photosPageVerifyBrokenLinks
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"a[title='Photos']"} (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:45823}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: dfdac7e7d6f593b5b0fea8243e0033d2 *** Element info: {Using=css selector, value=a[title='Photos']} at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323) at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420) at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at com.sun.proxy.$Proxy12.click(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectHeader.clickOnPhotosLink(PageObjectHeader.java:253) at corusent.qa.bbcan.tests.photos.PhotosPageBrokenLInks.photosPageVerifyBrokenLinks(PhotosPageBrokenLInks.java:40) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 21 stack frames
corusent.qa.bbcan.tests.photos.PhotosPageSections
verifyPhotosPage
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[@class="cta-link load-more"]"} (Session info: headless chrome=119.0.6045.105) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-222-202.ec2.internal', ip: '10.31.222.202', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.291-218.527.amzn2.x86_64', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:34487}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 6c1bc18ca3e8b57374b1fba7045ea8fc *** Element info: {Using=xpath, value=//a[@class="cta-link load-more"]} at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323) at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428) at org.openqa.selenium.By$ByXPath.findElement(By.java:353) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at com.sun.proxy.$Proxy12.isDisplayed(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectPhotos.isLoadMoreButtonOnPage(PageObjectPhotos.java:78) at corusent.qa.bbcan.tests.photos.PhotosPageSections.verifyPhotosPage(PhotosPageSections.java:75) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 11 stack frames
(Verify photos on page)
corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks
homepageVerifyBrokenLinks
java.lang.NullPointerException at corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks.homepageVerifyBrokenLinks(HomepageVerifyBrokenLInks.java:35) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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 18 stack frames
corusent.qa.bbcan.tests.houseguests.HouseguestsBrokenLinks
houseguestsVerifyBrokenLinks (Verify Houseguest Content)
corusent.qa.bbcan.tests.photos.GalleryPage
verifyGalleryPage (Verify Content tiles on Homepage)
corusent.qa.bbcan.tests.houseguests.HouseguestsPage
verifyHouseguestsPage (Verify guests on page)
corusent.qa.bbcan.tests.photos.PhotosPageTiles
verifyPhotosTiles (Verify Content tiles on Homepage)
corusent.qa.bbcan.tests.header.HeaderMenu
verifyHeaderMenu (Verify Header Items)
corusent.qa.bbcan.tests.HomePage.HomePageTiles
verifyContentTiles (Verify Content tiles on Homepage)
corusent.qa.bbcan.tests.houseguests.HouseguestsDetailsPage
verifyHouseguestInfo (Verify Houseguest name)
corusent.qa.bbcan.tests.HomePage.HomePageCarousel
verifyHomepageCarousel (Verify Houseguest Content)
corusent.qa.bbcan.tests.HomePage.BreakingNewsBar
verifyBreakingNews (Verify Breaking News Bar)
/codebuild/output/src47173268/src/BBCAN/resources/testngBbcanUat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="1" parallel="tests" name="TestSuiteBbcanUat" guice-stage="DEVELOPMENT" verbose="0">
  <test thread-count="1" parallel="tests" name="BbcanChromeDesktop" verbose="0">
    <parameter name="paramBrowserType" value="Chrome"/>
    <parameter name="paramTestUrl" value="https://uat12.bigbrothercanada.ca/"/>
    <classes>
      <class name="corusent.qa.bbcan.tests.header.HeaderMenu"/>
      <class name="corusent.qa.bbcan.tests.HomePage.HomePageSections"/>
      <class name="corusent.qa.bbcan.tests.HomePage.BreakingNewsBar"/>
      <class name="corusent.qa.bbcan.tests.HomePage.HomePageTiles"/>
      <class name="corusent.qa.bbcan.tests.HomePage.HomePageCarousel"/>
      <class name="corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestsPage"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestsDetailsPage"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestsBrokenLinks"/>
      <class name="corusent.qa.bbcan.tests.logo.LogoHeader"/>
      <class name="corusent.qa.bbcan.tests.photos.PhotosPageSections"/>
      <class name="corusent.qa.bbcan.tests.photos.PhotosPageTiles"/>
      <class name="corusent.qa.bbcan.tests.photos.PhotosPageBrokenLInks"/>
      <class name="corusent.qa.bbcan.tests.photos.PhotosPageNavigation"/>
      <class name="corusent.qa.bbcan.tests.photos.GalleryPage"/>
    </classes>
  </test> <!-- BbcanChromeDesktop -->
</suite> <!-- TestSuiteBbcanUat -->
            
Tests for TestSuiteBbcanUat
  • BbcanChromeDesktop (16 classes)
Groups for TestSuiteBbcanUat
Times for TestSuiteBbcanUat
Total running time: 13 minutes
Reporter output for TestSuiteBbcanUat
verifyHomepageCarousel
HomePage - carousel is present Next Carousel button is clicked Next 2 Carousel button is clicked Previous Carousel button is clicked Previous Carousel button is clicked
houseguestsVerifyBrokenLinks
Houseguests link is clicked https://wordpress.org/support/forums/ - OK
verifyBreakingNews
User should see News Bar News Bar is closed
verifyPhotosTiles
Loadmore clicked Ad titles are displayed Ad tiles are loaded Tiles are displayed The BBCAN Style Guide FEBRUARY 27, 2024 Most Shocking BBCAN Moments FEBRUARY 27, 2024 Stylin Like The Stars Feat. Arisa Cox FEBRUARY 27, 2024 BBCAN Evictions - Seasons 1 And 2 FEBRUARY 10, 2024 Take A Tour Of The New BBCAN11 House! JANUARY 17, 2024 First Look: Get A Glimpse Inside The New BBCAN11 House! FEBRUARY 27, 2023 Top 10 BBCAN Alliances FEBRUARY 18, 2023 BBCAN Winners Through The Years FEBRUARY 18, 2023 Favourite BBCAN Kisses FEBRUARY 17, 2023 View The Houses Of BBCAN Past FEBRUARY 15, 2023 Most Memorable BBCAN Showmances FEBRUARY 14, 2023 BBCAN Evictions - Seasons 9 And 10 JANUARY 17, 2023 BBCAN Evictions - Seasons 7 And 8 JANUARY 17, 2023 BBCAN Evictions - Seasons 5 And 6 JANUARY 17, 2023 BBCAN Evictions - Seasons 3 And 4 JANUARY 17, 2023 BBCAN Evictions - Seasons 1 And 2 FEBRUARY 10, 2024 Arisa Cox Talks Big Brother Season 11 FEBRUARY 26, 2024 Arisa Cox Celebrates 10 Seasons Of Big Brother Canada FEBRUARY 28, 2024 Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - VIEW GALLERY Icon is displayed - READ ARTICLE Icon is displayed - READ ARTICLE
verifyHouseguestsPage
User can click on Hamburger Houseguests link is clicked AMAL BASHIR ANIKA MYSHA CLAUDIA SHIFFER DAN SZABO HOPE AGBOLOSOO JONATHAN LEONARD JOHN MICHAEL SOSA KUZIVAKWASHE ?KUZIE? MUJAKACHI RENEE MIOR ROBERTO LOPEZ SANTINA CARLSON DANIEL CLARKE
verifyHeaderMenu
User should see Header Menu Home link is OK Home Item Title is in Header Menu Full Episodes link is OK Full Episodes title is in Header Menu Houseguests link is OK Houseguests title is in Header Menu Photos link is OK Photos title is in Header Menu News link is OK News title is in Header Menu
verifyHouseguestInfo
User can click on Hamburger Houseguests link is clicked Hoseguest name 1 is displayed Hoseguest 1 HOH is displayed Hoseguest 1 POV is displayed Hoseguest 1 Stats are displayed Hoseguest 1 age is displayed Hoseguest hometown is displayed Hoseguest occupation is displayed Hoseguest description is displayed Hoseguest name 2 is displayed Hoseguest 2 HOH is displayed Hoseguest 2 POV is displayed Hoseguest 2 Stats are displayed Hoseguest 2 age is displayed Hoseguest 2 hometown is displayed Hoseguest 2 occupation is displayed Hoseguest 2 description is displayed Hoseguest name 3 is displayed Hoseguest 3 HOH is displayed Hoseguest 3 POV is displayed Hoseguest 3 Stats are displayed Hoseguest 3 age is displayed Hoseguest 3 hometown is displayed Hoseguest 3 occupation is displayed Hoseguest 3 description is displayed
verifyContentTiles
Tiles are displayed Arisa Cox Celebrates 10 Seasons Of Big Brother Canada FEBRUARY 28, 2024 Get To Know Renee Mior MARCH 1, 2023 BBCAN Winners Through The Years FEBRUARY 18, 2023 After Dark: April 14 APRIL 15, 2021 After Dark: March 23, 2022 MARCH 24, 2022 Arisa Cox Talks Big Brother Season 11 FEBRUARY 26, 2024 BBCAN Evictions - Seasons 7 And 8 JANUARY 17, 2023 BBCAN Evictions - Seasons 1 And 2 FEBRUARY 10, 2024 Get To Know Roberto Lopez1 MARCH 20, 2024 New Seasons Of Long-Standing Hit Reality Series Survivor And Big Brother Canada? FEBRUARY 28, 2024 BBCAN Trivia: Who Said It?! FEBRUARY 28, 2024 Global Greenlights Original Reality Powerhouse Big Brother Canada For 11th Season FEBRUARY 28, 2024 Arisa Cox Celebrates 10 Seasons Of Big Brother Canada FEBRUARY 28, 2024 Get To Know Arisa Cox FEBRUARY 28, 2024 Iconic Big Brother Stars Pick Their Favourites FEBRUARY 28, 2024 Big Brother Canada'S All-Time Record Holders And Their Accomplishments FEBRUARY 28, 2024 The BBCAN Style Guide FEBRUARY 27, 2024 Most Shocking BBCAN Moments FEBRUARY 27, 2024 READ ARTICLE READ ARTICLE VIEW GALLERY WATCH VIDEO WATCH VIDEO READ ARTICLE VIEW GALLERY VIEW GALLERY READ ARTICLE READ ARTICLE READ ARTICLE READ ARTICLE READ ARTICLE READ ARTICLE READ ARTICLE READ ARTICLE VIEW GALLERY VIEW GALLERY
verifyGalleryPage
Ad titles are displayed Ad tiles are loaded Sticky ad is displayed SocialShare is displayed Gallery Author metadata is displayed Gallery images are displayed 1 / 10 The Sunsetters ? Season 9 Members : Jedson, Latoya, Tychon 2 / 10 The Sauce - Season 9 Members: Beth Jedson Tychon 3 / 10 The Evictors - Season 8 Members: Micheal Madeline John Luke Rianne 4 / 10 The Pretty Boys - Season 7 Members: Adam Anthony Dane Mark 5 / 10 The Secret Three - Season 6 Members: Maddy Paras Will 6 / 10 Beauty and the Beast - Season 5 Members: Dillon Emily 7 / 10 The Threekshow - Season 4 Members: Cassandra Joel Tim 8 / 10 Hexagon - Season 3 Members: Brittnee Johnny Jordan Kevin Sarah Zach ? 9 / 10 The Outsiders - Season 2 Members: Adel Kyle Paul 10 / 10 The Secret Wedding - Season 1- Season 1 Members: Gary Topaz
homepageVerifyBrokenLinks
https://uat12.bigbrothercanada.ca/#content - OK https://uat12.bigbrothercanada.ca/ - OK https://uat12.bigbrothercanada.ca/ - OK https://uat12.bigbrothercanada.ca/ - OK https://uat12.bigbrothercanada.ca/bbcan-extras/ - OK https://uat12.bigbrothercanada.ca/videos/ - OK https://uat12.bigbrothercanada.ca/houseguests/ - OK https://uat12.bigbrothercanada.ca/photos/ - OK https://uat12.bigbrothercanada.ca/news/ - OK https://www.facebook.com/BigBrotherCA - OK https://www.instagram.com/BigBrotherCA/ - OK https://www.tiktok.com/@bigbrotherca - OK https://www.google.ca/ - OK https://uat12.bigbrothercanada.ca/news/belairdirect-eviction-protection-insurance/ - OK https://uat12.bigbrothercanada.ca/news/arisa-cox-celebrates-10-seasons-of-big-brother-canada/ - OK https://uat12.bigbrothercanada.ca/news/get-to-know-renee-mior/ - OK https://uat12.bigbrothercanada.ca/photos/past-bbcan-winners/ - OK https://uat12.bigbrothercanada.ca/video/After-Dark-April-14/f8dd20c6-9de9-11eb-9b80-0242ac110005 - OK https://uat12.bigbrothercanada.ca/video/After-Dark-March-23-2022/670a623e-ab77-11ec-9b0f-0242ac110005 - OK https://uat12.bigbrothercanada.ca/news/arisa-cox-talks-big-brother-season-11/ - OK https://uat12.bigbrothercanada.ca/photos/bbcan-evictions-season-7-and-8/ - OK https://uat12.bigbrothercanada.ca/photos/bbcan-evictions-seasons-1-and-2/ - OK javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript https://uat12.bigbrothercanada.ca/news/get-to-know-roberto-lopez/ - OK https://uat12.bigbrothercanada.ca/news/new-season-of-big-brother-canada-joins-global-2023-lineup-this-march/ - OK https://uat12.bigbrothercanada.ca/news/bbcan-trivia-who-said-it/ - OK https://uat12.bigbrothercanada.ca/news/global-greenlights-original-reality-powerhouse-big-brother-canada-for-11th-season/ - OK https://uat12.bigbrothercanada.ca/news/arisa-cox-celebrates-10-seasons-of-big-brother-canada/ - OK https://uat12.bigbrothercanada.ca/news/arisa-cox-host-bio/ - OK https://uat12.bigbrothercanada.ca/news/iconic-big-brother-stars-pick-their-favourites/ - OK https://uat12.bigbrothercanada.ca/news/big-brother-canada-all-time-record-holders/ - OK https://uat12.bigbrothercanada.ca/photos/the-bbcan-style-guide/ - OK https://uat12.bigbrothercanada.ca/photos/most-shocking-bbcan-moments/ - OK javascript:void(0);Exception caughtjava.net.MalformedURLException: unknown protocol: javascript https://uat12.bigbrothercanada.ca/houseguests/amal-bashir/ - OK https://uat12.bigbrothercanada.ca/houseguests/anika-mysha/ - OK https://uat12.bigbrothercanada.ca/houseguests/claudia-campbell/ - OK https://uat12.bigbrothercanada.ca/houseguests/dan-szabo/ - OK https://uat12.bigbrothercanada.ca/houseguests/hope-agbolosoo/ - OK https://uat12.bigbrothercanada.ca/houseguests/jonathan-leonard/ - OK https://uat12.bigbrothercanada.ca/houseguests/john-michael-sosa/ - OK https://uat12.bigbrothercanada.ca/houseguests/kuzivakwashe-kuzie-mujakachi/ - OK https://uat12.bigbrothercanada.ca/houseguests/renee-mior/ - OK https://uat12.bigbrothercanada.ca/houseguests/roberto-lopez/ - OK https://uat12.bigbrothercanada.ca/houseguests/santina-carlson/ - OK https://uat12.bigbrothercanada.ca/houseguests/daniel-clarke/ - OK https://uat12.bigbrothercanada.ca/houseguests/amal-bashir/ - OK https://uat12.bigbrothercanada.ca/houseguests/anika-mysha/ - OK https://uat12.bigbrothercanada.ca/houseguests/claudia-campbell/ - OK https://uat12.bigbrothercanada.ca/houseguests/dan-szabo/ - OK https://uat12.bigbrothercanada.ca/houseguests/hope-agbolosoo/ - OK https://uat12.bigbrothercanada.ca/houseguests/jonathan-leonard/ - OK https://uat12.bigbrothercanada.ca/houseguests/john-michael-sosa/ - OK https://uat12.bigbrothercanada.ca/houseguests/kuzivakwashe-kuzie-mujakachi/ - OK https://uat12.bigbrothercanada.ca/houseguests/renee-mior/ - OK https://uat12.bigbrothercanada.ca/houseguests/roberto-lopez/ - OK https://uat12.bigbrothercanada.ca/houseguests/santina-carlson/ - OK https://uat12.bigbrothercanada.ca/houseguests/daniel-clarke/ - OK https://www.facebook.com/BigBrotherCA - OK https://www.instagram.com/BigBrotherCA/ - OK https://www.tiktok.com/@bigbrotherca - OK https://insighttv.com/ - OK https://www.brita.ca/ - OK https://www.circlek.com/store-locator - OK https://www.globaltv.com/ - OK https://www.globaltv.com/about-us/ - OK https://www.globaltv.com/faq/#contact - OK https://www.corusent.com/terms-of-use/ - OK https://www.corusent.com/ - OK https://www.globaltv.com/faq/ - OK https://uat12.bigbrothercanada.ca/official-rules/ - OK https://www.corusent.com/accessibility/ - OK
verifyPhotosPage
Photos are on page Houseguests dropdown is on page Sort Order dropdown is on page
verifyHomePageSections
User should see Schedule Text
0 ignored methods
Methods in chronological order
corusent.qa.bbcan.tests.header.HeaderMenu
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 0 ms
verifyHeaderMenu 1178 ms
afterMethod 101479 ms
corusent.qa.bbcan.tests.HomePage.HomePageSections
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 101548 ms
verifyHomePageSections 102024 ms
afterMethod 132553 ms
corusent.qa.bbcan.tests.HomePage.BreakingNewsBar
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 132626 ms
verifyBreakingNews 137658 ms
afterMethod 151073 ms
corusent.qa.bbcan.tests.HomePage.HomePageTiles
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 151149 ms
verifyContentTiles 154629 ms
afterMethod 165289 ms
corusent.qa.bbcan.tests.HomePage.HomePageCarousel
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 165364 ms
verifyHomepageCarousel 170292 ms
afterMethod 191292 ms
corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 191368 ms
homepageVerifyBrokenLinks 194414 ms
afterMethod 250197 ms
corusent.qa.bbcan.tests.houseguests.HouseguestsPage
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 250271 ms
verifyHouseguestsPage 253341 ms
afterMethod 286104 ms
corusent.qa.bbcan.tests.houseguests.HouseguestsDetailsPage
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 286182 ms
verifyHouseguestInfo 289355 ms
afterMethod 549233 ms
corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 549316 ms
verifyHouseguestContent 550239 ms
afterMethod 573670 ms
corusent.qa.bbcan.tests.houseguests.HouseguestsBrokenLinks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 573740 ms
houseguestsVerifyBrokenLinks 583239 ms
afterMethod 590274 ms
corusent.qa.bbcan.tests.logo.LogoHeader
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 590348 ms
testHeaderLogoImage 590692 ms
afterMethod 624364 ms
corusent.qa.bbcan.tests.photos.PhotosPageSections
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 624436 ms
verifyPhotosPage 624775 ms
afterMethod 678325 ms
corusent.qa.bbcan.tests.photos.PhotosPageTiles
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 678398 ms
verifyPhotosTiles 678732 ms
afterMethod 711423 ms
corusent.qa.bbcan.tests.photos.PhotosPageBrokenLInks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 711496 ms
photosPageVerifyBrokenLinks 711832 ms
afterMethod 725059 ms
corusent.qa.bbcan.tests.photos.PhotosPageNavigation
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 725151 ms
photosPageNavigation 730654 ms
afterMethod 757606 ms
corusent.qa.bbcan.tests.photos.GalleryPage
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 757691 ms
verifyGalleryPage 765515 ms
afterMethod 788712 ms