Skip to content

Instantly share code, notes, and snippets.

View toan301's full-sized avatar

Toan Tran toan301

View GitHub Profile
@toan301
toan301 / gist:9f3221448cab0c516c5007a2a11f3bae
Created August 18, 2016 06:55
bai tap week 5 hoan chinh
package webdriver;
import org.testng.Assert;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeClass;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Random;
import java.util.Set;