How to rename a file using JavaScript
In javascript-based test automation projects, if you need to rename a file using javascript, you can do that by using fs node package. These are very important…
In javascript-based test automation projects, if you need to rename a file using javascript, you can do that by using fs node package. These are very important…
In test automation projects, if you need to delete a file using javascript, you can leverage the ‘fs’ node package. These are very important for any Javascript-based…
The function library is the backbone of any test automation framework. You can associate function library at runtime using AOM. It is designed to handle…
We have to verify object property using UFT in almost every automation script we create while working on any test automation project. Here we have…
There may be some instances where you need to copy and paste or select all text using UFT. You can achieve this in many ways….
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…