Skip to content

Tested LogIn functionality on PTA site, using POM and Data Driven Testing ( DDT ) - IT Bootcam

Notifications You must be signed in to change notification settings

kostantin-bozovic/PTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tested Login functionality of www.practicetestautomation.com

- This was a part of the task, testing simple positive and negative LogIn tests using POM

  • Test cases done with findElement() method:

    • Positive LogIn test
    • Negative username test
    • Negative password test
  • Test cases done with @FindBy annotation:

    • Positive LogIn test
    • Negative username test
    • Negative password test
  • Test cases done using Data Driven Testing

    • User can LogIn
    • User cannot LogIn

# Created Excel file "TestData.xlsx" with different combinations of test data - inside "LoginData" sheet. Connected by ExcelReader class.

First task packages are: "Base", "Pages" and "Tests"
Second task packages are: "AnnotationBase", "AnnotationPages" and "AnnotationTests"
Third task packages are: "UsingDataDrivenTestingBase", "UsingDataDrivenTestingPages" and "UsingDataDrivenTestingTest"

# Link for login page https://practicetestautomation.com/practice-test-login/

About

Tested LogIn functionality on PTA site, using POM and Data Driven Testing ( DDT ) - IT Bootcam

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages