Skip to content

vpetrou/spring-boot-angular-h2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation Seminar | Coding School

Instructor: Vasilis Petrou

PREREQUISITE SOFTWARE

Below software is needed to be downloaded and installed prior the practice on Test Automation:

TEST AUTOMATION PLAYGROUND

Coding School Test Automation Playground is a CRUD (Create,Read,Update,Delete) Application with UI, Soap & Rest WebServices.
Technologies used for the Test Automation Playground: Java, Spring Boot, H2 DB, Angular 6 with PrimeNG and Material Components.
Main goal of this application is to be used for practice on Test Automation.

As content, Test Automation Playground is actually a java file (test-automation-playground-h2-1.0.0.jar).
We download this file from the link that is mentioned in "PREREQUISITES" section, and we move it in a folder as per our convenience (e.g. C:\coding-school\test-automation-playground)

Following below steps, we can start/stop the Test Automation Playground application:

  • Open CMD, navigate to 'test-automation-playground' folder and run the command:

      java -jar test-automation-playground-h2-1.0.0.jar        
    
  • To stop 'test-automation-playground' just click CTRL + C on the console window.

TEST AUTOMATION PLAYGROUND LINKS

Web Application URL: http://localhost:7001/

Swagger URL (REST API Documentation): http://localhost:7001/swagger-ui.html

WSDL URL (SOAP API Documentation): http://localhost:7001/soapws/contacts.wsdl

H2 DATABASE

Test Automation Playground uses H2 Database. When application is stopped, data are lost.

Console: http://localhost:7001/h2-console

JDBC URL: jdbc:h2:mem:testdb
User Name: sa
Password: password

About

CRUD application for Test Automation Practice with Spring Boot, Rest WS, Soap WS, Angular, H2 DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors