parent
26fad32246
commit
9a758bc069
151 changed files with 11655 additions and 10014 deletions
File diff suppressed because one or more lines are too long
@ -1,9 +0,0 @@ |
||||
# xRay |
||||
|
||||
Xray is a complete Test Management tool for Jira. It is a full-featured app that does not require any other software in order to run. |
||||
Xray supports the entire testing life cycle: test planning, test design, test execution and test reporting. Xray does this by using special Jira issue types, so you can use all Jira benefits that you are used to. |
||||
Jira's aim is to help you improve the quality of your systems through effective and efficient testing. That's why from its first version, Xray already supports both manual and automated tests, including full support for BDD framework (e.g. Cucumber, SpecFlow, Serenity BDD) examples/tests in the native language (i.e., English). |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@xRay - Getting Started](https://docs.getxray.app/display/XRAY/Getting+started) |
@ -1,9 +0,0 @@ |
||||
# Reporting |
||||
|
||||
Communicating the QA and testing team outputs can be interpreted in several different ways. Having a solid reporting stream is very essential for all the decisions that a stakeholder/manager can take. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Defect Management Process in Software Testing](https://www.guru99.com/defect-management-process.html) |
||||
- [@article@Writing clear bug reports](https://automationhacks.io/2020/07/25/writing-clear-bug-reports/) |
||||
- [@article@The Art Of The Bug Report](https://www.ministryoftesting.com/articles/11b82aee?s_id=15465627) |
@ -1,7 +0,0 @@ |
||||
# 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. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@What is Front End Testing?](https://www.guru99.com/frontend-testing.html) |
@ -1,10 +0,0 @@ |
||||
# 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. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@8 Browser Plugins for Testing](https://blog.gurock.com/browser-plugins-for-testing/) |
||||
- [@article@15 Best Chrome Extensions for Software Testers](https://www.softwaretestingmaterial.com/chrome-extensions-for-software-testers/) |
@ -1,9 +0,0 @@ |
||||
# 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. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Test Automation Framework: What is, Architecture & Types](https://www.guru99.com/test-automation-framework.html) |
||||
- [@article@Popular Test Automation Frameworks](https://www.browserstack.com/guide/best-test-automation-frameworks) |
||||
- [@feed@Explore top posts about Automation](https://app.daily.dev/tags/automation?ref=roadmapsh) |
@ -1,7 +0,0 @@ |
||||
# Check My Links |
||||
|
||||
Check My Links is a link checker that crawls through your website and looks for broken links. It's an extension developed primarily for web designers, developers, and content editors. |
||||
|
||||
Visit the following resource to learn more: |
||||
|
||||
- [@opensource@Check My Links Official Docs](https://github.com/PageModifiedOfficial/Check-My-Links) |
@ -1,12 +0,0 @@ |
||||
# Automated Testing |
||||
|
||||
Automation Testing is a software testing technique that performs using special automated testing software tools to execute a test case suite. On the contrary, Manual Testing is performed by a human sitting in front of a computer carefully executing the test steps. |
||||
|
||||
Automated testing is the application of software tools to automate a human-driven manual process of reviewing and validating a software product. Most modern agile and DevOps software projects now include automated testing from inception. To fully appreciate the value of automated testing, however, it helps to understand what life was like before it was widely adopted. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@What is Automated Testing?](https://www.atlassian.com/continuous-delivery/software-testing/automated-testing) |
||||
- [@article@Testing Pyramid](https://www.browserstack.com/guide/testing-pyramid-for-test-automation) |
||||
- [@article@Learning Path with different programming language](https://testautomationu.applitools.com/learningpaths.html) |
||||
- [@feed@Explore top posts about QA](https://app.daily.dev/tags/qa?ref=roadmapsh) |
@ -1,3 +0,0 @@ |
||||
# Non Functional Testing |
||||
|
||||
In the process of Software testing, testing and analyzing only software’s functions doesn't complete the testing process. There are some other attributes which will demonstrate the entire software quality, they are known as quality characteristics. These characteristics include performance, security, usability, and reliability. Also not testing and analyzing the report of these characteristics will not affect the function of software, it will work to a degree of extent, but testing of these quality characteristics are referred to as QA non-functional testing. |
@ -0,0 +1,9 @@ |
||||
# Playwright |
||||
|
||||
Playwright is an open-source library for automating web browsers built by Microsoft, similar to Selenium, it's commonly used for testing web applications. It's built on top of the .NET Core runtime and it provides bindings for C#, it allows developers to write tests for web applications in C# or other .NET languages. Playwright is designed to be fast and reliable and allows developers to run tests in multiple browsers. |
||||
|
||||
To learn more, visit the following: |
||||
|
||||
- [@opensource@Playwright for .NET](https://github.com/microsoft/playwright-dotnet) |
||||
- [@article@How to test Apps with Playwright and .NETs](https://www.twilio.com/blog/test-web-apps-with-playwright-and-csharp-dotnet) |
||||
- [@article@End-to-End Tests With ASP.NET and Playwright](https://khalidabuhakmeh.com/end-to-end-test-with-aspnet-core-xunit-and-playwright) |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue