Giter Site home page Giter Site logo

krishnaduvey / test-automation-javaone-2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eliasnogueira/java-e2e-test-example

0.0 1.0 0.0 279 KB

An complete example of a pipeline focusing on API and UI (mobile and web) tests.

CSS 18.44% HTML 2.62% Java 78.94%

test-automation-javaone-2017's Introduction

Automatically Testing an End-to-End Java Application

Repo Structure

angular front-end

HTML files that you must to put in your application server. service.js file on js folder is pointing to a local API. If you need to change the server and port, changhe this on the file: http://localhost:4567/api/v1/person/:id

database

The backend app is running on a MySQL server, so you need to create the database before any execution throught database.sql file.

javaone-android-app

The mobile front-end built on Android Studio. The app is pointing to the local service, but here the IP address is not localhost, it is 10.0.3.2 and you can change it on APIEndpointsInterface.java class. Just notice that this IP adress works locally only on Genymotion emulator. For Android AVD you must set the IP 10.0.2.2 or your computer IP if you run on a real device.

javaone-backend

The backend app. It's a REST service created with Java Spark. This is a CRUD app with MySQL database

javaone-test-project

The test project that contains all the test scripts for API, Web and Mobile Tests

Repositiry for two presentations at JavaOne 2017

  • Java Test Automation for REST, Web, and Mobile [CON6070]
  • Trust Your Pipeline: Automatically Testing an End-to-End Java Application [CON6121]

test-automation-javaone-2017's People

Contributors

eliasnogueira avatar yanaga avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.