gnsisec / init_robotframework

"e-2-e automation test only for people who knew about programming language". Do you agree about this myth? If you want to break this myth, we will learn how to create web end-to-end automation testing using selenium in Robotframework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is robotframework ?

It's a test automation framework based on python. It's open source and type this framework is keyword-driven testing. What makes this framework awesome is we can create our test case using human languange. So, we will not just create a automation test, but in other side we build a test documentation and people who has not coding background can read this test.

Why use robotframework ?

alt text

  • Support keyword-driven testing
  • Support behavior-driven development (BDD)
  • Should be easy to learn for newbie
  • Cerate test then run it and you will got a beauty report directly
  • You can create a living documentation with with this framework

How to install and configure this things ?

You can find it in our wiki

What library we use ?

Run our sample and exercise test!

robot path/our_test_script.robot
or
robot path/our_folder_test

e.g

robot sampletest/sample_1.robot
robot sampletest/

About

"e-2-e automation test only for people who knew about programming language". Do you agree about this myth? If you want to break this myth, we will learn how to create web end-to-end automation testing using selenium in Robotframework.


Languages

Language:RobotFramework 100.0%