Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.07 KB

Appium_Java_Cucumber_Pinterest

Project website Details: Pinterest Social Media


Technology:

  • Automation Framework: Selenium, Appium
  • Build tool: Maven
  • Bundled Tools: TestNG
  • Language: Java
  • Report: Allure
  • Project Structure: Page object Model(POM)
  • IDE: IntellIJ

Requirement:

  1. Automate Login Page
  2. Automate Post Image
  3. Automate Post Text
  4. Automate Post Like
  5. Automate Post Comment
  6. Automate Post Share

Prerequisite:

  • Need to install Node. js version 12 or 14 and above
  • IntellIJ
  • Java
  • Appium Server
  • Appium Inspector
  • Android studio Emulator or Real Device

Run the Automation Script:

  1. Run the testNG.xml file.
  2. After Complete the test execution Report will generate to "allure-result" Folder
  3. Run the "allure serve" in the terminal & view the html report