Selenium on Steroids

Making automation testing dead simple.

License

License

The Apache Software License, Version 2.0
Categories

Categories

IDE Development Tools
GroupId

GroupId

com.insidecoding
ArtifactId

ArtifactId

sos
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Selenium on Steroids
Making automation testing dead simple.
Project URL

Project URL

https://github.com/ludovicianul/selenium-on-steroids.git
Project Organization

Project Organization

Madalin Ilie
Source Code Management

Source Code Management

https://github.com/ludovicianul/selenium-on-steroids

Download sos

How to add to project

<!-- https://jarcasting.com/artifacts/com.insidecoding/sos/ -->
<dependency>
    <groupId>com.insidecoding</groupId>
    <artifactId>sos</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.insidecoding/sos/
implementation 'com.insidecoding:sos:1.3.2'
// https://jarcasting.com/artifacts/com.insidecoding/sos/
implementation ("com.insidecoding:sos:1.3.2")
'com.insidecoding:sos:jar:1.3.2'
<dependency org="com.insidecoding" name="sos" rev="1.3.2">
  <artifact name="sos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.insidecoding', module='sos', version='1.3.2')
)
libraryDependencies += "com.insidecoding" % "sos" % "1.3.2"
[com.insidecoding/sos "1.3.2"]

Dependencies

compile (9)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
xml-apis : xml-apis jar 1.4.01
org.seleniumhq.selenium : selenium-java jar 2.29.0
org.seleniumhq.selenium : selenium-htmlunit-driver jar 2.29.0
junit : junit jar 4.10
org.apache.poi : poi jar 3.9
org.apache.poi : poi-ooxml jar 3.9
org.apache.poi : poi-ooxml-schemas jar 3.9
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Selenium on Steroids (SoS)

The projects targets QA automation engineers that want a clean and simple way to create Selenium tests allowing them to focus more on designing the tests rather than dealing with technical difficulties. Using a simple property file and Maven profiles the instantiation of a WebDriver objects with different kind of settings reduces to just setting some predefined properties. The project enhances the functionality of the WebDriver API by offering additional methods for common tasks, having as a long run target to implement most of the Selenium IDE functions. SoS also offers different utility methods in order to interact with simple files, properties files, Excel documents, XML documents, Databases, post XML calls over HTTP, etc. Basically everything you need for your data driven testing scenarios.

Features

  • Seamless integration with JUNIT
  • Easy Maven integration: the project is published on Maven Central so you can easily add it as a Maven dependency
  • Easily create new Selenium tests by extending a base class which incorporates all the required logic to configure a WebDriver instance
  • Utility methods to interact with DB
  • Enhances the WebDriver API with new methods
  • Utility methods to interact with Excel files
  • Utility methods to interact with text files and XML files
  • Utility methods to use XMLs over HTTP (make WebService calls for example)
  • Easily control different WebDriver instances and configuration through properties
  • Automatically take screenshots when Selenium tests are failing

In order to get the most out of Selenium on Steriods you must write your Selenium tests using the JUnit framework.

Getting started

https://github.com/ludovicianul/selenium-on-steroids/wiki/getting-started

Changelog

https://github.com/ludovicianul/selenium-on-steroids/wiki/changelog

Homepage

http://insidecoding.com/selenium-on-steroids/

Wiki

https://github.com/ludovicianul/selenium-on-steroids/wiki

Issue Tracker

https://github.com/ludovicianul/selenium-on-steroids/issues

License

The Apache Software License, Version 2.0

Versions

Version
1.3.2
1.3.1
1.3
1.2
1.1