How do I access playwright test runner project info in a test? Sumit Kumar Pradhan March 30, 2025testInfo is part of Playwright's testing framework and provides information about the test that is currently running. You can use testIn... Continue Reading
What is print(f"...") in Python Sumit Kumar Pradhan March 29, 2025A formatted string literal or f-string is a string literal that is prefixed with f or F. These strings may contain replacement fields, whic... Continue Reading
Exploring the Exciting New Features of Selenium 4 Sumit Kumar Pradhan March 27, 2025 In the world of software testing and web automation, Selenium has been a cornerstone for years, providing developers and testers with the t... Continue Reading
How to Setup Playwright on Windows and MAC Sumit Kumar Pradhan March 27, 2025Playwright is a cross browser automation framework for end to end testing created by the Microsoft team and has been steadily gaining popula... Continue Reading
Introduction to the Playwright Automation Sumit Kumar Pradhan March 22, 2025Playwright is an open-source automation library for testing web applications. It was developed by Microsoft and allows developers to write ... Continue Reading