"Karmanyevadhikaraste ma phaleshu kadachana, Ma karma phala hetur bhurmatey sangostva akarmani."

Security tetsing

Authorization refers to rules that determine who is allowed to do what. E.g. Adam may be authorized to create and delete databases, while Usama is only authorised to read.
Authentication is the process of ascertaining that somebody really is who he claims to be.- site minder tool used to test this

Check for cookies, browser session mgt. redirects, back and forwards, networks, browser, db, encryption, field lengths, 3 max attempts, url manipulation, 

hudson

http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_98/jdtut_11r2_98_3.html







Jenkins is an open source continuous integration tool written in Java. The project wasforked from Hudson after a dispute with Oracle.
Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat. It supports SCMtools including AccuRevCVSSubversionGitMercurialPerforceClearcase and RTC, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. The primary developer of Jenkins is Kohsuke Kawaguchi.[2] Released under the MIT License, Jenkins is free software.[3]
Builds can be started by various means, including being triggered by commit in a version control system, scheduling via a cron-like mechanism, building when other builds have completed, and by requesting a specific build URL.

Perfecto-mobile automation