Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasshopper7/sofilelocator
A sample implementation using the mechanism of storing an accessing locator data from files like excel, json and properties.
https://github.com/grasshopper7/sofilelocator
Last synced: 7 days ago
JSON representation
A sample implementation using the mechanism of storing an accessing locator data from files like excel, json and properties.
- Host: GitHub
- URL: https://github.com/grasshopper7/sofilelocator
- Owner: grasshopper7
- License: mit
- Created: 2018-10-18T16:32:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T05:51:56.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:26:38.303Z (about 2 months ago)
- Language: Java
- Homepage: https://grasshopper.tech/220/
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Refer here for a detailed explanation of the framework used - https://ghchirp.site/220/
A sample implementation using the mechanism of storing an accessing locator data from files like excel, json and properties. This automates basic workflow of the StackOverflow (valid as of 22nd October 2018) website. All three file storage formats are implemented. It looks at the following three cases –
navigates and tests components of the home page. (Xls PO and Test)
navigates to home page and clicks on first available question to display details. (Xls PO and Test)
navigates to home page clicks on tags menu to display details and sort tag names. (Xls PO and Test)It is setup to run in parallel using Chrome. Feel free to change it to run serially or on your favorite browser by adding the desired driver location as system property to the surefire plugin configuration in pom.xml.
Refer here for repository details - [![Maven Central](https://maven-badges.herokuapp.com/maven-central/tech.grasshopper/findbyfilewebelement/badge.svg)](https://maven-badges.herokuapp.com/maven-central/tech.grasshopper/findbyfilewebelement)
Refer here for a detailed explanation of the framework - http://ghchirp.site/220/
Refer here for source code - https://github.com/grasshopper7/findbyfilewebelement