Skip to content

Au3TestFramework is a set of tools which act as a BDD driven Test Framework similar to SpecFlow/Cucumber (Gherkin syntax). The framework will contain four parts of a BDD driven testautomation approach. 1. Specification (for the specs), 2. Capturing (for the page objects), 3. Creation (the au3 test glue code) and 4. Execution (for the test execut…

License

Notifications You must be signed in to change notification settings

Sven-Seyfert/Au3TestFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Au3TestFramework【ツ】

license contributors repo size last commit release os editor

Description | Features | Getting started | Configuration | FAQ | Contributing | License | Acknowledgements

Description

Au3TestFramework is a set of tools which act as a BDD driven Test Framework similar to SpecFlow/Cucumber (Gherkin syntax). The framework will contain four parts of a BDD driven testautomation approach. 1. Specification (for the specs), 2. Capturing (for the page objects), 3. Creation (the au3 test glue code) and 4. Execution (for the test execution).

At the moment there is no stable version because the project is still in construction and in implementation phase.

Features

To be defined [...]

Getting started

Preconditions

To be defined [...]

Installation

Variant 1 - Run the EXE:

Starting the EXE build\*.exe which is compiled with #AutoIt3Wrapper_UseX64=y and #AutoIt3Wrapper_UseUpx=n (the default expected system is x64).

Variant 2 - Compile it on your own:

Open file src\*\Main.au3, adjust the #AutoIt3Wrapper compiler information if you want to. For example you could change #AutoIt3Wrapper_UseUpx=n from no (n) to yes (y), etc. Then, run or compile the program.

Usage

To be defined [...]

Keyboard Shortcuts

Action Shortcut
... ...
... ...

Configuration

To be defined [...]

FAQ

Frequently Asked Questions
1. How to [...]

Q: Is there a frequently asked question already?
A: No, not yet.


2. How to [...]

Q: [...]?
A: [...].


Contributing

Just look at CONTRIBUTING, thank you!

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

To the top

About

Au3TestFramework is a set of tools which act as a BDD driven Test Framework similar to SpecFlow/Cucumber (Gherkin syntax). The framework will contain four parts of a BDD driven testautomation approach. 1. Specification (for the specs), 2. Capturing (for the page objects), 3. Creation (the au3 test glue code) and 4. Execution (for the test execut…

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published