Skip to content

This repository contains Robot Framework tests made in Python and using Selenium Library

Notifications You must be signed in to change notification settings

gustavo-rss/Test-Automation-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test-Automation-Robot

My intention with this project is to practice Robot Framework test automation/ scripting.

SiteGenesis folder tests a fake Salesforce e-commerce website.

Amazon folder tests the amazon.com.br website.

ApiTesting folder tests a public API

You can find tests that:

  • Use Selenium Library;
  • Map elements with CSS selector;
  • Map elements with XPATH selector;
  • Use arguments;
  • Use documentations;
  • Use page objects;
  • Use conditionals;
  • Use dictionaries;
  • Assert information;
  • Tests written in procedural way;
  • Tests written in Gherkin way;
  • Search products;
  • Interact with product listing pages;
  • Interact with product details page;
  • Fill checkout shipping form;
  • Fill checkout billing form;
  • Place an invalid order with Credit Card;
  • Place a valid order with Paypal;
  • Navigate to different website pages and asserts that the product price is consistent;
  • API testing using RequestsLibrary;
  • OperatingSystem Library tests;
  • datetime Library tests;
  • Database Library tests.

About

This repository contains Robot Framework tests made in Python and using Selenium Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published