Skip to content
#

automated-tests

Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.

Here are 13 public repositories matching this topic...

Price Wise is a web application that simplifies the task of tracking and comparing prices for products on Amazon. With a straightforward interface, users can effortlessly input an Amazon product link, and Price Wise will swiftly scrape the web to provide them with the current price, highest price, and lowest price available for that item.

  • Updated Nov 29, 2023
  • TypeScript