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.
-
download file from unix server.
-
download multiple files from unix server.
-
execute any unix command via java code.
-
execute shell script using jsch
-
upload single file to unix server (from java code)
-
upload multiple files to unix server
-
verify if file is present in pertucular directory.