How to verify the position of an object using UFT on a webpage
We can verify the position of an object using UFT by utilizing two properties named clientWidth and offSetLeft. Suppose that we have two elements namely…
We can verify the position of an object using UFT by utilizing two properties named clientWidth and offSetLeft. Suppose that we have two elements namely…
We can verify presence of scrollbar using UFT very easily when we have a scrollbar present on the screen. In order to verify the presence…
Given the popularity of cloud technology, knowing How to integrate Selenium with Jenkins pipeline has become very important. Jenkins is the most famous tool for CI-CD….
Let’s take a look at how to configure Selenium with Jenkins. Since Jenkins is a very important tool that helps us in many ways in…
When you run a job in Jenkins, it generates a console output at run time which can be seen during a build. There are some…
If you have to create a text file using VBScript, it provides a very efficient tool FileSystemObject. Further, there are many methods provided by FileSystemObject…
FileSystemObject can be used to create a folder using VBScript. FileSystemObject also known as fso is one of the most efficient tools provided by VBScript. We…
Similar to reading data from an excel file, you would require to write data in excel file using java in your test automation. Read further…
Any type of testing requires test data in Test automation Let’s see how we can read Excel file in Java and use that in Selenium…
If you want to check all checkboxes in UFT on a webpage, there are many ways to do that. One of the most used approaches…
You can ping a network using VBScript. Yes, you read it right. We don’t know how many times we must have the necessity to ping…
WebTables are a very important part of any web-based application and Often we come across a scenario where we have to validate data in a…
In any web-based application, drop-downs are used to help the end user to select a value from a set of predefined values. e.g. Selecting a…
In order to get all options from a dropdown in Selenium WebDriver, we can utilize the same Select class, which we use to select a…
What is Action Template? When we create an automation script in UFT tool or any other tool, we write some kind of documentation such as…
If you want to see the exact element being interacted with by Selenium, you can write code to highlight element using Selenium WebDriver. Also sometimes…
In interviews, you may be asked to write a program for how to validate if a given number is a prime number using Java. Validating…
APACHE POI is the most used library for working with Excel workbooks in Selenium Automation projects. There are two ways you can add these jars to your automation project. One way is through the POM.xml in your maven project and the other way is by downloading the jars directly from Apache website and adding them in build path of your automation project.
Complete guide on Selenium Wait Commands and cheat sheet. It is very important to understand Selenium wait commands if you are trying to work on…
Sometimes we need to store some values in a file during a UFT test run. In UFT test script, we can store variables in an…