У нас вы можете посмотреть бесплатно Selenium Java Data Driven Test Case Example using Apache POI Excel Library или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial, we will go through step by step process on how to use the data from .xlsx (XSSF) to drive the test. In this Data Driven example using apache POI, i take http://the-internet.herokuapp.com/login i.e. Form Authentication and the user name and password is fed to the test method using @DataProvider Annotation of TestNG. @DataProvider method will fetch the data from excel sheet using apache POI XSSF library and feeds the data to the @Test method. Subscribe : https://bit.ly/2oCwC5N Twitter : @rajtechtrainer Facebook : / raj.techtrainer Google Plus : https://plus.google.com/1147137354446... For any training requirements both online and offline or Corporate training please contact us at techtrainerraj at gmail.com The method source code which i used, please email me i will share it for those who needs it as i couldn't copy it here.