https://github.com/asishkumar-gouda/Java_Testing
Testing Course
https://github.com/asishkumar-gouda/Java_Testing
docker docker-image postman-api postman-collection unit-testing
Last synced: 3 months ago
JSON representation
Testing Course
- Host: GitHub
- URL: https://github.com/asishkumar-gouda/Java_Testing
- Owner: ASISHGOUDA
- Created: 2024-03-26T07:44:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:45:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T12:17:45.564Z (about 1 year ago)
- Topics: docker, docker-image, postman-api, postman-collection, unit-testing
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List
## Testing
- [x] Write unit tests for new features
- [ ] Review and refactor existing tests
- [ ] Ensure test coverage is adequate
## Backend Testing
- [ ] Write integration tests for backend APIs
- [ ] Test error handling and edge cases
- [ ] Validate data consistency and integrity
## Selenium and Web Drivers
- [ ] Set up Selenium WebDriver for automated UI testing
- [ ] Write UI tests for critical user workflows
- [ ] Handle asynchronous behavior and dynamic elements
## Docker
- [ ] Dockerize the application for easy deployment
- [ ] Create Docker Compose configuration for development environment
- [ ] Test application containers in various environments