You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ RunSetup.csv file is present in the 'src/test/resources' folder which can be use
20
20
21
21
Jackson library is used for reading the csv and json files. The utility classes for reading json files can read only simple json at present and is used to read the test data. But I am planning to upgrade it in near future as Rest assured will be added to the framework for API testing.
22
22
23
-
Also for easier reporting of the bugs, utility to create bug tickets on JIRA for the failed test scrips will be added to th eramework in future.
23
+
Also for easier reporting of the bugs, utility to create bug tickets on JIRA for the failed test scrips will be added to th framework in future.
24
24
25
-
Framework can be easily extended to use Appium for Android / iOS or Windows based apps using WinAppDirver by adding the respective drivers and capabilities in the driver factory ( Will be adding a layer to seperate the dirver configuration for web projects and mobile/native windows product in future). Also, add the dependencies in the pom.xml file
25
+
Framework can be easily extended to use Appium for Android / iOS or Windows based apps using WinAppDriver by adding the respective drivers and capabilities in the driver factory ( Will be adding a layer to seperate the dirver configuration for web projects and mobile/native windows product in future). Also, add the dependencies in the pom.xml file
0 commit comments