Skip to content

Code for Selenium Java 101 Certification (LambdaTest) – includes UI automation using Selenium WebDriver, TestNG framework, and best practices.

License

Notifications You must be signed in to change notification settings

Prasad8400/selenium-java-certification-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-java-certification-101

License: MIT

Certifications & Awards

Java Selenium TestNG Maven

Code for Selenium Java 101 Certification (LambdaTest) – includes UI automation using Selenium WebDriver, TestNG framework, and best practices. This project contains automation code written for the LambdaTest Selenium Java 101 Certification.

✅ Features

  • Automated web testing using Selenium WebDriver
  • Test orchestration with TestNG
  • Follows Page Object Model (POM) design pattern
  • Assertions to validate page content
  • Cross-browser testing potential

🚀 Selenium Grid Configuration on LambdaTest

As part of the testing setup, I configured a Selenium Grid on the LambdaTest cloud platform, enabling seamless execution of tests across multiple environments.

🛠️ Key Highlights:

  • Remote Test Execution: Executed tests directly from my local setup, leveraging LambdaTest's cloud infrastructure.
  • Parallel Testing: Ran tests in parallel across various browsers and operating systems, ensuring faster feedback and broader test coverage.
  • Scalability: Utilized the power of cloud infrastructure for efficient and scalable cross-browser testing.

This setup ensures maximum test efficiency and reliability in a cloud-based testing environment, providing flexibility to scale as needed.


By using LambdaTest's infrastructure, I was able to significantly reduce test execution time while ensuring that the tests were performed in real browser environments across different platforms.

📜 Certification

I successfully completed and received the LambdaTest Selenium Java 101 certification.
This repository demonstrates my proficiency in:

  • Writing clean and maintainable Selenium tests in Java
  • Implementing automation frameworks using TestNG
  • Debugging and enhancing test scripts
  • Following best practices in automation

🚀 How to Run Locally

Prerequisites:

  • Java 8 or above
  • Maven 3.x
  • Chrome / Firefox browser
  • Internet connection (for Selenium Grid / remote)

🚀 How to Run Locally

Prerequisites:

  • Java 8 or above
  • Maven 3.x
  • Chrome / Firefox browser
  • Internet connection (for Selenium Grid / remote)

Steps:

  1. Clone the repo:
git clone https://github.com/Prasad8400/selenium-java-certification-101.git
cd selenium-java-certification-101

2. Run tests:
mvn clean test

3. View Reports:
Navigate to /reports or /target/surefire-reports for test execution results.

📬 Contact

About

Code for Selenium Java 101 Certification (LambdaTest) – includes UI automation using Selenium WebDriver, TestNG framework, and best practices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages