Test results
1 suite, 6 failed tests
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-216-221.ec2.internal', ip: '10.31.216.221', 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:44995}, 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: cdfce3e409d6befc5d0a8b6f181e3eda *** 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.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-216-221.ec2.internal', ip: '10.31.216.221', 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:38893}, 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: 351a62290c7f31c842dd31c4909d2611 *** 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.footer.FooterMenuNavigation
verifyFooterNavigation
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element is not clickable at point (121, 650) (Session info: headless chrome=119.0.6045.105) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-216-221.ec2.internal', ip: '10.31.216.221', 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:46561}, 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: 4d5e653ef004d29a4393d18def29739d 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.RemoteWebElement.execute(RemoteWebElement.java:285) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51) at com.sun.proxy.$Proxy12.click(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectFooter.clickAboutLink(PageObjectFooter.java:142) at corusent.qa.bbcan.tests.footer.FooterMenuNavigation.verifyFooterNavigation(FooterMenuNavigation.java:30) 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 16 stack frames
(Clicking on links)
corusent.qa.bbcan.tests.logo.LogoFooter
testFooterLogoImage
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <img class="img-fluid" width="125" src="https://uat12.bigbrothercanada.ca/wp-content/themes/bbcan/assets/icons/global.svg" alt="Global TV Logo"> is not clickable at point (392, 552). Other element would receive the click: <div id="_evidon_banner" class="evidon-banner" role="dialog" aria-label="Cookie notice banner" tabindex="1" style="position: fixed; display: block; width: 100%; background: rgb(1, 1, 1); padding: 1rem; font-size: 14px; color: rgb(0, 0, 0); bottom: 0px; z-index: 2147000001; border: 2px solid rgb(123, 123, 123);">...</div> (Session info: headless chrome=119.0.6045.105) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-216-221.ec2.internal', ip: '10.31.216.221', 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:46873}, 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: dd745b42fe476fd640785cb9108b724a 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.RemoteWebElement.execute(RemoteWebElement.java:285) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51) at com.sun.proxy.$Proxy12.click(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectLogo.clickLogo(PageObjectLogo.java:35) at corusent.qa.bbcan.tests.logo.LogoFooter.testFooterLogoImage(LogoFooter.java:41) 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 15 stack frames
(Verify Logo image in footer)
corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCarousel
verifyHouseguestCarousel
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element is not clickable at point (1064, 2758) (Session info: headless chrome=119.0.6045.105) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-31-216-221.ec2.internal', ip: '10.31.216.221', 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:43255}, 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: 5620095e19850436a0fd34b502aaf7ad 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.RemoteWebElement.execute(RemoteWebElement.java:285) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51) at com.sun.proxy.$Proxy12.click(Unknown Source) at corusent.qa.bbcan.pageobject.PageObjectHouseguestsDetails.nextCarouselButton(PageObjectHouseguestsDetails.java:241) at corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCarousel.verifyHouseguestCarousel(HouseguestDetailsCarousel.java:66) 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 15 stack frames
(Verify Houseguest Content)
corusent.qa.bbcan.tests.houseguests.HouseguestsDetailsPage
verifyHouseguestInfo
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"(//h3[@class='name'])[11]"} (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-216-221.ec2.internal', ip: '10.31.216.221', 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:42025}, 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: a3ee5866def5d83772130fb9ede76249 *** Element info: {Using=xpath, value=(//h3[@class='name'])[11]} 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.houseguests.HouseguestsDetailsPage.verifyHouseguestInfo(HouseguestsDetailsPage.java:45) 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 name)
corusent.qa.bbcan.tests.HomePage.HomePageTiles
verifyContentTiles (Verify Content tiles on Homepage)
corusent.qa.bbcan.tests.HomePage.BreakingNewsBar
verifyBreakingNews (Verify Breaking News Bar)
corusent.qa.bbcan.tests.HomePage.HomePageCarousel
verifyHomepageCarousel (Verify Houseguest Content)
corusent.qa.bbcan.tests.footer.CopyrightYear
testCopyrightYear (Verify Copyright Year under Footer Menu)
corusent.qa.bbcan.tests.footer.FooterVerifyBrokenLinks
footerVerifyBrokenLinks
corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks
homepageVerifyBrokenLinks
corusent.qa.bbcan.tests.footer.FooterMenu
verifyMenuLinksInFooter (Verify Menu Links In Footer)
corusent.qa.bbcan.tests.houseguests.HouseguestsPage
verifyHouseguestsPage (Verify guests on page)
corusent.qa.bbcan.tests.houseguests.HouseGuestsCatchUp
verifyHouseguestContent (Verify Houseguest Content)
corusent.qa.bbcan.tests.header.HeaderNavigation
verifyHeaderNavigation (Clicking on links)
corusent.qa.bbcan.tests.header.HeaderMenu
verifyHeaderMenu (Verify Header Items)
corusent.qa.bbcan.tests.HomePage.HomePageSections
verifyHomePageSections (Verify Home sections Items)
corusent.qa.bbcan.tests.footer.BrandLogos
verifyBrandLogoInFooter (Verify Brand Logo In Footer)
corusent.qa.bbcan.tests.photos.PhotosPageSections
verifyPhotosPage (Verify photos on page)
/codebuild/output/src2324618011/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.header.HeaderNavigation"/>
      <class name="corusent.qa.bbcan.tests.footer.BrandLogos"/>
      <class name="corusent.qa.bbcan.tests.footer.CopyrightYear"/>
      <class name="corusent.qa.bbcan.tests.footer.FooterVerifyBrokenLinks"/>
      <class name="corusent.qa.bbcan.tests.footer.FooterMenu"/>
      <class name="corusent.qa.bbcan.tests.footer.FooterMenuNavigation"/>
      <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.HouseGuestsCatchUp"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp"/>
      <class name="corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCarousel"/>
      <class name="corusent.qa.bbcan.tests.logo.LogoHeader"/>
      <class name="corusent.qa.bbcan.tests.logo.LogoFooter"/>
      <class name="corusent.qa.bbcan.tests.photos.PhotosPageSections"/>
    </classes>
  </test> <!-- BbcanChromeDesktop -->
</suite> <!-- TestSuiteBbcanUat -->
            
Tests for TestSuiteBbcanUat
  • BbcanChromeDesktop (20 classes)
Groups for TestSuiteBbcanUat
Times for TestSuiteBbcanUat
Total running time: 11 minutes
Reporter output for TestSuiteBbcanUat
verifyMenuLinksInFooter
User should see Menu Links Title value in footer User should see Menu Links in Footer User should see Menu Links no referrer attribute in Footer
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 https://uat12.bigbrothercanada.ca/# - OK
footerVerifyBrokenLinks
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
verifyBreakingNews
User should see News Bar News Bar is closed
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
verifyHouseguestContent
User can click on Hamburger Houseguests link is clicked Houseguests 1 content is present
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
verifyHomePageSections
User should see Schedule Text Learn More button is clicked Hero Title is clicked Whats New section is displayed User should see BBCAN11 Photos Text User should see CatchUp Text User should see Load More Load More is clicked Amal is selected
testCopyrightYear
Footer copyright year date is updated to 2024
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
verifyPhotosPage
Photos are on page Houseguests dropdown is on page Sort Order dropdown is on page Load more button is on page Curated Content Section is on page Curated Content title is on page Curated Tile: BBCAN Evictions - Seasons 1 And 2 FEBRUARY 10, 2024 Curated Tile: Arisa Cox Talks Big Brother Season 11 FEBRUARY 26, 2024 Curated Tile: Arisa Cox Celebrates 10 Seasons Of Big Brother Canada FEBRUARY 28, 2024
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
verifyBrandLogoInFooter
User should see Brand Global Logo in Footer Brand Logo title is Global User can click on Global Logo User should see Brand Insight Logo in Footer Brand Logo Title is Insight User can click on Insight Logo
verifyHeaderNavigation
User can click on Hamburger Houseguests link is clicked User can click on Hamburger News link is clicked User can click on Hamburger Photos link is clicked User can click on Hamburger FullEpisodes link is clicked User can click on Hamburger home is clicked
verifyHouseguestInfo
User can click on Hamburger Houseguests link is clicked
verifyHouseguestCarousel
Houseguests link is clicked Houseguests Profile - carousel is present
testFooterLogoImage
Footer Logo is present Footer logo alt text is present Footer logo image width is ok
0 ignored methods
Methods in chronological order
corusent.qa.bbcan.tests.header.HeaderMenu
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 0 ms
verifyHeaderMenu 5702 ms
afterMethod 9697 ms
corusent.qa.bbcan.tests.header.HeaderNavigation
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 9773 ms
verifyHeaderNavigation 13088 ms
afterMethod 54775 ms
corusent.qa.bbcan.tests.footer.BrandLogos
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 54857 ms
verifyBrandLogoInFooter 58055 ms
afterMethod 173603 ms
corusent.qa.bbcan.tests.footer.CopyrightYear
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 173686 ms
testCopyrightYear 176770 ms
afterMethod 177385 ms
corusent.qa.bbcan.tests.footer.FooterVerifyBrokenLinks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 177459 ms
footerVerifyBrokenLinks 181392 ms
afterMethod 196140 ms
corusent.qa.bbcan.tests.footer.FooterMenu
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 196213 ms
verifyMenuLinksInFooter 199474 ms
afterMethod 215521 ms
corusent.qa.bbcan.tests.footer.FooterMenuNavigation
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 215604 ms
verifyFooterNavigation 218886 ms
afterMethod 227574 ms
corusent.qa.bbcan.tests.HomePage.HomePageSections
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 227667 ms
verifyHomePageSections 229955 ms
afterMethod 312918 ms
corusent.qa.bbcan.tests.HomePage.BreakingNewsBar
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 312998 ms
verifyBreakingNews 315061 ms
afterMethod 328567 ms
corusent.qa.bbcan.tests.HomePage.HomePageTiles
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 328643 ms
verifyContentTiles 332083 ms
afterMethod 342700 ms
corusent.qa.bbcan.tests.HomePage.HomePageCarousel
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 342775 ms
verifyHomepageCarousel 353804 ms
afterMethod 374773 ms
corusent.qa.bbcan.tests.HomePage.HomepageVerifyBrokenLInks
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 374846 ms
homepageVerifyBrokenLinks 378030 ms
afterMethod 431784 ms
corusent.qa.bbcan.tests.houseguests.HouseguestsPage
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 431857 ms
verifyHouseguestsPage 435112 ms
afterMethod 468085 ms
corusent.qa.bbcan.tests.houseguests.HouseguestsDetailsPage
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 468162 ms
verifyHouseguestInfo 471711 ms
afterMethod 501502 ms
corusent.qa.bbcan.tests.houseguests.HouseGuestsCatchUp
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 501583 ms
verifyHouseguestContent 505692 ms
afterMethod 541805 ms
corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCatchUp
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 541882 ms
verifyHouseguestContent 543338 ms
afterMethod 566814 ms
corusent.qa.bbcan.tests.houseguests.HouseguestDetailsCarousel
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 566893 ms
verifyHouseguestCarousel 570164 ms
afterMethod 609280 ms
corusent.qa.bbcan.tests.logo.LogoHeader
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 609367 ms
testHeaderLogoImage 609715 ms
afterMethod 643390 ms
corusent.qa.bbcan.tests.logo.LogoFooter
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 643463 ms
testFooterLogoImage 646842 ms
afterMethod 662874 ms
corusent.qa.bbcan.tests.photos.PhotosPageSections
beforeMethod(Chrome, https://uat12.bigbrothercanada.ca/) 662953 ms
verifyPhotosPage 666248 ms
afterMethod 681068 ms