Difference between revisions of "Welcome"

From Test Automation Wiki
Jump to: navigation, search
Line 1: Line 1:
Welcome to the Lapis Lazuli Wiki!
+
Welcome to [http://testautomation.info/]!
  
== About Lapis Lazuli ==
+
Test best source to start automating your test scripts.
  
Lapis Lazuli is a Test Automation solution running in Ruby. It makes use of the well known Selenium engine, but the usage is simplified and best practice is enforced.
+
== About our solution ==
  
You can execute LL on any server that supports Ruby. However, we advice to use this in combination with Cucumber. More about this in the Complete Test Automation Sweet chapter.
+
We have chose to use a combination of the following software to automate test scripts:
 +
* [Ruby]
 +
** An open source console based programming tool.
 +
* [Cucumber]
 +
** A tool to easily run your scripts from a server, allowing the [Gherkin] script language.
 +
* [Lapis Lazuli]
 +
** An extension on top of Selenium Webdriver, with improvements on usability and forced best practices.
 +
* [Calliope]
 +
** An online tool to run your automated scripts and share the results with anyone involved on the project.
  
== Sections ==
+
After research the list above is the easiest, cheapest and most user friendly solution.
* Installation
+
 
* Getting starte
+
== This Test Automation Wiki includes... ==
* Functions
+
 
 +
* Todo...

Revision as of 14:46, 13 June 2016

Welcome to [1]!

Test best source to start automating your test scripts.

About our solution

We have chose to use a combination of the following software to automate test scripts:

  • [Ruby]
    • An open source console based programming tool.
  • [Cucumber]
    • A tool to easily run your scripts from a server, allowing the [Gherkin] script language.
  • [Lapis Lazuli]
    • An extension on top of Selenium Webdriver, with improvements on usability and forced best practices.
  • [Calliope]
    • An online tool to run your automated scripts and share the results with anyone involved on the project.

After research the list above is the easiest, cheapest and most user friendly solution.

This Test Automation Wiki includes...

  • Todo...