Category: Software Testing
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
Find broken links using Selenium Webdriver
Find broken links using Selenium Webdriver A broken link or dead link occurs when a user tries to reach a website page that couldn’t be found on the server. A standard “404 Not Found error” message displayed on the screen.
Tableau development environment setup alternatives
Tableau development environment setup alternatives with and without Data Migration from Development to Production Development, Test, QA and PRODUCTION – With Data Migration Description: Common names for environments for Tableau development are development, test/QA, staging/pre-production, and production. There are typically