report.html

Report generated on 07-Jul-2023 at 09:45:18 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", "order": "1.1.0", "xdist": "3.2.1"}
Python 3.8.5

Summary

72 tests ran in 912.71 seconds.

71 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[Twitter] 32.03
self = <test_SL_footer_check.TestSLFooterCheck object at 0x0000026B5F2366A0>, value = 'Twitter', 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()
E Failed

test_prod\test_SL_footer_check.py:438: Failed
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Twitter INFO  setup:test_SL_footer_check.py:413 URL for Twitter is : https://www.twitter.com/simplilearn INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Twitter'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.twitter.com/simplilearn INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://twitter.com/i/flow/login?redirect_after_login=%2Fsimplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Refer and Earn] 11.86
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Refer and Earn INFO  setup:test_SL_footer_check.py:413 URL for Refer and Earn is : https://www.simplilearn.com/refer-and-earn INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Refer and Earn'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/refer-and-earn INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/refer-and-earn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Facebook] 21.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Facebook INFO  setup:test_SL_footer_check.py:413 URL for Facebook is : https://www.facebook.com/simplilearn INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Facebook'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.facebook.com/simplilearn INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.facebook.com/Simplilearn/
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[YouTube] 15.34
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 YouTube INFO  setup:test_SL_footer_check.py:413 URL for YouTube is : https://www.youtube.com/user/Simplilearn INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='YouTube'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.youtube.com/user/Simplilearn INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.youtube.com/user/Simplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[LinkedIn] 11.82
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 LinkedIn INFO  setup:test_SL_footer_check.py:413 URL for LinkedIn is : https://www.linkedin.com/company/simplilearn INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='LinkedIn'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.linkedin.com/company/simplilearn INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.linkedin.com/company/simplilearn
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Telegram] 21.53
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Telegram INFO  setup:test_SL_footer_check.py:413 URL for Telegram is : https://web.telegram.org/#/im?p=@simplilearnupdates INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Telegram'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://web.telegram.org/#/im?p=@simplilearnupdates INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://web.telegram.org/k/#/im?p=@simplilearnupdates
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Instagram] 21.50
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Instagram INFO  setup:test_SL_footer_check.py:413 URL for Instagram is : https://www.instagram.com/simplilearn_elearning/ INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Instagram'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.instagram.com/simplilearn_elearning/ INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.instagram.com/simplilearn_elearning/
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[About us] 18.58
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 About us INFO  setup:test_SL_footer_check.py:413 URL for About us is : https://www.simplilearn.com/about-us INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='About us'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/about-us INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/about-us
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Careers] 13.56
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Careers INFO  setup:test_SL_footer_check.py:413 URL for Careers is : https://www.simplilearn.com/careers INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Careers'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/careers INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/careers
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Newsroom] 15.32
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Newsroom INFO  setup:test_SL_footer_check.py:413 URL for Newsroom is : https://www.simplilearn.com/partners/sl/newsroom INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Newsroom'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/partners/sl/newsroom INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/partners/sl/newsroom
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Alumni speak] 13.44
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Alumni speak INFO  setup:test_SL_footer_check.py:413 URL for Alumni speak is : https://www.simplilearn.com/reviews INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Alumni speak'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/reviews INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/reviews
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Grievance redressal] 10.99
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Grievance redressal INFO  setup:test_SL_footer_check.py:413 URL for Grievance redressal is : https://www.simplilearn.com/grievance-redressal INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Grievance redressal'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/grievance-redressal INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/grievance-redressal
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Contact us] 14.50
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Contact us INFO  setup:test_SL_footer_check.py:413 URL for Contact us is : https://www.simplilearn.com/contact-us INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Contact us'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/contact-us INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/contact-us
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Become an instructor] 11.03
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Become an instructor INFO  setup:test_SL_footer_check.py:413 URL for Become an instructor is : https://www.simplilearn.com/become-our-trainer INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Become an instructor'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/become-our-trainer INFO  setup:test_SL_footer_check.py:262 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.92
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Blog as guest INFO  setup:test_SL_footer_check.py:413 URL for Blog as guest is : https://www.simplilearn.com/guest-blogging INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Blog as guest'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/guest-blogging INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/guest-blogging
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Skillup] 11.29
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Skillup INFO  setup:test_SL_footer_check.py:413 URL for Skillup is : https://www.simplilearn.com/skillup-free-online-courses INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Skillup'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/skillup-free-online-courses INFO  setup:test_SL_footer_check.py:262 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.29
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Skillup Sitemap INFO  setup:test_SL_footer_check.py:413 URL for Skillup Sitemap is : https://www.simplilearn.com/skillup-sitemap INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Skillup Sitemap'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/skillup-sitemap INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/skillup-sitemap
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Resources] 10.94
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Resources INFO  setup:test_SL_footer_check.py:413 URL for Resources is : https://www.simplilearn.com/resources INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Resources'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/resources INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/resources
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[RSS feed] 11.13
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 RSS feed INFO  setup:test_SL_footer_check.py:413 URL for RSS feed is : https://www.simplilearn.com/feed INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='RSS feed'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/feed INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/feed
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[City Sitemap] 11.39
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 City Sitemap INFO  setup:test_SL_footer_check.py:413 URL for City Sitemap is : https://www.simplilearn.com/city-sitemap INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='City Sitemap'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/city-sitemap INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/city-sitemap
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Corporate training] 10.75
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Corporate training INFO  setup:test_SL_footer_check.py:413 URL for Corporate training is : https://www.simplilearn.com/corporate-training INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Corporate training'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/corporate-training INFO  setup:test_SL_footer_check.py:262 URL Opened is : https://www.simplilearn.com/corporate-training
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_Footer_check[Partners] 11.28
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Partners INFO  setup:test_SL_footer_check.py:413 URL for Partners is : https://www.simplilearn.com/reseller-partner-program-for-training-courses INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Partners'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/reseller-partner-program-for-training-courses INFO  setup:test_SL_footer_check.py:262 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] 13.02
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Digital Transformation INFO  setup:test_SL_footer_check.py:413 URL for Digital Transformation is : https://www.simplilearn.com/digital-transformation-training INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Digital Transformation'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://www.simplilearn.com/digital-transformation-training INFO  setup:test_SL_footer_check.py:262 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] 11.07
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Get the Android App INFO  setup:test_SL_footer_check.py:413 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:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Get the Android App'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://play.google.com/store/apps/details?id=com.mobile.simplilearn INFO  setup:test_SL_footer_check.py:262 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] 10.88
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:407 Get the iOS App INFO  setup:test_SL_footer_check.py:413 URL for Get the iOS App is : https://apps.apple.com/app/simplilearn/id963042747?ls=1 INFO  setup:test_SL_footer_check.py:419 Dynamic Locator : (//div[starts-with(@class,'col-md-2')]//a[@title='Get the iOS App'])[1] INFO  setup:test_SL_footer_check.py:261 URL received is : https://apps.apple.com/app/simplilearn/id963042747?ls=1 INFO  setup:test_SL_footer_check.py:262 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.44
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Artificial Intelligence Course INFO  setup:test_SL_footer_check.py:496 URL for Artificial Intelligence Course is : https://www.simplilearn.com/artificial-intelligence-masters-program-training-course INFO  setup:test_SL_footer_check.py:502 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] 10.94
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Cloud Computing Certification Course INFO  setup:test_SL_footer_check.py:496 URL for Cloud Computing Certification Course is : https://www.simplilearn.com/pgp-cloud-computing-certification-training-course INFO  setup:test_SL_footer_check.py:502 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:490 Full Stack Web Development Course INFO  setup:test_SL_footer_check.py:496 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:502 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.91
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 PG in Data Science INFO  setup:test_SL_footer_check.py:496 URL for PG in Data Science is : https://www.simplilearn.com/pgp-data-science-certification-bootcamp-program INFO  setup:test_SL_footer_check.py:502 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.96
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 MS in Artificial Intelligence INFO  setup:test_SL_footer_check.py:496 URL for MS in Artificial Intelligence is : https://www.simplilearn.com/ms-in-artificial-intelligence INFO  setup:test_SL_footer_check.py:502 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.96
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Product Management Certification Course INFO  setup:test_SL_footer_check.py:496 URL for Product Management Certification Course is : https://www.simplilearn.com/product-management-certification-training-course INFO  setup:test_SL_footer_check.py:502 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] 10.98
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Blockchain Course INFO  setup:test_SL_footer_check.py:496 URL for Blockchain Course is : https://www.simplilearn.com/blockchain-certification-training-course INFO  setup:test_SL_footer_check.py:502 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] 11.00
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Machine Learning Course INFO  setup:test_SL_footer_check.py:496 URL for Machine Learning Course is : https://www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning INFO  setup:test_SL_footer_check.py:502 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:490 Cyber Security Course in India INFO  setup:test_SL_footer_check.py:496 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:502 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] 11.14
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Project Management Certification Course INFO  setup:test_SL_footer_check.py:496 URL for Project Management Certification Course is : https://www.simplilearn.com/pgp-project-management-certification-training-course INFO  setup:test_SL_footer_check.py:502 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] 11.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Cyber Security Certification Course INFO  setup:test_SL_footer_check.py:496 URL for Cyber Security Certification Course is : https://www.simplilearn.com/pgp-cyber-security-certification-training-course INFO  setup:test_SL_footer_check.py:502 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.88
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Lean Six Sigma Certification Course INFO  setup:test_SL_footer_check.py:496 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:502 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[Data Analytics Program] 11.19
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Data Analytics Program INFO  setup:test_SL_footer_check.py:496 URL for Data Analytics Program is : https://www.simplilearn.com/pgp-data-analytics-certification-training-course INFO  setup:test_SL_footer_check.py:502 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.94
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 AI and ML Course INFO  setup:test_SL_footer_check.py:496 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:502 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='AI and ML Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingPGP::test_SL_Footer_check_trending_PGP[Business Analysis Certification Course] 11.14
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:490 Business Analysis Certification Course INFO  setup:test_SL_footer_check.py:496 URL for Business Analysis Certification Course is : https://www.simplilearn.com/pgp-business-analysis-certification-training-course INFO  setup:test_SL_footer_check.py:502 Dynamic Locator : //p[contains(text(),'Trending Post Graduate')]/parent::div//a[@title='Business Analysis Certification Course']
Passed test_SL_footer_check.py::TestSLFooterCheckTrendingMP::test_SL_Footer_check_trending_MP[PMP Plus Certification Training Course] 10.93
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 PMP Plus Certification Training Course INFO  setup:test_SL_footer_check.py:587 URL for PMP Plus Certification Training Course is : https://www.simplilearn.com/pmp-plus-bundle-masters-program INFO  setup:test_SL_footer_check.py:593 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] 10.93
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Data Science Certifiation Course INFO  setup:test_SL_footer_check.py:587 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:593 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] 11.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Data Analyst Course INFO  setup:test_SL_footer_check.py:587 URL for Data Analyst Course is : https://www.simplilearn.com/data-analyst-masters-certification-training-course INFO  setup:test_SL_footer_check.py:593 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] 11.15
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Masters in Artificial Intelligence INFO  setup:test_SL_footer_check.py:587 URL for Masters in Artificial Intelligence is : https://www.simplilearn.com/masters-in-artificial-intelligence INFO  setup:test_SL_footer_check.py:593 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.04
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Cloud Architect Certification Training Course INFO  setup:test_SL_footer_check.py:587 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:593 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] 11.05
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 DevOps Engineer Certification Training Course INFO  setup:test_SL_footer_check.py:587 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:593 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] 11.06
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Digital Marketing Course INFO  setup:test_SL_footer_check.py:587 URL for Digital Marketing Course is : https://www.simplilearn.com/advanced-digital-marketing-certification-training-course INFO  setup:test_SL_footer_check.py:593 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.92
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Cyber Security Expert Course INFO  setup:test_SL_footer_check.py:587 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:593 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] 11.03
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 MEAN Stack Developer Course INFO  setup:test_SL_footer_check.py:587 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:593 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] 11.00
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:581 Business Analyst Course INFO  setup:test_SL_footer_check.py:587 URL for Business Analyst Course is : https://www.simplilearn.com/business-analyst-certification-training-course INFO  setup:test_SL_footer_check.py:593 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] 11.72
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 PMP Certification Training Course INFO  setup:test_SL_footer_check.py:678 URL for PMP Certification Training Course is : https://www.simplilearn.com/project-management/pmp-certification-training INFO  setup:test_SL_footer_check.py:684 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.48
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 CSM Certification Course INFO  setup:test_SL_footer_check.py:678 URL for CSM Certification Course is : https://www.simplilearn.com/agile-and-scrum/csm-certification-training INFO  setup:test_SL_footer_check.py:684 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] 11.00
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 Data Science with Python Course INFO  setup:test_SL_footer_check.py:678 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:684 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[TOGAF Certification Course] 11.47
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 TOGAF Certification Course INFO  setup:test_SL_footer_check.py:678 URL for TOGAF Certification Course is : https://www.simplilearn.com/it-service-management/togaf-certification-program-training INFO  setup:test_SL_footer_check.py:684 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] 11.28
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 ITIL 4 Foundation Certification Training Course INFO  setup:test_SL_footer_check.py:678 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:684 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[CISSP Certification Training] 11.21
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 CISSP Certification Training INFO  setup:test_SL_footer_check.py:678 URL for CISSP Certification Training is : https://www.simplilearn.com/cyber-security/cissp-certification-training INFO  setup:test_SL_footer_check.py:684 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[Big Data Hadoop Course] 11.68
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:672 Big Data Hadoop Course INFO  setup:test_SL_footer_check.py:678 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:684 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.65
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Python Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Python Tutorial is : https://www.simplilearn.com/tutorials/python-tutorial INFO  setup:test_SL_footer_check.py:775 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.99
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 JavaScript Tutorial INFO  setup:test_SL_footer_check.py:769 URL for JavaScript Tutorial is : https://www.simplilearn.com/tutorials/javascript-tutorial INFO  setup:test_SL_footer_check.py:775 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.09
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Java Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Java Tutorial is : https://www.simplilearn.com/tutorials/java-tutorial INFO  setup:test_SL_footer_check.py:775 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.70
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Angular Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Angular Tutorial is : https://www.simplilearn.com/tutorials/angular-tutorial INFO  setup:test_SL_footer_check.py:775 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] 11.60
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Node.js Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Node.js Tutorial is : https://www.simplilearn.com/tutorials/nodejs-tutorial INFO  setup:test_SL_footer_check.py:775 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.24
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Docker Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Docker Tutorial is : https://www.simplilearn.com/tutorials/docker-tutorial INFO  setup:test_SL_footer_check.py:775 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.27
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Git Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Git Tutorial is : https://www.simplilearn.com/tutorials/git-tutorial INFO  setup:test_SL_footer_check.py:775 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.58
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Kubernetes Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Kubernetes Tutorial is : https://www.simplilearn.com/tutorials/kubernetes-tutorial INFO  setup:test_SL_footer_check.py:775 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] 11.03
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 Power BI Tutorial INFO  setup:test_SL_footer_check.py:769 URL for Power BI Tutorial is : https://www.simplilearn.com/tutorials/power-bi-tutorial INFO  setup:test_SL_footer_check.py:775 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] 11.66
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:763 CSS Tutorial INFO  setup:test_SL_footer_check.py:769 URL for CSS Tutorial is : https://www.simplilearn.com/tutorials/css-tutorial INFO  setup:test_SL_footer_check.py:775 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] 14.77
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:853 Terms of Use INFO  setup:test_SL_footer_check.py:859 URL for Terms of Use is : https://www.simplilearn.com/terms-and-conditions#terms-of-use INFO  setup:test_SL_footer_check.py:865 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] 12.24
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:853 Privacy Policy INFO  setup:test_SL_footer_check.py:859 URL for Privacy Policy is : https://www.simplilearn.com/terms-and-conditions#privacy-policy INFO  setup:test_SL_footer_check.py:865 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] 12.15
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:853 Refund Policy INFO  setup:test_SL_footer_check.py:859 URL for Refund Policy is : https://www.simplilearn.com/terms-and-conditions#refund-policy INFO  setup:test_SL_footer_check.py:865 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] 12.15
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:853 Reschedule Policy INFO  setup:test_SL_footer_check.py:859 URL for Reschedule Policy is : https://www.simplilearn.com/terms-and-conditions#rescheduling-policy INFO  setup:test_SL_footer_check.py:865 Dynamic Locator : //ul[@class='simpli_terms']//li/a[@title='Reschedule Policy']
Passed test_SL_footer_check.py::TestSLFooterCheck::test_SL_footer_check_report_details_to_DB 0.81
-------------------------------Captured log call--------------------------------
INFO  setup:test_SL_footer_check.py:38 Total testcases passes is 69 INFO  setup:test_SL_footer_check.py:39 Total testcases failed is 2 INFO  setup:test_SL_footer_check.py:40 Today date time is 2023-07-07 INFO  setup:db_helper.py:51 DB_type selected : mysql INFO  setup:db_connection.py:96 Requested Query : INSERT INTO automation_ice9.td_SL_footer_check_report_details(module_name, total_testcase_count, passed, failed, run_date) VALUES( 'SL Footer Check', '71', '69', '2', '2023-07-07');