Архив метки: testing

Maximize or Minimize a browser

Maximize or Minimize a browser When we launch a browser using Selenium WebDriver, by default it is not in its maximized state. In this post, we will see how to maximize and minimize a browser during automation.

Advantages and Disadvantages of Computer

Advantages and Disadvantages of Computer Hello friends! in this article, we will check the advantages and disadvantages of computer systems. With the advancement in technology, our whole lives are now dependent on the computer and the internet. Not even a day goes where they are not part of it. From small-scale businesses to large industries,… Читать далее »

What is Data?

What is Data? Hello Friends! in this article, we are going to learn about Data and types. Specifically, we will focus on the answer to the question – What is Data in Computer? So, without any delay let’s begin.

Launching Browsers in Selenium

Launching Browsers in Selenium In this post, we will study the Selenium WebDriver commands used to launch browsers in detail. We will also learn the different additional customization required for launching certain browsers like – Chrome and InternetExplorer.

What is a font?

What is a font? Hello Friends! in this article we are going to find the answer to this question – What is a font? In addition, we will get to know the different types of font and need of fonts. So, let’s begin.

Difference b/w driver.close() and driver.quit()

Difference b/w driver.close() and driver.quit() Selenium webdriver provides two methods for closing a browser window – driver.close() and driver.quit(). Some people incorrectly use them interchangeably but the two methods are different. In this post, we will study the difference between the two and also see where to use them effectively.

Java Basics | Core Concepts of Java Programming Simplified

Java Basics | Core Concepts of Java Programming Simplified In this article, we are going to learn the Java basics or the core concepts of Java programming. These concepts are absolutely necessary to be able to write or understand any kind of Java program. In our previous article, we learned about