diff --git a/Home.md b/Home.md
index 8daacc0..a9f75a0 100644
--- a/Home.md
+++ b/Home.md
@@ -4,32 +4,32 @@
## Use Cases
### Search for Product
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Search-for-Product)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature)
+- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature)
### Price Alarm List
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Price-Alarm-List)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature)
+- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature)
### Web Crawler
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Web-Crawler)
-- Cucumber Test // N/A
+- Feature File // N/A
### Manage Vendor Shop
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Manage-Vendor-Shop)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/manageVendor.feature)
+- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/manageVendor.feature)
### Favorite Shop List
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Favorite-Shop-List)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/favoriteShopList.feature)
+- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/favoriteShopList.feature)
### Add new products
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Add-New-Products)
-- Cucumber Test // N/A
+- Feature File // N/A
### Page Administration
- [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Page-Administration)
-- Cucumber Test // N/A
+- Feature File // N/A
## Testing
- [Test Plan](https://github.com/Mueller-Patrick/Betterzon/wiki/Test-Plan)