1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Updated Frontend Automation Introductions (#2880)

This commit is contained in:
ChuckD3ath
2022-11-07 09:13:36 +01:00
committed by GitHub
parent 178e8748c3
commit 8cb6de5994
3 changed files with 22 additions and 3 deletions

View File

@@ -1 +1,6 @@
# Basic introduction
# Basic Introduction
Front End Testing is a testing technique in which Graphical User Interface (GUI), functionality and usability of web applications or a software are tested. The goal of Front end testing is testing overall functionalities to ensure the presentation layer of web applications or a software is defect free with successive updates.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/frontend-testing.html'>What is Front End Testing?</BadgeLink>

View File

@@ -1 +1,9 @@
# Browser addons
# Browser Addons
With website and app users expecting flawless software, spiffy updates and market-best features that keep getting better, software testers have their hands full, pretty much on a daily basis. Day-to-day QA operations go a lot smoother when testers have appropriate tools at hand.
Given that Chrome is the undisputed market leader in web browsers, its safe to assume that a large number of QAs are using Chrome for their work. Turns out, there are certain Chrome extensions that can actually help QAs work faster and more efficiently.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.gurock.com/browser-plugins-for-testing/'>8 Browser Plugins for Testing</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.softwaretestingmaterial.com/chrome-extensions-for-software-testers/'>15 Best Chrome Extensions for Software Testers</BadgeLink>

View File

@@ -1 +1,7 @@
# Automation frameworks
# Automation Frameworks
A Test Automation Framework is a set of guidelines like coding standards, test-data handling, object repository treatment, etc… which when followed during automation scripting produces beneficial outcomes like increased code re-usage, higher portability or reduced script maintenance cost.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/test-automation-framework.html'>Test Automation Framework: What is, Architecture & Types</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/best-test-automation-frameworks'>Popular Test Automation Frameworks</BadgeLink>