Updated Frontend Automation Introductions (#2880)

pull/2891/head
ChuckD3ath 2 years ago committed by GitHub
parent 178e8748c3
commit 8cb6de5994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/readme.md
  2. 10
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/101-browser-addons.md
  3. 8
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/readme.md

@ -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>

@ -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, it’s 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>

@ -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>
Loading…
Cancel
Save