WebDriverManager is an open-source library that is used to automate the handling of browser driver binaries. Users can add this library to their selenium project using a build tool like Maven Why we are using WebDriverManager? To run the selenium script in the browser we need to download the driver binary from the official site of… Continue reading What is WEBDRIVERMANAGER In SELENIUM Web Driver
Category: Test case documentation – QA
Test case documents
Automation tools-JUnit and JTest
JUnit JUnit is one of the most popularly used unit testing frameworks. Built to improve upon JUnit 4.x, JUnit 5 is a complete rewrite that provides an extensible Java testing framework that can support many different testing styles. The goal of JUnit 5 is to provide an update that simplifies the testing process while making it… Continue reading Automation tools-JUnit and JTest
Software development life cycle model: SDLC
There are following six phases in every Software development life cycle model: Requirement gathering and analysis Design Implementation or coding Testing Deployment Maintenance Requirement gathering and analysis: Business requirements are gathered in this phase. This phase is the main focus of the project managers and stakeholders. Meetings with managers, stakeholders and users are held in… Continue reading Software development life cycle model: SDLC
Volume Testing
Testcase documentation-Parent Part Numbers (let’s test in Sandbox with SH158: SH158 Child)-POW-282
Selenium – COMPONENTS
Selenium is an open-source umbrella project for a range of tools and libraries aimed at supporting browser automation.it provides a playback tool for authoring functional tests across most modern web browsers, without the need to learn a test scripting language (Selenium IDE). It also provides a test domain-specific language (Selenese) to write tests in a… Continue reading Selenium – COMPONENTS
Types of Regression Testing
Regression testing is done to ensure that enhancements or defect fixes made to the software work properly and do not affect the existing functionality.There are four types of regression testing : 1.Corrective regression testing 2.Progressive regression testing 3.Retest-all regression testing 4.Selective regression testing Corrective regression testingIt is used when when specifications are not modified and… Continue reading Types of Regression Testing
Improving The Quality Of Your Qualitative Usability Tests
Qualitative usability testing, also known as qualitative user testing, is a popular UX methodology that can provide rich insights. One of the biggest advantages of qualitative usability tests is that they can be carried out cheaply and quickly. But there are a few things I learned by preparing and conducting my first few qualitative usability… Continue reading Improving The Quality Of Your Qualitative Usability Tests
LoadRunner
What is LoadRunner? LoadRunner is a popular software testing tool from Micro Focus. It is known as Micro Focus LoadRunner and earlier as HP LoadRunner.LoadRunner is used for testing the applications, measuring system behaviour and performance under load. LoadRunner can simulate thousands of concurrent users, using application software, recording and analyzing the performance of key… Continue reading LoadRunner
GTmetrix
GTmetrix was developed by Carbon60 as a tool for customers to easily test the performance of their webpages.GTmetrix is a simple tool that will give you different performance metrics related to website speed, which you can analyze and use to optimize your site’s performance. It has different options to test your site’s speed in different… Continue reading GTmetrix