2015-05-17から1日間の記事一覧

【Selenium】【Java】Selenium in JUnit ~文法応用編~

■ スナップショットを撮る import static org.junit.Assert.*; import java.io.File; import org.apache.commons.io.FileUtils; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.…