Macro:
What is meant by Macro: It is an excel/vba programming set of
statements to perform specific task on a single button click
Why we need a Macro:
Let’s consider a Scenario
• In My Project, to do some activities such
as Database cache clean activity, verify patch logs, check application
behaviour on daily basis before getting into my work.
Just imagine, if all
such activities handled daily by just a single BUTTON CLICK. Yeah this is
possible with EXCEL MACRO programming
Where to use a Macro: If any repetitive
daily activity, you can use EXCEL MACRO in place of it with little bit
programming.
Types of Recording: 4 types of recording modes are available Ø Basic Ø Desktop Ø Web Ø Citrix 2 ways of Recording Ø Automatic Ø Manual Basic – generates a full selector for each activity and no container, the resulted automation is slower than one that uses containers and is suitable for single activities. Desktop – suitable for all types of desktop apps and multiple actions; it is faster than the Basic recorder, and generates a container (with the selector of the top-level window) in which activities are enclosed, and partial selectors for each activity. Web – designed for recording in web apps and browsers (supported: Internet Explorer, Google Chrome), generates containers and uses the Simulate Type/Click input method by default. Citrix – used to record virtualized environments (VNC, virtual machines, Citrix, etc.) or SAP, permits only image, text and keyboard automation, and requires explici...
Comments
Post a Comment
We appreciate your valuable Suggestions/Feedback