-
Notifications
You must be signed in to change notification settings - Fork 53
Golem.Core, Features
RBurrows-ProtoTest edited this page Feb 4, 2014
·
2 revisions
=====
###Included Features:
- Standard app.config file can be used to turn on/off or configure all features.
- Page Object design pattern makes tests a BDD style function chain :
GoToWebPage().LogInWithUser(“GSmith”,”Password”).GoToProfilePage().EditName(“George Smith”).LogOut();
- Parallel test execution – can execute up to 5 instances of a browser on each machine
- Can run tests locally or on a remote machine
- Multiple Browser support – Define multiple browsers and each test will run once per browser.
- Logging of all WebDriver commands
- Screenshots on test failure
- Video Recording on test failure
- HTTP Traffic recording, metrics, and validations
- Automatic spell check on each page
- Log/Track all UI actions (like logging in) including AJAX waiting
- Appium Support (mobile app automation)
- Automatically validate pages loaded by defining a list of elements to check for
- Event-driven architecture makes customizations easy