Compare Merge shared Object Repositories and Resolving Conflicts in UFT
In this article, I will show you how to use object Repository Manager in UFT effectively when a shared object
UFT
Understand Local And Shared Object Repository in UFT
Object Repository is a collection of Test Objects and object properties with which UFT/QTP will be able to recognize the
UFT
Handle Unexpected Error using recovery Scenario in UFT
Recovery Scenario is used in UFT/QTP to handle unexpected events and errors that occur in your Testing environment during a
UFT
External Environment Variable in UFT
In my previous post, I have described the types of environment variables, how to add the environment variable manually in
UFT
Environment Variables in UFT
Before understanding the concept of environment variables in UFT, let's first try to understand what actually environment variables are. Environment
UFT
Action Input And Output Parameters In UFT
Action input and output parameters are one of the key features of UFT to parametrize actions and passing the output
UFT
Actions In UFT
Every GUI Test in UFT consists of at least one action. Actions in UFT are units within the test that
UFT
Read and Write Excel Using UFT
Reading and writing data from an Excel file plays a crucial role. There would be hardly an automation framework where
UFT, VBA
Web Table Methods in UFT
While automating web based application every automation QA has to deal with various kind of validation on web tables.The Web
UFT
Shell Scripting in UFT to SendKeys
Shell Scripting in UFT is used sendkeys (simulate keyboard key press) to tackle a few very uncommon behavior of some
UFT
Settings.WebPackage Replaytype in UFT
If you’re reading this blog post, probably you might have written an automation script but some of the steps are
UFT
Dictionary Object in UFT
A dictionary object in UFT is very much similar to an array. Unlike an array index, there is a unique
UFT, VBA