Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 759 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 759 Bytes

16_TAQC_Page-Object_Approach

Please, write integration tests by Selenium WebDriver to verify some features of Open Cart Application. Use page-object approach to development of test framework. Please develop next methods and classes

  • RegisterPage class - to representation sign up page;
  • RegisterTest class - to check the functionality of sign up;
  • User class - to send parameters of checkRegister method of RegisterTest class;
  • checkUnsuccessful method of LoginTest class - to check the functionality of unsuccessfuly login.

You should to demonstrate the execution of all test cases.

Save your code to GitHub and record a short video (3 - 5 minutes) where demonstrate the functionality your Application and publish it in your YouTube channel.