An open API service indexing awesome lists of open source software.

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

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