Skip to content

Instantly share code, notes, and snippets.

View Kinfe123's full-sized avatar
🤪
Smile coding

Kinfe Michael Tariku Kinfe123

🤪
Smile coding
View GitHub Profile

Test Plan for Product Listing Page

1. Introduction

  • Objective: The objective of this test plan is to ensure the functionality and usability of the product listing page.
  • Scope: The testing will cover all features and interactions available on the product listing page, including searching, navigation, product actions, pagination, and edge cases.
@Kinfe123
Kinfe123 / blog3.md
Created October 24, 2023 07:11 — forked from khushal87/blog3.md
Linking a custom domain from Google domains to Vercel app

Linking a custom domain to a deployed application is confusing and at times you don't get a route on how to link the domain with the website. 😫

In this article, I will be explaining how to link a Custom domain brought in Google Domains service to an application hosted on Vercel.

Perks of using vercel is that it allows adding domain without any verification unlike Heroku/Netlify, which means you don't have to add your billing details to add a domain to your application. Moreover, it is fast, efficient, and easy to use.😁

What is Vercel?

​Vercel is a deployment and collaboration platform for frontend developers. ​Vercel enables developers to host websites and web services that deploy instantly and scale automatically – all without any configuration. Source - Official Docs