Skip to content

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

Notifications You must be signed in to change notification settings

gnsisec/init_robotframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published