Category: Software Testing
Test automation using pytest with Selenium WebDriver
Why Pytest When you think of selecting a framework for test automation you would probably like to have an absolute solution that fits any type of test like unit, functional, end-to-end, acceptance, and others. You would also wish this framework
What Is Agile Testing
What Is Agile Testing? Agile testing is a collective term that is used to define the testing process which follows the Agile software development principles. It basically includes performing frequent and automated testing of code along with the development process.
Best Practices for API Testing
APIs (Application Programming Interfaces) are an integral part of modern software development. They enable developers to create software that interacts with other applications and services, making it possible for applications to communicate with each other. However, testing APIs can be
Best Practices for System Integration Testing
Define a Comprehensive Plan Planning is one of the crucial steps in system integration testing and it should be continuously reviewed and updated as the need arises. A well-defined plan ensures that the testing and validation process is completed within
Locators Use in Selenium WebDrive
The automation process in selenium can be followed as: Launching Browser Opening the desired website to be automated Locating web elements like textbox Performing operations on the located web elements like writing in the textbox Performing assertions like checking the
Read PDF content using Selenium
To read PDF document file in Selenium, we can use a Java library called PDFBox. Apache PDFBox is an open-source library that helps in managing PDF files. We can use it to verify the text or images present in the
Remove the Logged in account from Microsoft Teams
Sometimes we do not want to save our profile on any account on some particular machines for security reasons. By default, the Microsoft Teams app saves the login credentials when we first log in, so next time it will not
How to Set and Get Window size/position using Selenium Webdriver
How to Set and Get Window size/position using Selenium Webdriver In website testing, most of the time, we need to set window position and size or get window size and position to test the website responsiveness. Selenium Webdriver has many
Handling Dynamic fields in Salesforce using Selenium
Selenium is an open-source (free) automated testing framework for validating web-based applications across various browsers and platforms. Selenium Test Scripts can be written in a variety of programming languages, including Java, C#, Python, etc. Authorizing OTP Verification using selenium: Before