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…
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…
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…
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…
Test Cases for Online Examination System
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…
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…
Difference Between Agile and Scrum methodology In this tutorial, we will study about Agile vs Scrum, comparing the two methodologies. Agile is a software development methodology based on the iterative…
Priority in TestNG In automation, many times we are required to configure our test suite to run test methods in a specific order or we have to give precedence to…