11# Automation Framework Selenium Java with TestNG building by Anh Tester (VERSION 1.0)
22
3- ** MỘT SỐ TÍNH NĂNG CHÍNH THAM KHẢO TẠI VERSION 1.0**
3+ ** SOME FEATURES IN VERSION 1.0**
441 . Run the parallel test case
552 . Read Object web element from a properties file
663 . Extent Report
1313 ...etc.. (wait, dynamic xpath,...)
1414
1515
16- ## ** YÊU CẦU HỆ THỐNG **
16+ ## ** SYSTEM REQUIREMENTS **
1717- ** JDK 11, 15, 16** (not run with 8, 17, 18)
1818- Chrome Browser, Edge Browser
1919- Setup ** Allure** :
3030
3131
3232
33- ## ** HƯỚNG DẪN SỬ DỤNG CƠ BẢN **
33+ ## ** HOW TO USE **
3434
3535
3636** 1. Run parallel the test case**
@@ -92,9 +92,9 @@ Note: enabled Allow less secure apps
9292
9393
9494
95- ** 6. Log file**
95+ ** 6. Log to file**
9696
97- - Call: Log.info , Log.pass, Log.error,...
97+ - Call class : Log.info , Log.pass, Log.error,... ( ** Log ** is a custom global class from Log4j)
9898 (*** import anhtester.com.utils.Log.java*** )
9999
100100 ![ image] ( https://user-images.githubusercontent.com/87883620/161657858-d333ac1d-9e7b-4c1b-baac-151a237a1fa0.png )
@@ -103,7 +103,7 @@ Note: enabled Allow less secure apps
103103
104104** 7. Record video and Screenshot**
105105
106- - Setup in config.properties file
106+ - Setup in *** config.properties*** file
107107(*** src/test/resources/config/config.properties*** )
108108 screenshot_passed_steps=yes or no
109109 screenshot_failed_steps=yes or no
@@ -113,10 +113,10 @@ Note: enabled Allow less secure apps
113113
114114
115115
116- ** 8. Read data test form Excel file**
116+ ** 8. Read data test from Excel file**
117117
118- - Create ** DataSupplier** on *** src/main/java/anhtester/com/utils/DataProviderUtils.java***
119- - Call the name of ** DataSupplier** in test cases ** @ Test
118+ - Create function with annotaion ** DataSupplier** on *** src/main/java/anhtester/com/utils/DataProviderUtils.java***
119+ - Call the name of ** DataSupplier** above in the test cases as DataProvider of TestNG
120120
121121** 9. Base function in library**
122122
0 commit comments