Automation Testing Tutorial: A Starter’s Guide With ExampleSoftware testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing or Automation Testing. Now sticking to manual test...Apr 7, 2022·17 min read
How To Minimize Browsers In Selenium WebDriver Using JUnitDelivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interac...Nov 30, 2021·14 min read
Guide To Selenium WebDriver: Getting Started With Test Automation [Tutorial]When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress testing, Playwright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks. The choice of test automation framework depends on a range of p...Nov 23, 2021·21 min read
How To Implement Shift Left Testing ApproachThe “shift left” approach is based on the principle that if the software development team can test code as it is being developed, they can discover errors earlier than if they wait until the end of the project. The shift left testing approach encoura...Nov 9, 2021·15 min read
How To Set Test Case Priority In TestNG With SeleniumTestNG is an open-source and powerful test automation framework with a wide range of features, including annotations, data providers, group testing, prioritization, and much more. Prioritization in TestNG is an easy way to set test case priority and ...Oct 12, 2021·21 min read
How To Use TestNG Reporter Log In SeleniumTestNG is an open-source test automation framework, where ‘NG’ stands for Next Generation. TestNG has given testers the ability to group or prioritize the test cases, generate HTML reports, log messages, run tests in parallel, and much more. These di...Oct 1, 2021·13 min read