-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_notes.txt
More file actions
29 lines (17 loc) · 781 Bytes
/
project_notes.txt
File metadata and controls
29 lines (17 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Input (custom reader) - using xlsxReader.java, reads from an external excel and inputs variable data
Output (customer writer) - using myLogger, logs the start and completion of a test suite's individual work flows
Test_Suites - runs and stores specified test categories
- TestSuite_Wires.java - functional demo
Modules - stores individual work flows for the test suite
- LIB_Wires_SingleWire.java - functional demo
Pages - stores captured UI elements of specific web pages
Tools - support tools
To-Do:
------
- fix multi test logging error
- add assertions using TestNG
- finish capturing elements from Selenium demo page
Technologies:
-------------
Maven - build automation and project management tool
(dependency management, build process, project configuration)