Day2 Web Activities
Day2 Web Activities
1. Sequences
2. FlowChart
3. State Machine
Sequences - suitable to linear processes, enabling you to smoothly go from one activity to
another, without cluttering your project.
Flowcharts - suitable to a more complex business logic, enabling you to integrate decisions and
connect activities in a more diverse manner, through multiple branching logic operators.
State Machines – suitable for very large projects; they use a finite number of states in their
execution which are triggered by a condition (transition) or activity.
UIAutomation Activites
1. Click
2. Double Click
3. Hover
4. Type into
5. Type secure text
6. send hotkey
7. set text
8. get text
9. check
15.Highlight