Category: Software Testing
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
How to read Emails using JMeter
JMeter is an open-source tool that helps to perform load testing. It provides various samplers to perform load testing. Today, we will discuss email related samplers. There are two samplers to perform an action related to the email, read(mail reader
Error: An object reference is required for the non-static field, method or property
Object Reference In one of my .net reference projects, I had a need to create a new model and its corresponding interface, repository, and client class. In a method of the existing controller class, I need to create a record
Software Testing – A tool for better Software Quality
Software testing is one of the important processes for analyzing the quality of a software product. There are different types of testing that should be done on software development projects. Every kind of testing has its certain “objective” that underlines
Risk-Based Testing
A risk-based testing approach enables testing teams to utilize their resources well. It is a futuristic model of testing because it uses testing resources in a way where they can have the most impact, no matter constraints are because of
Introduction to Selenium Grid
Introduction to Selenium Grid with examples Selenium Grid is software from Selenium which allows us to run multiple tests across different browsers, operating systems, and machines in parallel. This Grid follows the hub-node concept where we run the test on
Create Maven Project In Eclipse, add selenium & TestNg dependencies
How to Create Selenium Maven Project In Eclipse IDE and add selenium & TestNg dependencies in Pom.xml What is Maven? Maven is a powerful build tool for Java software projects. It is used to build and manage projects written in
Fetching resolution of screens using Selenium code
How to fetch resolution of screens using Selenium code For Gui testing aspects java.awt.Dimension and java.awt. Toolkit packages are used to get the screen resolutions whereas the Dimension object stores the result. Inbuilt methods of Dimension class are used to