Difference between driver.close() and driver.quit()
Difference between driver.close() and driver.quit()
This article will show the difference between .close() and quit() functions.
driver.close() : this method closes the browser window
Difference between driver.close() and driver.quit()
This article will show the difference between .close() and quit() functions.
driver.close() : this method closes the browser window
In this tutorial, we will learn about ADD PRIMARY KEY clause in MySQL. A primary key or just key is a column or set of columns in a table that can uniquely identify
In this tutorial, we will learn about MySQL DROP INDEX statement. An index will assist MySQL database Server to find table rows more quickly and easily.
In this tutorial, we will learn about MySQL ADD INDEX statement. The index can be added to existing tables using the ALTER TABLE statement. We can use
What is DataProvider ? In this post we will look into DataProvider Basic Example. @DataProvider allows a @Test method which uses the data provider to be executed multiple times. By using DataProvider the @Test method would be executed using the same instance of the test class to which the test method belongs. First things first […]
In this tutorial, we will learn to construct a Database Design Plan. A database is a container for database objects. When creating a new database, we must first prepare a plan.