Category Archives: Automation
How To Generate PHPUnit Coverage Report In HTML and XML?
Code coverage is a vital measure for describing how the source implementation is tested by the test code (or test suite). It is one of the critical factors for ensuring the effectiveness of the code.
January 27, 2021
Selenium SendKeys : All You Need To Know
Selenium automation is not just about navigating and clicking through the links. Yes, you can use it to switch tabs, find broken links, or even drag and drop directly. But there is a lot more to it.
January 20, 2021
How To Perform Parallel Execution With Specflow, NUnit, And Selenium
One of the prime responsibilities of any automation testers is to ensure that the tests get executed at an optimal pace. This can only be achieved if the implemented tests (or test suites) effectively utilize the automation testing framework (like Selenium) and the infrastructure where the tests are executed.
January 19, 2021
How To Get Page Source In Selenium Using Python?
Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional testing, or security testing drills.
January 12, 2021
What Is New In Selenium 4 And What Is Deprecated In It?
Selenium 4 has been gaining immense attention since the time it was publicly announced by Simon Stewart, the founding member of Selenium in August 2018.
January 11, 2021
How To Upgrade From Selenium 3 To Selenium 4?
Selenium 4, the latest version of the Selenium framework, has become the talk of the town since its announcement in 2018. The excitement around Selenium 4 is evident since it is packed with a host of new features and enhancements than its predecessor.
December 28, 2020
Get True Cross Browser Test Coverage With TestCafe & LambdaTest
We successfully hosted a webinar in collaboration with DevExpress on 2nd December 2020. The host, Mudit Singh- Director of Product & Growth at LambdaTest, got together with Paul Usher from DevExpress.
December 24, 2020
How To Switch Tabs In A Browser Using Selenium Python?
Selenium automation offers dexterous ways to perform day-to-day tasks most efficiently. From capturing screenshots to testing PDF files, thereβs no limit to what you can do with Selenium automation. Developers and testers are masters of drilling websites and finding loopholes.
December 23, 2020
How To Group Test Cases In TestNG [with Examples]
TestNG is an open-source automation testing framework inspired by JUnit and NUnit. The framework supports data-driven testing, parallel test execution, testing integrated classes, provides access to HTML reports, amongst others.
December 21, 2020
How To Find Broken Links Using Selenium WebDriver?
What thoughts come to mind when you come across 404/Page Not Found/Dead Hyperlinks on a website? Aargh! You would find it annoying when you come across broken hyperlinks, which is the sole reason why you should continuously focus on removing the existence of broken links in your web product (or website).
December 18, 2020