report.html

Report generated on 05-Apr-2023 at 09:48:29 by pytest-html v2.1.1

Environment

Packages {"pluggy": "0.13.1", "py": "1.9.0", "pytest": "7.2.2"}
Platform Windows-10-10.0.19041-SP0
Plugins {"allure-pytest": "2.8.18", "datadir": "1.3.1", "html": "2.1.1", "metadata": "1.10.0", "xdist": "3.2.1"}
Python 3.8.5

Summary

76 tests ran in 1103.30 seconds.

75 passed, 0 skipped, 1 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Failed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Instagram] 32.28
self = <test_SL_footer_check.TestSLFooterCheck object at 0x00000218B5D718B0>, value = 'Instagram'
initialize_pages = None

@pytest.mark.test_details("SLUB-T0000","high","Sl Footer Check","Pradeep")
@pytest.mark.parametrize("value",_create_parameterised_data())
def test_SL_Footer_check(self,value,initialize_pages):
try:
logging.info(value)
with open('sl_footer_check_test_data.csv', 'r') as csv_file:
csv_data = csv.reader(csv_file)
for line in csv_data:
if line[0] == value:
url = line[1]
logging.info(f"URL for {value} is : {url}")
break

pytest.driver.get(pytest.config['prod_url'])
selenium_helper.wait_for_page_to_load(20,pytest.config['prod_url'])
dynamic_locator = f"(//div[starts-with(@class,'col-md-2')]//a[@title='{value}'])[1]"
logging.info(f"Dynamic Locator : {dynamic_locator}")
time.sleep(3)
WebDriverWait(pytest.driver, 20).until(EC.element_to_be_clickable((By.XPATH, dynamic_locator))).scroll_to_element()
time.sleep(2)
default_window = pytest.driver.current_window_handle
pytest.driver.find_element(By.XPATH,dynamic_locator).click()
time.sleep(5)
window_handle = list(pytest.driver.window_handles)
if len(window_handle) > 1:
pytest.driver.close()
pytest.driver.switch_to.window(window_handle[-1])

url_opened,message = self.check_redirection(value,url)
rows = [[value,url,url_opened,message]]
with open("Report.csv", 'a', newline='\n') as csvfile:
csvwriter = csv.writer(csvfile)
csvwriter.writerows(rows)
if 'Not Working' in message:
pytest.driver.get_screenshot_as_file(os.path.join(os.path.dirname(os.curdir), "report\screenshot", f"{__name__}_{value}.jpeg"))
> pytest.fail()

test_prod\test_SL_footer_check.py:261:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

reason = '', pytrace = True, msg = None

@_with_exception(Failed)
def fail(reason: str = "", pytrace: bool = True, msg: Optional[str] = None) -> NoReturn:
"""Explicitly fail an executing test with the given message.

:param reason:
The message to show the user as reason for the failure.

:param pytrace:
If False, msg represents the full failure information and no
python traceback will be reported.

:param msg:
Same as ``reason``, but deprecated. Will be removed in a future version, use ``reason`` instead.
"""
__tracebackhide__ = True
reason = _resolve_msg_to_reason("fail", reason, msg)
> raise Failed(msg=reason, pytrace=pytrace)
E Failed

c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\outcomes.py:198: Failed

During handling of the above exception, another exception occurred:

self = <test_SL_footer_check.TestSLFooterCheck object at 0x00000218B5D718B0>, value = 'Instagram'
initialize_pages = None

@pytest.mark.test_details("SLUB-T0000","high","Sl Footer Check","Pradeep")
@pytest.mark.parametrize("value",_create_parameterised_data())
def test_SL_Footer_check(self,value,initialize_pages):
try:
logging.info(value)
with open('sl_footer_check_test_data.csv', 'r') as csv_file:
csv_data = csv.reader(csv_file)
for line in csv_data:
if line[0] == value:
url = line[1]
logging.info(f"URL for {value} is : {url}")
break

pytest.driver.get(pytest.config['prod_url'])
selenium_helper.wait_for_page_to_load(20,pytest.config['prod_url'])
dynamic_locator = f"(//div[starts-with(@class,'col-md-2')]//a[@title='{value}'])[1]"
logging.info(f"Dynamic Locator : {dynamic_locator}")
time.sleep(3)
WebDriverWait(pytest.driver, 20).until(EC.element_to_be_clickable((By.XPATH, dynamic_locator))).scroll_to_element()
time.sleep(2)
default_window = pytest.driver.current_window_handle
pytest.driver.find_element(By.XPATH,dynamic_locator).click()
time.sleep(5)
window_handle = list(pytest.driver.window_handles)
if len(window_handle) > 1:
pytest.driver.close()
pytest.driver.switch_to.window(window_handle[-1])

url_opened,message = self.check_redirection(value,url)
rows = [[value,url,url_opened,message]]
with open("Report.csv", 'a', newline='\n') as csvfile:
csvwriter = csv.writer(csvfile)
csvwriter.writerows(rows)
if 'Not Working' in message:
pytest.driver.get_screenshot_as_file(os.path.join(os.path.dirname(os.curdir), "report\screenshot", f"{__name__}_{value}.jpeg"))
pytest.fail()

except:
logging.info("Exception Occurred", exc_info=True)
pytest.driver.get_screenshot_as_file(os.path.join(os.path.dirname(os.curdir), "report\screenshot", f"{__name__}_{value}.jpeg"))
> pytest.fail()
E Failed

test_prod\test_SL_footer_check.py:266: Failed
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Instagram INFO  setup:test_SL_footer_check.py:236 URL for Instagram is : https://www.instagram.com/simplilearn_elearning/ INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Instagram'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.instagram.com/simplilearn_elearning/ INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.instagram.com/accounts/login/?next=https%3A%2F%2Fwww.instagram.com%2Flogin%2F%3Fnext%3Dhttps%253A%252F%252Fwww.instagram.com%252Fsimplilearn_elearning%252F%26__coig_login%3D1 INFO  setup:test_SL_footer_check.py:264 Exception Occurred Traceback (most recent call last): File "C:\test_repos\pre_sales_test_python\test_prod\test_SL_footer_check.py", line 261, in test_SL_Footer_check pytest.fail() File "c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\outcomes.py", line 198, in fail raise Failed(msg=reason, pytrace=pytrace) Failed
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Refer and Earn] 11.75
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Refer and Earn INFO  setup:test_SL_footer_check.py:236 URL for Refer and Earn is : https://www.simplilearn.com/refer-and-earn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Refer and Earn'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/refer-and-earn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/refer-and-earn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Facebook] 22.58
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Facebook INFO  setup:test_SL_footer_check.py:236 URL for Facebook is : https://www.facebook.com/simplilearn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Facebook'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.facebook.com/simplilearn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fsimplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Twitter] 21.75
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Twitter INFO  setup:test_SL_footer_check.py:236 URL for Twitter is : https://www.twitter.com/simplilearn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Twitter'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.twitter.com/simplilearn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://twitter.com/simplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[YouTube] 14.24
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 YouTube INFO  setup:test_SL_footer_check.py:236 URL for YouTube is : https://www.youtube.com/user/Simplilearn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='YouTube'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.youtube.com/user/Simplilearn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.youtube.com/user/Simplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[LinkedIn] 11.19
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 LinkedIn INFO  setup:test_SL_footer_check.py:236 URL for LinkedIn is : https://www.linkedin.com/company/simplilearn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='LinkedIn'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.linkedin.com/company/simplilearn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.linkedin.com/company/simplilearn?original_referer=
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Telegram] 42.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Telegram INFO  setup:test_SL_footer_check.py:236 URL for Telegram is : https://web.telegram.org/#/im?p=@simplilearnupdates INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Telegram'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://web.telegram.org/#/im?p=@simplilearnupdates INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://web.telegram.org/z/
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[About us] 11.95
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 About us INFO  setup:test_SL_footer_check.py:236 URL for About us is : https://www.simplilearn.com/about-us INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='About us'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/about-us INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/about-us
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Careers] 13.09
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Careers INFO  setup:test_SL_footer_check.py:236 URL for Careers is : https://www.simplilearn.com/careers INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Careers'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/careers INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/careers
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[In the media] 13.20
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 In the media INFO  setup:test_SL_footer_check.py:236 URL for In the media is : https://www.simplilearn.com/media INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='In the media'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/media INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/media
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Alumni speak] 18.83
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Alumni speak INFO  setup:test_SL_footer_check.py:236 URL for Alumni speak is : https://www.simplilearn.com/reviews INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Alumni speak'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/reviews INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/reviews
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Grievance redressal] 11.01
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Grievance redressal INFO  setup:test_SL_footer_check.py:236 URL for Grievance redressal is : https://www.simplilearn.com/grievance-redressal INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Grievance redressal'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/grievance-redressal INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/grievance-redressal
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Contact us] 11.15
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Contact us INFO  setup:test_SL_footer_check.py:236 URL for Contact us is : https://www.simplilearn.com/contact-us INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Contact us'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/contact-us INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/contact-us
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Become an instructor] 11.07
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Become an instructor INFO  setup:test_SL_footer_check.py:236 URL for Become an instructor is : https://www.simplilearn.com/become-our-trainer INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Become an instructor'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/become-our-trainer INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/become-our-trainer
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Blog as guest] 10.83
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Blog as guest INFO  setup:test_SL_footer_check.py:236 URL for Blog as guest is : https://www.simplilearn.com/guest-blogging INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Blog as guest'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/guest-blogging INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/guest-blogging
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Skillup] 11.07
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Skillup INFO  setup:test_SL_footer_check.py:236 URL for Skillup is : https://www.simplilearn.com/skillup-free-online-courses INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Skillup'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/skillup-free-online-courses INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/skillup-free-online-courses
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Skillup Sitemap] 11.10
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Skillup Sitemap INFO  setup:test_SL_footer_check.py:236 URL for Skillup Sitemap is : https://www.simplilearn.com/skillup-sitemap INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Skillup Sitemap'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/skillup-sitemap INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/skillup-sitemap
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Resources] 11.00
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Resources INFO  setup:test_SL_footer_check.py:236 URL for Resources is : https://www.simplilearn.com/resources INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Resources'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/resources INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/resources
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[RSS feed] 10.81
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 RSS feed INFO  setup:test_SL_footer_check.py:236 URL for RSS feed is : https://www.simplilearn.com/feed INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='RSS feed'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/feed INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/feed
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[City Sitemap] 10.87
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 City Sitemap INFO  setup:test_SL_footer_check.py:236 URL for City Sitemap is : https://www.simplilearn.com/city-sitemap INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='City Sitemap'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/city-sitemap INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/city-sitemap
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Corporate training] 10.67
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Corporate training INFO  setup:test_SL_footer_check.py:236 URL for Corporate training is : https://www.simplilearn.com/corporate-training INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Corporate training'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/corporate-training INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/corporate-training
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Partners] 11.01
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Partners INFO  setup:test_SL_footer_check.py:236 URL for Partners is : https://www.simplilearn.com/reseller-partner-program-for-training-courses INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Partners'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/reseller-partner-program-for-training-courses INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/reseller-partner-program-for-training-courses
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Digital Transformation] 12.64
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Digital Transformation INFO  setup:test_SL_footer_check.py:236 URL for Digital Transformation is : https://www.simplilearn.com/digital-transformation-training INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Digital Transformation'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://www.simplilearn.com/digital-transformation-training INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://www.simplilearn.com/digital-transformation-training
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Get the Android App] 10.91
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Get the Android App INFO  setup:test_SL_footer_check.py:236 URL for Get the Android App is : https://play.google.com/store/apps/details?id=com.mobile.simplilearn INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Get the Android App'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://play.google.com/store/apps/details?id=com.mobile.simplilearn INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://play.google.com/store/apps/details?id=com.mobile.simplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Get the iOS App] 97.69
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:230 Get the iOS App INFO  setup:test_SL_footer_check.py:236 URL for Get the iOS App is : https://apps.apple.com/app/simplilearn/id963042747?ls=1 INFO  setup:test_SL_footer_check.py:242 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Get the iOS App'])[1] INFO  setup:test_SL_footer_check.py:84 URL received is : https://apps.apple.com/app/simplilearn/id963042747?ls=1 INFO  setup:test_SL_footer_check.py:85 URL Opened is : https://apps.apple.com/app/simplilearn/id963042747?ls=1
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Artificial Intelligence Course] 11.73
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Artificial Intelligence Course INFO  setup:test_SL_footer_check.py:356 URL for Artificial Intelligence Course is : https://www.simplilearn.com/artificial-intelligence-masters-program-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Artificial Intelligence Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Cloud Computing Certification Course] 11.09
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Cloud Computing Certification Course INFO  setup:test_SL_footer_check.py:356 URL for Cloud Computing Certification Course is : https://www.simplilearn.com/pgp-cloud-computing-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Cloud Computing Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Full Stack Web Development Course] 11.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Full Stack Web Development Course INFO  setup:test_SL_footer_check.py:356 URL for Full Stack Web Development Course is : https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Full Stack Web Development Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[PG in Data Science] 10.92
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 PG in Data Science INFO  setup:test_SL_footer_check.py:356 URL for PG in Data Science is : https://www.simplilearn.com/post-graduate-program-data-science INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='PG in Data Science']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[MS in Artificial Intelligence] 10.95
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 MS in Artificial Intelligence INFO  setup:test_SL_footer_check.py:356 URL for MS in Artificial Intelligence is : https://www.simplilearn.com/ms-in-artificial-intelligence INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='MS in Artificial Intelligence']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Product Management Certification Course] 10.97
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Product Management Certification Course INFO  setup:test_SL_footer_check.py:356 URL for Product Management Certification Course is : https://www.simplilearn.com/product-management-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Product Management Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Blockchain Course] 11.13
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Blockchain Course INFO  setup:test_SL_footer_check.py:356 URL for Blockchain Course is : https://www.simplilearn.com/blockchain-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Blockchain Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Machine Learning Course] 10.94
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Machine Learning Course INFO  setup:test_SL_footer_check.py:356 URL for Machine Learning Course is : https://www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Machine Learning Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Cyber Security Course in India] 10.92
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Cyber Security Course in India INFO  setup:test_SL_footer_check.py:356 URL for Cyber Security Course in India is : https://www.simplilearn.com/pgp-advanced-executive-program-in-cyber-security INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Cyber Security Course in India']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Project Management Certification Course] 10.94
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Project Management Certification Course INFO  setup:test_SL_footer_check.py:356 URL for Project Management Certification Course is : https://www.simplilearn.com/pgp-project-management-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Project Management Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Cyber Security Certification Course] 10.85
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Cyber Security Certification Course INFO  setup:test_SL_footer_check.py:356 URL for Cyber Security Certification Course is : https://www.simplilearn.com/pgp-cyber-security-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Cyber Security Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Lean Six Sigma Certification Course] 10.93
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Lean Six Sigma Certification Course INFO  setup:test_SL_footer_check.py:356 URL for Lean Six Sigma Certification Course is : https://www.simplilearn.com/pgp-lean-six-sigma-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Lean Six Sigma Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Advanced Certificate Program in Data Science] 11.01
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Advanced Certificate Program in Data Science INFO  setup:test_SL_footer_check.py:356 URL for Advanced Certificate Program in Data Science is : https://www.simplilearn.com/pgp-data-science-certification-bootcamp-program INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Advanced Certificate Program in Data Science']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Data Analytics Program] 11.33
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 Data Analytics Program INFO  setup:test_SL_footer_check.py:356 URL for Data Analytics Program is : https://www.simplilearn.com/pgp-data-analytics-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Data Analytics Program']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[AI and ML Course] 10.97
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:350 AI and ML Course INFO  setup:test_SL_footer_check.py:356 URL for AI and ML Course is : https://www.simplilearn.com/pgp-ai-machine-learning-certification-training-course INFO  setup:test_SL_footer_check.py:362 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='AI and ML Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[PMP Plus Certification Training Course] 10.83
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 PMP Plus Certification Training Course INFO  setup:test_SL_footer_check.py:484 URL for PMP Plus Certification Training Course is : https://www.simplilearn.com/pmp-plus-bundle-masters-program INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='PMP Plus Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Data Science Certifiation Course] 11.02
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Data Science Certifiation Course INFO  setup:test_SL_footer_check.py:484 URL for Data Science Certifiation Course is : https://www.simplilearn.com/big-data-and-analytics/senior-data-scientist-masters-program-training INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Data Science Certifiation Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Data Analyst Course] 10.85
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Data Analyst Course INFO  setup:test_SL_footer_check.py:484 URL for Data Analyst Course is : https://www.simplilearn.com/data-analyst-masters-certification-training-course INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Data Analyst Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Masters in Artificial Intelligence] 10.95
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Masters in Artificial Intelligence INFO  setup:test_SL_footer_check.py:484 URL for Masters in Artificial Intelligence is : https://www.simplilearn.com/masters-in-artificial-intelligence INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Masters in Artificial Intelligence']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Cloud Architect Certification Training Course] 11.21
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Cloud Architect Certification Training Course INFO  setup:test_SL_footer_check.py:484 URL for Cloud Architect Certification Training Course is : https://www.simplilearn.com/cloud-solutions-architect-masters-program-training INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Cloud Architect Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[DevOps Engineer Certification Training Course] 10.78
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 DevOps Engineer Certification Training Course INFO  setup:test_SL_footer_check.py:484 URL for DevOps Engineer Certification Training Course is : https://www.simplilearn.com/devops-engineer-masters-program-certification-training INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='DevOps Engineer Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Digital Marketing Course] 10.98
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Digital Marketing Course INFO  setup:test_SL_footer_check.py:484 URL for Digital Marketing Course is : https://www.simplilearn.com/advanced-digital-marketing-certification-training-course INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Digital Marketing Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Cyber Security Expert Course] 10.82
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Cyber Security Expert Course INFO  setup:test_SL_footer_check.py:484 URL for Cyber Security Expert Course is : https://www.simplilearn.com/cyber-security-expert-master-program-training-course INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Cyber Security Expert Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[MEAN Stack Developer Course] 10.83
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 MEAN Stack Developer Course INFO  setup:test_SL_footer_check.py:484 URL for MEAN Stack Developer Course is : https://www.simplilearn.com/full-stack-web-developer-mean-stack-certification-training INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='MEAN Stack Developer Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[Business Analyst Course] 10.93
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:478 Business Analyst Course INFO  setup:test_SL_footer_check.py:484 URL for Business Analyst Course is : https://www.simplilearn.com/business-analyst-certification-training-course INFO  setup:test_SL_footer_check.py:490 Dynamic Locator : //p[contains(text(),'Trending Master')]/parent::div//a[@title='Business Analyst Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[PMP Certification Training Course] 10.97
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 PMP Certification Training Course INFO  setup:test_SL_footer_check.py:612 URL for PMP Certification Training Course is : https://www.simplilearn.com/project-management/pmp-certification-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='PMP Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[CSM Certification Course] 11.18
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 CSM Certification Course INFO  setup:test_SL_footer_check.py:612 URL for CSM Certification Course is : https://www.simplilearn.com/agile-and-scrum/csm-certification-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='CSM Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Data Science with Python Course] 10.97
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Data Science with Python Course INFO  setup:test_SL_footer_check.py:612 URL for Data Science with Python Course is : https://www.simplilearn.com/big-data-and-analytics/python-for-data-science-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Data Science with Python Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Tableau Certification Course] 10.81
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Tableau Certification Course INFO  setup:test_SL_footer_check.py:612 URL for Tableau Certification Course is : https://www.simplilearn.com/tableau-training-and-data-visualization-course INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Tableau Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Power BI Certification Course] 10.87
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Power BI Certification Course INFO  setup:test_SL_footer_check.py:612 URL for Power BI Certification Course is : https://www.simplilearn.com/power-bi-certification-training-course INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Power BI Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[TOGAF Certification Course] 11.06
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 TOGAF Certification Course INFO  setup:test_SL_footer_check.py:612 URL for TOGAF Certification Course is : https://www.simplilearn.com/it-service-management/togaf-certification-program-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='TOGAF Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[ITIL 4 Foundation Certification Training Course] 10.95
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 ITIL 4 Foundation Certification Training Course INFO  setup:test_SL_footer_check.py:612 URL for ITIL 4 Foundation Certification Training Course is : https://www.simplilearn.com/it-service-management/itil-foundation-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='ITIL 4 Foundation Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[AWS Solutions Architect Certification Training Course] 10.98
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 AWS Solutions Architect Certification Training Course INFO  setup:test_SL_footer_check.py:612 URL for AWS Solutions Architect Certification Training Course is : https://www.simplilearn.com/cloud-computing/aws-sysops-certification-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='AWS Solutions Architect Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[CISSP Certification Training] 11.07
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 CISSP Certification Training INFO  setup:test_SL_footer_check.py:612 URL for CISSP Certification Training is : https://www.simplilearn.com/cyber-security/cissp-certification-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='CISSP Certification Training']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Java Certification Course] 10.86
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Java Certification Course INFO  setup:test_SL_footer_check.py:612 URL for Java Certification Course is : https://www.simplilearn.com/mobile-and-software-development/java-javaee-soa-development-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Java Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Python Certification Training Course] 10.85
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Python Certification Training Course INFO  setup:test_SL_footer_check.py:612 URL for Python Certification Training Course is : https://www.simplilearn.com/mobile-and-software-development/python-development-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Python Certification Training Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingCourses::test_SL_Footer_check_trending_Courses[Big Data Hadoop Course] 10.99
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:606 Big Data Hadoop Course INFO  setup:test_SL_footer_check.py:612 URL for Big Data Hadoop Course is : https://www.simplilearn.com/big-data-and-analytics/big-data-and-hadoop-training INFO  setup:test_SL_footer_check.py:618 Dynamic Locator : //p[contains(text(),'Trending Courses')]/parent::div//a[@title='Big Data Hadoop Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Python Tutorial] 11.33
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Python Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Python Tutorial is : https://www.simplilearn.com/tutorials/python-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Python Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[JavaScript Tutorial] 11.09
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 JavaScript Tutorial INFO  setup:test_SL_footer_check.py:740 URL for JavaScript Tutorial is : https://www.simplilearn.com/tutorials/javascript-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='JavaScript Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Java Tutorial] 11.16
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Java Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Java Tutorial is : https://www.simplilearn.com/tutorials/java-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Java Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Angular Tutorial] 11.11
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Angular Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Angular Tutorial is : https://www.simplilearn.com/tutorials/angular-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Angular Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Node.js Tutorial] 10.98
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Node.js Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Node.js Tutorial is : https://www.simplilearn.com/tutorials/nodejs-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Node.js Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Docker Tutorial] 11.15
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Docker Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Docker Tutorial is : https://www.simplilearn.com/tutorials/docker-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Docker Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Git Tutorial] 11.07
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Git Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Git Tutorial is : https://www.simplilearn.com/tutorials/git-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Git Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Kubernetes Tutorial] 11.03
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Kubernetes Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Kubernetes Tutorial is : https://www.simplilearn.com/tutorials/kubernetes-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Kubernetes Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[Power BI Tutorial] 10.92
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 Power BI Tutorial INFO  setup:test_SL_footer_check.py:740 URL for Power BI Tutorial is : https://www.simplilearn.com/tutorials/power-bi-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='Power BI Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingResources::test_SL_Footer_check_trending_Resources[CSS Tutorial] 10.86
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:734 CSS Tutorial INFO  setup:test_SL_footer_check.py:740 URL for CSS Tutorial is : https://www.simplilearn.com/tutorials/css-tutorial INFO  setup:test_SL_footer_check.py:746 Dynamic Locator : //p[contains(text(),'Trending Resources')]/parent::div//a[@title='CSS Tutorial']
Passed test_SL_footer_check.py::TestSLFooterCheckTerms::test_SL_Footer_check_terms[Terms of Use] 17.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:862 Terms of Use INFO  setup:test_SL_footer_check.py:868 URL for Terms of Use is : https://www.simplilearn.com/terms-and-conditions#terms-of-use INFO  setup:test_SL_footer_check.py:874 Dynamic Locator : //ul[@class='simpli_terms']//li/a[@title='Terms of Use']
Passed test_SL_footer_check.py::TestSLFooterCheckTerms::test_SL_Footer_check_terms[Privacy Policy] 16.91
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:862 Privacy Policy INFO  setup:test_SL_footer_check.py:868 URL for Privacy Policy is : https://www.simplilearn.com/terms-and-conditions#privacy-policy INFO  setup:test_SL_footer_check.py:874 Dynamic Locator : //ul[@class='simpli_terms']//li/a[@title='Privacy Policy']
Passed test_SL_footer_check.py::TestSLFooterCheckTerms::test_SL_Footer_check_terms[Refund Policy] 16.55
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:862 Refund Policy INFO  setup:test_SL_footer_check.py:868 URL for Refund Policy is : https://www.simplilearn.com/terms-and-conditions#refund-policy INFO  setup:test_SL_footer_check.py:874 Dynamic Locator : //ul[@class='simpli_terms']//li/a[@title='Refund Policy']
Passed test_SL_footer_check.py::TestSLFooterCheckTerms::test_SL_Footer_check_terms[Reschedule Policy] 16.75
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:862 Reschedule Policy INFO  setup:test_SL_footer_check.py:868 URL for Reschedule Policy is : https://www.simplilearn.com/terms-and-conditions#rescheduling-policy INFO  setup:test_SL_footer_check.py:874 Dynamic Locator : //ul[@class='simpli_terms']//li/a[@title='Reschedule Policy']