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…
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…
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…
Test Automation Framework Any application or software needs to be tested before getting released or deployed in the market. Any company will prefer an
Quality Assurance While buying any item, you are more conscious about its quality, and software products and services are no exceptions to this. People are more likely to use any…
Unit Testing vs Integration Testing Among the different levels of software testing, this article discusses the difference between unit testing and integration testing. Software testing is an inescapable aspect of…