Архив рубрики: English

Tutorials on English

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

Screenshots in Selenium WebDriver

Screenshots in Selenium WebDriver While doing manual testing, we always have the machine in front of us to check what happened when the test case failed. In automation, we rely on the assertion messages that we print in case of failure. In addition to that, we can also have screenshot of the browser in case… Читать далее »

Test Scenarios of Facebook

Test Scenarios of Facebook In this post, we will present some test scenarios of Facebook. Although there would be thousands of test cases for facebook we are limiting the tests to common features like – profile setting, comments, and post in timeline etc. We will leave features like creating signup, login, page creation, groups creation,… Читать далее »