i have an Excel of URL , One URL is redirecting to another how would i test it through Selenium webdriver -


i have excel of url's in there 4 columns , old t_id , old url , new t_id , new url , have test url redirection through selenium web driver. please suggest idea

use @dataprovider rotate through excel data, read old_url excel , navigate using driver.get(), use driver.getcurrenturl() new redirected url string. compare string excel new_url column.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -