Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures

Fixture collection that can be used with FitNesse. Selenium 3 Webdriver Fixture / DatabaseFixture / RestFixture / SOAPWebserviceFixture and more
https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures

fitnesse fixture selenium webdriver

Last synced: about 2 months ago
JSON representation

Fixture collection that can be used with FitNesse. Selenium 3 Webdriver Fixture / DatabaseFixture / RestFixture / SOAPWebserviceFixture and more

Awesome Lists containing this project

README

        

Fixtures for use in a java based testproject.

The code is tailored for FitNesse, but almost all methods can be used by any testproject.

from version 1.2.1 Browserstack support is added
To use this now read [these instructions](https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures/commit/bc247d53fba44f5dc4470ec3340080589bd9eb02) or check out the reference site when the new version is released to Maven Central.

_Using browserstack is as simple as defining the correct selenium hub (with your credentials) and setting the desired capabilities!_

More information on the specific fixtures can be found in the [Manual](@ref manual).

The modules provide functionality for:


api module

REST API and SOAP webservice tests

database module

Databases and SQL

selenium module

Selenium Webdriver

general module

Generating testdata, using json and xml, working with files, pdf documents ... and more

ldap module

Basic LDAP functionality that you can extend in your own classes

util module

classes used by the other modules

runner module

classes specific for FitNesse