Automation Testing
Learn Selenium
Pages
Home
Selenium Web Driver
Page Object Model
Friday, 17 February 2017
Step by Step Guide to create POM Framework with Pagefactory
STEP 1: Create Maven Project for Framework & converting into eclipse project.
STEP 2: Adding dependencies in pom.xml file.
STEP 3: Creating the package structures for the project.
STEP 4: Creating Required Class Files for Pages & Test Cases.
STEP 5: Add Required .xls Files of Data
.
STEP 6: Add .xls File Reading Utility in Framework.
STEP 7:
Update the page class files.
STEP 8: Add web driver code, page objects &share the same web driver across pages.
STEP 9 : Creating the Base Page &Top Menu classes
.
STEP 10 : Add BaseTest class file tokeep all the common functionality of Test Cases & remove hard coding
.
STEP 11 :
Adding Extent Reports to generate the test reports
.
STEP 12 : Generate Extent Reports in SignInTest
.
STEP
13: Implement Logging in Page Classes
.
STEP 14:
Parameterizing the test cases
STEP 15: Running all test scenarios in same browser & implement failure/skip inSignInTest
STEP 16: Implement Test Case for RegistrationWorkflow
STEP 17:
Running multiple test suites through testng.xml file
To be continued...
<<<Prev
Next>>>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment