Pinned Repositories
github-actions-demo
A simple web automation project on Selenium-Java to demonstrate quick setup for CI using GitHub Actions. Includes test runs and a status badge of result.
ios-hit-me-game
iOS SwiftUI app, built based on designs and tutorial from: https://www.raywenderlich.com/
ios-pizzeria-app
iOS SwiftUI app, built from ground-up from design to architecture and development. Uses CoreData, AppStorage and lots of other latest concepts and technologies.
maestro-ui-automation
Sample tests exploring the Maestro UI automation tool by mobile.dev. Includes ready-to-run tests and .apk file.
restassured-java-no-mocks
A starter project for api testing using rest-assured. Uses restful-booker api endpoint for tests.
restassured-java-with-mocks
A starter project for api testing using rest-assured. Uses mocks with Wiremock framework so no external api is necessary.
selenium-cucumber-java-lite
A light-weight selenium-cucumber-java based UI automation framework following BDD approach, providing basic implementation of components but flexible enough to customize for specific needs.
selenium-grid-dockerized
An approach to run selenium UI tests on a dockerized selenium grid with a hub and nodes for different browsers e.g. chrome, firefox etc.
selenium-java-lite
A light-weight selenium-java based UI automation framework, providing basic implementation of components but flexible enough to customize for specific needs.
venkat2789
Config files for my GitHub profile.
venkat2789's Repositories
venkat2789/maestro-ui-automation
Sample tests exploring the Maestro UI automation tool by mobile.dev. Includes ready-to-run tests and .apk file.
venkat2789/selenium-java-lite
A light-weight selenium-java based UI automation framework, providing basic implementation of components but flexible enough to customize for specific needs.
venkat2789/ios-pizzeria-app
iOS SwiftUI app, built from ground-up from design to architecture and development. Uses CoreData, AppStorage and lots of other latest concepts and technologies.
venkat2789/restassured-java-with-mocks
A starter project for api testing using rest-assured. Uses mocks with Wiremock framework so no external api is necessary.
venkat2789/venkat2789
Config files for my GitHub profile.
venkat2789/github-actions-demo
A simple web automation project on Selenium-Java to demonstrate quick setup for CI using GitHub Actions. Includes test runs and a status badge of result.
venkat2789/ios-hit-me-game
iOS SwiftUI app, built based on designs and tutorial from: https://www.raywenderlich.com/
venkat2789/restassured-java-no-mocks
A starter project for api testing using rest-assured. Uses restful-booker api endpoint for tests.
venkat2789/selenium-cucumber-java-lite
A light-weight selenium-cucumber-java based UI automation framework following BDD approach, providing basic implementation of components but flexible enough to customize for specific needs.
venkat2789/selenium-grid-dockerized
An approach to run selenium UI tests on a dockerized selenium grid with a hub and nodes for different browsers e.g. chrome, firefox etc.
venkat2789/selenium-grid-standalone-docker
An approach to run selenium UI tests on a standalone grid, using docker image specific to a browser e.g. chrome, firefox etc.
venkat2789/maestro-local
Painless Mobile UI Automation