VBScript Loops: Do Loop, For Loop, For Each, and While Loop
In this article, I will show you how to use different types of Loops in UFT using VBScripting to iterate certain statements a specific number of times in order to…
In this article, I will show you how to use different types of Loops in UFT using VBScripting to iterate certain statements a specific number of times in order to…
In this article, I will show you how to read and update XML File in UFT using VBA. In order to perform operations like reading, writing and updating data in…
In this article,I will discuss a few commonly used VBScript methods in UFT that you must know to write better optimized automation script in less time.So keep reading. Frquently Used…
If you’re reading this blog post, chances are that you have written an automation test script and are planning to parameterized the hard-coded values with dynamic input from excel or…
In this article, I will show you how to read and update an MS Access Database using an ADODB connection in UFT/QTP. To understand it practically with example we will…