filmov
tv
Appium Automation Framework from scratch | Java | Maven | TestNG

Показать описание
Intro - 0:00
Step 1 : Open Eclipse 3:40
Step 3 : Create a new maven project 5:20
Step 4 : Add required lib/dependencies 7:31
Appium java client 8:40
Selenium java 9:50
TestNG 10:20
Step 5 : Save - Clean - Build project 12:00
Step 6 : Create 2 folders under src/test/java 12:20
tests
pages
Step 7 : User src/test/resources create a folder 14:00
apps
will keep application files (.apk, .ipa, .app)
Step 8 : Inside tests folder create a class - BaseClass 15:15
Step 9 : Create setup & teardown functions 16:00
Annotate with testng annotations
Step 10 : Add code for desired capabilities 18:25
Step 11 : Attach mobile device (or make emulator ready) 25:50
adb devices
get id and platform ver and add in desired capabilities
Step 12 : Start appium server 29:00
Step 13 : Run & test 35:55
Step 14 : Add test class and extend BaseClass 39:05
Appium Automation Framework from scratch
Eclipse Java Maven TestNG
Step by Step
Can follow on Windows & Mac
What we will do:
1. Create a java maven project in eclipse
2. Add required libraries
3. Create classes and functions
4. Add desired capabilities
5. Setup mobile device and appium
6. Create tests for mobile test automation
7. Run and test
Prerequisites:
2. Appium is installed
3. Android sdk is setup (for testing on android )
4. Xcode is setup (for testing on iOS)
6. Eclipse is installed
Useful Links
Element locators
Appium API Documentation
#AppiumBeginnerTutorials
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can
Never Stop Learning
Raghav
Step 1 : Open Eclipse 3:40
Step 3 : Create a new maven project 5:20
Step 4 : Add required lib/dependencies 7:31
Appium java client 8:40
Selenium java 9:50
TestNG 10:20
Step 5 : Save - Clean - Build project 12:00
Step 6 : Create 2 folders under src/test/java 12:20
tests
pages
Step 7 : User src/test/resources create a folder 14:00
apps
will keep application files (.apk, .ipa, .app)
Step 8 : Inside tests folder create a class - BaseClass 15:15
Step 9 : Create setup & teardown functions 16:00
Annotate with testng annotations
Step 10 : Add code for desired capabilities 18:25
Step 11 : Attach mobile device (or make emulator ready) 25:50
adb devices
get id and platform ver and add in desired capabilities
Step 12 : Start appium server 29:00
Step 13 : Run & test 35:55
Step 14 : Add test class and extend BaseClass 39:05
Appium Automation Framework from scratch
Eclipse Java Maven TestNG
Step by Step
Can follow on Windows & Mac
What we will do:
1. Create a java maven project in eclipse
2. Add required libraries
3. Create classes and functions
4. Add desired capabilities
5. Setup mobile device and appium
6. Create tests for mobile test automation
7. Run and test
Prerequisites:
2. Appium is installed
3. Android sdk is setup (for testing on android )
4. Xcode is setup (for testing on iOS)
6. Eclipse is installed
Useful Links
Element locators
Appium API Documentation
#AppiumBeginnerTutorials
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can
Never Stop Learning
Raghav
Комментарии