Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Khaled Monir
Automation Test Engineer
Course Description
Products and Technologies
Target Audience
Course Work Flow
Automation Testing
Web Driver
Environment Setup
Object:
Class:
Method:
Example:
Dog has state(Name, Color)
Behavior(jump-Run)
Four Types:
1. Public
2. Protected
3. No Modifiers
4. Private
VARIABLE:
MEMORY LOCATION THAT HOLD VALUE
NAME,TYPE,VALUE
ITS UNIQUE
DATA TYPES:
BOOLEAN,BYTE,DOUBLE,INT,LONG,SHORT
Maven is a very powerful and widely used java project management and build management tool.
Features:
1. its provide support for test life cycle in automation projects.
2. allow settings up the execution of the environment.
3. Manage all related depnedencies using the POM.XML
4. The ability to download the project dependencies automatically from the central DB.
TestNG is a testing framework developed in the lines of junit and NUNIT.
It can mainly used to execute the unit testing but lately it used to automate the test cases.
TestNG Provides Annotations:
1. They Are easier to understand
2. You can group the test cases using appropriate annotations
3. you can do parallel testing .
4. you can pass extra parameters to annotations