Update SeleniumIDE and Git for QA Roadmap (#2041)

* Update 100-git.md

* Update 100-selenium-ide.md

* Update content/roadmaps/113-qa/content/108-qa-vcs/100-git.md

* Update content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-selenium-ide.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2039/head^2
Ethan Park 2 years ago committed by GitHub
parent e715e3ed3f
commit 679daa0279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-selenium-ide.md
  2. 11
      content/roadmaps/113-qa/content/108-qa-vcs/100-git.md

@ -1 +1,9 @@
# Selenium ide
# Selenium IDE
Selenium IDE is an open source web automation testing tool from the Selenium Suite used primarily for QA purposes. It functions as a Firefox extension and does not require any programming knowledge and test cases can be created simply by interacting with the browser.
Selenium itself is an open-source, automated testing tool used to test web applications across various browsers. It's primarily built in Java and supports several browsers and programming languages. Selenium IDE was developed to speed up the creation of automation scripts. It’s a rapid prototyping tool and can be used by engineers with no programming knowledge whatsoever. Because of its simplicity, Selenium IDE is best used as a prototyping tool and not a complete solution for developing and maintaining complex test suites.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.selenium.dev/selenium-ide/'>Selenium IDE Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.softwaretestinghelp.com/selenium-ide-script-selenium-tutorial-3/'>Selenium IDE Tutorial</BadgeLink>

@ -1 +1,10 @@
# Git
# Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It functions by using "repositories," which can be thought of like a centralized location that all the files for a specific project are stored in. Git keeps track of every change that is made within a repository and keeps a record of who did what and when, making it not only easy to see the history of a project, but also roll back to a previous version if something goes wrong.
You can think of version control systems like a tree, where the main project is at the trunk, and then there are multiple smaller branches coming off of it. This allows individuals to work on one project at the same time by allowing them to "merge" their branch into the main trunk without disrupting anyone else's work.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://git-scm.com/'>Git Website</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=RGOj5yH7evk'>Git and Github Crashcourse in 1 Hour</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://phoenixnap.com/kb/how-to-use-git'>Git Walkthrough</BadgeLink>

Loading…
Cancel
Save