JUnit Selenium Webdriver Tutorial 04 (Writing a Basic JUnit Script Using Selenium) | QAShahin

preview_player
Показать описание
JUnit Selenium Webdriver Tutorial 04 (Writing a Basic JUnit Script Using Selenium) | QAShahin

Java JUnit WebDriver video tutorial on writing a beginner basic JUnit WebDriver test.

Resources:
Introductory music:

Introductory video background:
Рекомендации по теме
Комментарии
Автор

This is the only Junit Testing video which explains how Annotations work.Great job. Keep it up and Thanks-Deen.

shanthinuguru
Автор

SOmuch better than alot of the vague crap tutorials out there! THANK YOU SO MUCH

classicdinner
Автор

Great lessons and very easy to understand. Thanks a lot!!!

manvelpetrosian
Автор

Enjoy your videos very much and going thru the entire set, first the Java JUnit Webdriver and thereafter the Java Junit Cucumber will be nice to have the JMeter series too from you, I think you are excellent teacher, thank very much.

sailingwithmarguerite
Автор

Thanks for your course. Please keep them coming! Is there any reason why you do not use Selenium?  Will you also cover data driven frameworks?

wewuwu
Автор

Hi
I really enjoyed this tutorial, but I would like to see an example when it's necessary to provide data (variables) to accomplish the test, for example Login.

lisbeygonzalez
Автор

Sorry, upon closer comparison to your example, I realized I didn't need Webdriver before driver = newFirefoxDriver(): because Webdriver driver; is already in the outer class, outside of the @Before.
Now it is running. Although, the @After is running but not actually closing the browser.

EricThomson
Автор

Thanks for the great tutorial. My test is getting errors:
at two points
driver.close();

Anyy ideas? Code looks the same as yours.
Eric

EricThomson
visit shbcf.ru