Difference between revisions of "Getting Started"

From Test Automation Wiki
Jump to: navigation, search
(Created page with "== Getting started on web test automation == On this website we have put together a web test automation framework, that is completely free to run locally! The solution is a c...")
 
(Getting started on web test automation)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<div style="display: block; float:right; background-color: #FDFDFD; border: 1px #AFAFAF solid; padding: 10px;">
 +
<categorytree mode=all depth=1>Web_Test_Automation_Tutorial</categorytree>
 +
</div>
 +
 +
 +
 
== Getting started on web test automation ==
 
== Getting started on web test automation ==
  
 
On this website we have put together a web test automation framework, that is completely free to run locally! The solution is a combination of multiple open source programming languages or plug-ins for this language.
 
On this website we have put together a web test automation framework, that is completely free to run locally! The solution is a combination of multiple open source programming languages or plug-ins for this language.
 
To get an understanding of what is exactly used, please read [[#Software used for the web test automation framework]]. Else feel free to start installing the necessary tools.
 
  
 
== Steps to having a running web test automation solution ==
 
== Steps to having a running web test automation solution ==
 +
<blockquote>
 +
''If you encounter an error during installation look in the '''[[Lapis_Lazuli:Questions|FAQ]]''' for possible solutions''
 +
</blockquote>
  
 
# [[Installing_ruby_with_cucumber|Installing the required software]]
 
# [[Installing_ruby_with_cucumber|Installing the required software]]
Line 21: Line 28:
 
#* Will go into detail about the basics of putting a "click" behind a described step.
 
#* Will go into detail about the basics of putting a "click" behind a described step.
  
== Software used for the web test automation framework ==
+
[[Category:Web Test Automation Tutorial|1]]
 
 
lipsum..
 

Latest revision as of 15:27, 13 March 2017


Getting started on web test automation

On this website we have put together a web test automation framework, that is completely free to run locally! The solution is a combination of multiple open source programming languages or plug-ins for this language.

Steps to having a running web test automation solution

If you encounter an error during installation look in the FAQ for possible solutions

  1. Installing the required software
  2. Creating your first project
    • Basic explanation of what a TA project will contain
  3. Writing dry test cases
    • How to be most efficient writing your scenario's
  4. Running your project
    • More information on running your scenario's
    • Also explains how to @tag them and make different profiles.
  5. Adding action to your test cases
    • Will go into detail about the basics of putting a "click" behind a described step.