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,… Читать далее »

Difference Between Agile and Scrum methodology

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 and incremental approach in which small incremental builds are delivered in multiple iterations to the customer for their feedback. So, basically, it is an approach… Читать далее »

Priority in TestNG

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 certain test methods over others.

What is Decision Table Testing in Software Testing?

What is Decision Table Testing in Software Testing? Decision table testing is a popular software testing technique used by testers worldwide. It is also known as a cause-effect technique, where the cause and effects of the test are written. Further, we conduct different test cases in decision table testing to check the system’s behavior. Simply,… Читать далее »

Test Automation Framework

Test Automation Framework Any application or software needs to be tested before getting released or deployed in the market. Any company will prefer an