Selenium on Steroids

Making automation testing dead simple.

Лицензия

Лицензия

The Apache Software License, Version 2.0
Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.insidecoding
Идентификатор

Идентификатор

sos
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Selenium on Steroids
Making automation testing dead simple.
Ссылка на сайт

Ссылка на сайт

https://github.com/ludovicianul/selenium-on-steroids.git
Организация-разработчик

Организация-разработчик

Madalin Ilie
Система контроля версий

Система контроля версий

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

Скачать sos

Имя Файла Размер
sos-1.3.2.pom
sos-1.3.2.jar 38 KB
sos-1.3.2-sources.jar 22 KB
sos-1.3.2-javadoc.jar 133 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.3.2
1.3.1
1.3
1.2
1.1