Skip to content

This is a Appium Mobile test automation framework for Android devices using Cucumber BDD.

Notifications You must be signed in to change notification settings

manishrajurkar/Mobile_Automation_BDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Framework

This is a Appium Mobile test automation framework for Android devices using Cucumber BDD.

Getting Started

Prerequisites

  1. Java 8
  2. Maven
  3. Git

How to Install and Run the Project

All you need to do is to run the below command to build the project using Maven

1. Copy GitHub https URL

git clone https://github.com/manishrajurkar/Mobile_Automation_BDD.git

2. Navigate to the location where pom.xml file is present

cd Mobile_Automation_BDD/  

3. Run maven command

mvn clean install

How to Use the Project

Page Object Model (POM) is a design pattern, that creates Object Repository for web UI elements. The advantage of the model is that it reduces code duplication and improves test maintenance.

Under this model, for each web page in the application, there should be a corresponding Page Class. This Page class will identify the WebElements of that web page and also contains Page methods which perform operations on those WebElements

About

This is a Appium Mobile test automation framework for Android devices using Cucumber BDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published