Skip to content

Testing Selenium blog and looking for some mistakes with the web page

Notifications You must be signed in to change notification settings

angelicab7/Testing-with-Selenium-and-Ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing with Selenium and Ruby

In this web page, we found that there are some bugs in the log-in section, and it´s pretty necessary to fix these bugs and make some more improvements


Selenium is one of the most popular tools for testing web-based applications. It allows QA engineers to write and automate tests across many different browsers and operating systems, without a special scripting language. This project introduces Selenium to new users, covering installation and basic use cases. Find out how to set up the test-writing framework, WebDriver, and Selenium Grid, which allows you to distribute the testing load and run tests against a remote server. Learn best practices to write effective tests using variables and functions, and to organize tests into suites that can scale over time.


Learning objectives:

  • Setting up Selenium WebDriver
  • Distributing the testing load with Selenium grid
  • Setting up a hub and nodes
  • Writing clean test code
  • Organizing a test suite

About

Testing Selenium blog and looking for some mistakes with the web page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages