Skip to content

Test Automation | Mobile Testing | Java | Appium | Selenium | Cucumber | TestNG

Notifications You must be signed in to change notification settings

githsem/Api_Demos_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Demos Project

This is a Java-based project for testing mobile applications using Appium, Selenium, Cucumber and TestNG.

Table of Contents

Overview

The Api Demos Project is designed for testing mobile applications, written in Java. It utilizes popular testing tools such as Appium, Selenium, Cucumber, and TestNG to automate and verify the functionality of mobile apps.

Tools Used

  • Java
  • Appium
  • Selenium
  • Cucumber
  • TestNG

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/githsem/Api_Demos_Project.git
  2. Install the necessary dependencies.

  3. Open the project in your preferred Java IDE.

Running the Tests

Execute the tests using the following command:

mvn clean test

This will run the test suite using TestNG and generate test reports.

Test Reports

After running the tests, you can find the test reports in the target/reports directory.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please create an issue or submit a pull request.