Skip to content
#

testing-framework

Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

Here are 148 public repositories matching this topic...

It is an effort to implement the Page Object Model (POM) To test the website using Selenium. I used Integrative Nutrition Inc's website in this project. I applied all the best practices of the POM framework to achieve a fluent interface and keep the project as user-friendly and easy-to-understand as possible.

  • Updated May 17, 2024
  • Java

This repository hosts a Selenium and TestNG project designed to comprehensively test the functionalities of a web store. The project focuses on testing the DemoWebShop website, covering various user stories such as user registration, login, logout, ordering, survey participation, and account management.

  • Updated Mar 15, 2024
  • Java