Skip to main content

Variable



Variable
         Ã˜  Variable is nothing but a memory location
           Ã˜  It holds multiple types of data
           Ã˜  Data stored in Variable is named as ‘Value’
           Ã˜  Supports a large amount of types, ranging from generic value, text, number, data table, time and date, UI                    Elements to any .Net variable type.

Create a Variable:
On the Design ribbon tab, in the Variables group, select Create Variable > [Type of variable]. The Create Variable window is displayed




Fill in the required fields and click OK. The variable is created and you can view and edit it in the Variables panel.




1.In the Properties panel of any activity, right-click a field that can be edited, and select Create Variable from the context menu, or press Ctrl+K. A Set Name field is displayed.



2.Fill in the name and press Enter. The variable is created and you can view and edit it in the Variables panel. The scope of activities created like this always belongs to the smallest container it is part of.
3.In the Designer panel, click Variables. The Variables panel is displayed.
4.Click the Create Variable line. A new variable with the default values is displayed. 


Removing Variable:
  • In the Variable panel, right-click a variable and select the Delete option.
  • In the Variable panel, select a variable and press the Delete key.
If you want to remove all variables in the Project, Go through below
On the Design ribbon tab, in the Variables group, select Manage Variables > Remove Unreferenced. Note that the Variables panel only contains the variables used in your automation.




Comments

Popular posts from this blog

RPA Implementation Approach

RPA Implementation Approach: 1. Tool Selection o     Based on user requirements, features available in tools, you’ve to select TOOL from mentioned above         2. Process Prioritization o     After successful section of Tool, you’ve to consolidate & prioritize the all processes in current operation. Let’s start automating lowest first and most important to next

Key Points of Leading RPA Tools

Key Points of Leading RPA Tools Automation Anywhere(AA) Blue Prism(BP) UI Path Developer friendly tool RPA Term was invented by Blue Prism Extremely User Friendly Offers Front and Back Office Robots It is an Enterprise grade RPA Solution tool Implementation Speed is high Script based, More Programming Skills required Supports only Back Office robots Re Usability is more since various integrations available with different workflows Smart Recorder Option available Code Insertion is difficult and not user friendly Free Community edition (PDF’s, Videos available for FREE) AA Bots can deploy in Physical Front Office machines & Cloud Extreme control over activities (Object Creation, Coding etc.) Con is - No Coding Annual support cost and license cost is higher What is Best RPA Tool...

Defect/Bug Life Cycle

Bug Life Cycle: It is a cycle in which a defect goes through different phases during its lifetime The Journey of a Defect/Bug from its NEW (or Born/Found ) state to Close (or END/Fixed ) state, so this journey of a cycle is known as ‘ BUG LIFE CYCLE ’. We can also called it as ‘ DEFECT LIFE CYCLE ’ 1.        New:  When a defect is logged and posted for the first time. It’s state is given as new. 2.        Assigned:  After the tester has posted the bug, the lead of the tester approves that the bug is genuine and he assigns the bug to corresponding developer and the developer team. It’s state given as assigned. 3.        Open:  At  this state the developer has started analyzing and working on the defect fix. 4.        Fixed:  When developer makes necessary code changes and verifies the changes then he/she can make bu...