This article describes the ways to read XML file in Java and get XML node values by providing XML Node
While writing an automation test script, you may encounter situations where you need to convert a string to an XML
MySQL Database Testing in Selenium and LeanFT using Java
If you have learned Selenium or LeanFT and want to get your hands dirty on Selenium or LeanFT by creating
Read Write and Update Excel Sheet in Java Using Apache POI Library Selenium LeanFT
Excel files provide a very convenient way to store data in a structured way and are widely used by both
Waitunitl in leanft uft developer
Synchronization is a very important aspect of testing if you want to make your test scripts robust and efficient. The
XPATH in LeanFT
In this tutorial, I will show you how to use XPath in LeanFT.LeanFT has been officially rebranded as UFT Developer
Get table Cell values in LeanFT for a Column
Validation of cell values of a table in the application under test is a common requirement as it is a
Get Row Number of table cell by text in leanft
While testing a web application we very often validate the contents of a web table. Here we will take a
Regular expression leanft
In your day to day testing activity, you might have come across a few objects in the application under test
access new tab in leanft
You might have come across some scenarios in automating a web application wherein clicking a hyperlink object opens the new
Sendkey Strokes in LeanFT
LeanFT now known as UFT Developer is loaded with lots of features and has been specially designed for continuous integration
Get Table Cell Value in LeanFT- UFT Developer
Validating the content of web table values is a very common requirement in automation testing. If you have ever used