Kamal Subramani: Testing
Kamal Subramani: Testing
TESTING
• It helps to identify the defects to provide quality product to end user.
• It will happen D (Development) to D (Delivery to End User).
• The Product/Application/System will be used in customer point of view in all positive and negative
perception.
• This testing will be done by TESTERS.
• This testing implemented in two ways
1. Manual Testing
2. Tool testing
Testing
APPLICATION
APPLICATION
RESULT
TOOL Result
TESTER
TESTER
Kamal Subramani
2
Introduction to Selenium
1. Open source Tool
2. Developed In Java
3. Automation Testing Tool
4. Functionality of the Application
5. Web Application
6. Almost All Major browsers
7. Almost All Major OS
8. Almost All major Scripting ( Java)
Selenium Tool
1. Java
a) Basics
b) OOPs
2. Selenium
a) Elements Handling
b) Automation FrameWork
System – 32 Bit OS
1. Java – JDK 8 – 32bit
2. Eclipse – Mars, Neon, Oxygen (Eclipse IDE For Web Developers) – 32Bit
Kamal Subramani
3
System – 64 Bit OS
1. Java – JDK 10 – 64 bit
2. Eclipse – Oxygen, Photon(Eclipse IDE For Web Developers) – 64 Bit
Eclipse
Java Project
Java Package
Class File/Interface
Program
Kamal Subramani