How to handle synchronization in UFT/QTP
In any test automation framework, browser handling is the most important part during automation scripting. Let’s see how to handle synchronization in UFT. which you…
How to handle synchronization in UFT/QTP
In any test automation framework, browser handling is the most important part during automation scripting. Let’s see how to handle synchronization in UFT. which you…
How to create Runner class in Cucumber using Java
Cucumber is a BDD-based tool that works well with selenium and many other tools. Here we have a sample Runner class to be used with…
Read write excel file in Java and Apache POI
In order to read write excel file in Java and APACHE POI, we can use this method which uses FileInputStream, and XSSFWorkbook to get into…

How to Write data in Excel file using Java and Apache POI
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…
How to launch chrome incognito using UFT
Using UFT we can launch Chrome incognito with the help of a small program. First, we will create an object of shell and then we…
Get menu and submenu names in the Windows application using UFT
UFT works very well with Windows as well as web applications. To get menu and submenu names in the Windows application, we can create a…
String reverse in VBScript without using inbuilt function
String reverse in VBScript is a very common task. If you need to reverse a string in VBScript without using inbuilt reverse functions, we can…
How to launch chrome incognito using UFT
Using UFT we can launch Chrome incognito with the help of a small program. First, we will create an object of shell and then we…
Get menu and submenu names in the Windows application using UFT
UFT works very well with Windows as well as web applications. To get menu and submenu names in the Windows application, we can create a…
Invert a number using Java
Java is a beautiful language if you know how to build your logic. This is the most important thing of all. Invert a number using…
Invert a number using Java
Java is a beautiful language if you know how to build your logic. This is the most important thing of all. Invert a number using…
Validate prime number using Java
In order to validate prime number using Java, first of all, let’s see what is a prime number. Example code: Validate prime number using java
How to create Runner class in Cucumber using Java
Cucumber is a BDD-based tool that works well with selenium and many other tools. Here we have a sample Runner class to be used with…
Read write excel file in Java and Apache POI
In order to read write excel file in Java and APACHE POI, we can use this method which uses FileInputStream, and XSSFWorkbook to get into…

How to Write data in Excel file using Java and Apache POI
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…

How to read excel file In Java- 100% Working code
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…