Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 654 Bytes

File metadata and controls

24 lines (12 loc) · 654 Bytes

UnixForTestersCourse_UnixOperationsUsingJsch

Unix for Testers

This repo is created for my UnixForTestersCourse on udemy and Youtube.

Java library jsch is used for connecting to unix server via java code (to include in selenium-java test automation framework).

Various sftp and exec operations are covered (using jsch) here, as below.

  1. download file from unix server.

  2. download multiple files from unix server.

  3. execute any unix command via java code.

  4. execute shell script using jsch

  5. upload single file to unix server (from java code)

  6. upload multiple files to unix server

  7. verify if file is present in pertucular directory.