This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import win32com, win32com.client | |
def automate_uft(): | |
""" | |
The script is used to run | |
the automation of Micro Focus UFT app. | |
Modified to run with the latest version of python3. | |
- Author: Aditya Mulik ([email protected]) | |
- Credits: GitHub/@bulkan (https://gist.github.com/bulkan/188917) | |
""" |
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?