Skip to main content

Posts

Showing posts from June 7, 2018

Java Quick Tutorial for Selenium

Java Quick Tutorial for Selenium -------------------------------------------- Java Environment Setup & Verify A) Java Fundamentals  i) Comments in Java  ii) Java Data Types  iii) Java Modifiers  iv) Variables  v) Operators  vi) Conditional Statements  vii) Loop Statements  viii) String Handling in Java  ix) Arrays in Java  x) Java IO Operations and File Handling  xi) Java Built-in Methods  xii) Java User defined Methods  xiii) Java Exception Handling B) Java OOPS (Object Oriented Programming System)  i) Inheritance  ii) Polymorphism  iii) Abstraction  iv) Encapsulation -------------------------------------------- Java Environment Setup & Verify -------------------------------------------- Steps: > Download Eclipse IDE and extract > Download Java and Install ------------------------- > Launch Eclipse IDE > Create Java Project  > Create Java Package   > Create Java Class Write Java Program and Execute ------------------------

Five Types Of Penetration Test To Zero In Potential Vulnerabilities

Penetration Testing: A penetration test or pen test is an intentionally planned attack on a software or hardware system seeking to expose the inherent security flaws that may violate system integrity and end up compromising user’s confidential data. In this post, we are discussing different types of penetration tests so that you know what to cover, estimate efforts, execute efficiently. The scope of a penetration test (i.e. the level of intrusion) derives from the kind of operation you wish to explore on the target system. Therefore, a security tester must think thoroughly and decide upon the most relevant type of penetration test. Hence, knowing about the different types of pen tests is what expected from a good pen tester. Primarily, the penetration tests split up into the following five categories. Network Service Tests. Web Application Tests. Client Side Tests. Wireless Network Tests. Social Engineering Tests. Five Types Of Penetration Test For Successf