Difference between revisions of "Welcome"

From Test Automation Wiki
Jump to: navigation, search
Line 1: Line 1:
Welcome to http://testautomation.info/!
+
<div class="side-box">
 +
__TOC__
 +
</div>
 +
<div class="side-box" id="powered-by">
 +
== Powered by ==
 +
[http://spritecloud.com/ spriteCloud]
 +
[[File:Sc-logo.png|300px|spriteCloud - test your software, not your reputation|link=http://spritecloud.com]]
  
Test best source to start automating your test scripts.
+
[http://calliope.pro Caliiope]
 +
[[File:Calliope-logo.png|300px|Calliope - Cucumber in the cloud|link=http://calliope.pro]]
 +
</div>
 +
<div class="side-box" id="ta-tutorial">
 +
<categorytree mode=all depth=1>Web_Test_Automation_Tutorial</categorytree>
 +
</div>
  
 +
== On this website ==
 +
 +
=== [[Getting_Started|How to get started with your own Test Automation solution]] ===
 +
 +
A complete description that will allow anyone to get their test automation running. This tutorial includes:
 +
* Installing the software
 +
* Writing your test cases
 +
* Convert your test cases to scripts
 +
* Running your TA library
 +
 +
=== [[Lapis_Lazuli:Usage|Everything about Lapis Lazuli, the engine behind web test automation]] ===
 +
 +
A full information base about all possible functions and usages of Lapis Lazuli, making it as easy as possible for you to start scripting.
 +
 +
=== Calliope, the system to
 +
 +
 +
<div id="our-solution">
 
== About our solution ==
 
== About our solution ==
  
Line 16: Line 45:
  
 
After research the list above is the easiest, cheapest and most user friendly solution.
 
After research the list above is the easiest, cheapest and most user friendly solution.
 +
</div>
 +
  
 
== This Test Automation Wiki includes... ==
 
== This Test Automation Wiki includes... ==
  
 
* Todo...
 
* Todo...
 +
 +
 +
{{#css:
 +
.side-box{
 +
  float: right;
 +
  background-color: #FFF;
 +
  border: 1px solid #CECECE;
 +
  width: 300px;
 +
  padding: 10px;
 +
  margin: 10px 0 10px 10px;
 +
}
 +
#ta-tutorial, #powered-by{
 +
  clear: right;
 +
}
 +
}}

Revision as of 08:57, 22 June 2016

On this website

How to get started with your own Test Automation solution

A complete description that will allow anyone to get their test automation running. This tutorial includes:

  • Installing the software
  • Writing your test cases
  • Convert your test cases to scripts
  • Running your TA library

Everything about Lapis Lazuli, the engine behind web test automation

A full information base about all possible functions and usages of Lapis Lazuli, making it as easy as possible for you to start scripting.

=== Calliope, the system to


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...