Skip to content

Sachielsc/API_call_sample_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API call sample project

About the job description

Strong testing background delivering major pieces of work in an Agile environment Background testing within mobile / device testing teams especially Apple/iOS, Android or both 3-5 years+ using commercial and/or open source test automation tools across the test automation pyramid. Practical experience with iOS and especially the following programming languages and framework, i.e. Swift, xcode and XCUIT. Practical experience with Android and especially the following programming languages and framework, i.e. Java, and Appium. Knowledge of following programming languages and database query tools, i.e. Java, JavaScript, C#, SQL, HTML, XML etc. Javascript is a nice to have

Dev environment setup, dev tool installation and solution to blockers

Try Maven package/install without test (skip tests) but running into an error in Powershell

The reason for this is, in Powershell the "-" has special meaning and it is causing problem with maven.

The solution is to prepend it with a backtick (`), for example:

mvn `-Dmaven.test.skip=true install

Maven package install without test skip tests

Misc

About command mvn test

Please note that by default Maven uses the following naming conventions when looking for tests to run:

  • Test*
  • *Test
  • *Tests (has been added in Maven Surefire Plugin 2.20)
  • *TestCase

If your test class doesn't follow these conventions you should rename it or configure Maven Surefire Plugin to use another pattern for test classes.

About junit version

Other useful sites

About

Use this as a sample for API calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published