Difference between revisions of "Welcome"

From Test Automation Wiki
Jump to: navigation, search
 
m (Gijsp moved page Main Page to Welcome)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been successfully installed.</strong>
+
<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]]
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
[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>
  
== Getting started ==
+
== On this website ==
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
=== [[Getting_Started|How to get started with your own Test Automation solution]] ===
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
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, run your automation solution scheduled online ===
 +
 
 +
spriteCloud Calliope provides a well-managed and robust framework for executing automated test suites and harnessing the results for professional decision making. Calliope lets your Cucumber test suites tell their full stories.
 +
 
 +
 
 +
<div id="our-solution">
 +
== 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.
 +
</div>
 +
 
 +
 
 +
== This Test Automation Wiki includes... ==
 +
 
 +
* 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 11:10, 28 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, run your automation solution scheduled online

spriteCloud Calliope provides a well-managed and robust framework for executing automated test suites and harnessing the results for professional decision making. Calliope lets your Cucumber test suites tell their full stories.


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