
Loading ...
This is the first article in the Excel Automation category and there are many more to come. Excel provides Methods for Add-ins to add new Menu options. Automation for testing or using these options requires us to execute the Menu Option through code. In this article we will explore how the same is done
We will [...]
Register or Login to read the full article...
Tags used -
Add-ins, Automation, CommandBar, CommandBars, Controls, Excel, excel application, excel macro, excel vba, execute, Macro, menu commands, menu option, menu options, Programming, VBA, worksheet menu bar

Loading ...
Identifying objects correctly and robustly in an application is very important in Automation. In case you have automated any CRM application you might have noticed objects are recognized by a dynamic name
Browser("Browser").Page("Page").WebEdit("TS_EXTRA_FEILD40").Set "AAA"
Now after a build the code or object might change to
Browser("Browser").Page("Page").WebEdit("TS_EXTRA_FEILD42").Set "AAA"
These object changes are unpredictable and cause scripts to fail. Let’s assume [...]
Register or Login to read the full article...
Tags used -
CRM, Descriptive, Descriptive Programming, for, htmlfor, LABEL, Programming

Loading ...
Introduction
This document demonstrates the usage of Descriptive programming in QTP 8.20. It also discusses situations where Descriptive programming can be used. Using Descriptive Programming automation scripts can be created even if the application has not been developed.
Descriptive Programming
Whenever QTP records any action on any object of an application, it adds some description [...]
Register or Login to read the full article...
Tags used -
Descriptive, Descriptive Programming, Name, Programming, Regularexpression, Value