/BasicWebFromRuby

Basic Web Form Test Automation in Ruby

Primary LanguageRuby

BasicWebFormRuby

BasicWebForm Automation Test using Ruby

"tc_basic_web_form.rb" file contains the positve and negative test cases

-Positive Test Case: A simple test case to test that the user can enter values to all 
 available fields and submit the form and verify the recorded response

-Negative Test Case:  A simple negative test case to test that the form doesn't get 
 sent when the user accidentally clicks the submit button without filling out the mandatory fields

"locators.rb" file contains all the xpaths used throughout the tests