All Projects → TheJambo → Awesome Testing

TheJambo / Awesome Testing

Licence: cc0-1.0
A curated list of testing resources

Projects that are alternatives of or similar to Awesome Testing

Unity Reorderable List
Extended version of the Reorderable List in Unity
Stars: ✭ 489 (-18.36%)
Mutual labels:  list
Uxofvr.com
A list of resources about the UI/UX considerations for VR.
Stars: ✭ 527 (-12.02%)
Mutual labels:  list
Classless Css
A list of classless CSS themes/frameworks with screenshots
Stars: ✭ 557 (-7.01%)
Mutual labels:  list
Awesome R
A curated list of awesome R packages, frameworks and software.
Stars: ✭ 4,858 (+711.02%)
Mutual labels:  list
Awesome Userscripts
📖 A curated list of Awesome Userscripts.
Stars: ✭ 508 (-15.19%)
Mutual labels:  list
Awesomesearch
🔍 Search all awesome lists in one second.
Stars: ✭ 544 (-9.18%)
Mutual labels:  list
Awesome React 360
Awesome list of React VR resources
Stars: ✭ 487 (-18.7%)
Mutual labels:  list
Awesome K8s Resources
A curated list of awesome Kubernetes tools and resources.
Stars: ✭ 596 (-0.5%)
Mutual labels:  list
Awsls
A list command for AWS resources
Stars: ✭ 511 (-14.69%)
Mutual labels:  list
Awesome Anki
A curated list of awesome Anki add-ons, decks and resources
Stars: ✭ 553 (-7.68%)
Mutual labels:  list
Awesome Non Financial Blockchain
Curated list of projects that build non-financial applications of blockchain
Stars: ✭ 498 (-16.86%)
Mutual labels:  list
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-14.86%)
Mutual labels:  list
Awesome Honeypots
an awesome list of honeypot resources
Stars: ✭ 5,528 (+822.87%)
Mutual labels:  list
Awesome C
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Stars: ✭ 5,371 (+796.66%)
Mutual labels:  list
Awesome Phalcon
A curated list of awesome Phalcon libraries and resources
Stars: ✭ 593 (-1%)
Mutual labels:  list
Awesome Autoit
⭐️ A curated list of awesome UDFs, example scripts, tools and useful resources for AutoIt.
Stars: ✭ 486 (-18.86%)
Mutual labels:  list
Awesome Tap
Useful resources for the Test Anything Protocol
Stars: ✭ 543 (-9.35%)
Mutual labels:  list
Android Security Awesome
A collection of android security related resources
Stars: ✭ 5,741 (+858.43%)
Mutual labels:  list
React Virtual List
Super simple virtualized list React component
Stars: ✭ 597 (-0.33%)
Mutual labels:  list
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (-8.35%)
Mutual labels:  list

Awesome Testing Awesome

A curated list of testing software, extensions and resources

Foreword

This is intended to be a curation of resources for the new among the software testing community. It is not tailored to a specific area (Usability/Performance) or role (Automation/Management). The idea is that you could hand this list to a CS graduate and it would greatly improve their testing skills, efficiency and overall breadth of knowledge. Note that this is for all areas of software testing after the code in question is written (no unit tests/static analysis!).

Finally, I'm sure everyone who reads this list has one thing they want to add. Please read the How to Contribute page and add to the list. :)

Contents

Software

Security

  • BeEF - Manipulate the browser exploiting any XSS vulns you find.
  • OWASP ZAP - This intercepting proxy allows you to see all HTTP traffic and manipulate it in real time. Easy to scan, catalog and exploit security issues.

Make your life easier

  • Courgette - Beautifully simple UI testing. Proper declarative BDD scenarios using Gherkin, Gherkin templates and composable YAML-style page and component objects.
  • BareTail - Brings the tail linux command to Windows, coloured lines and REGEX search and loads of other features.
  • ProxySwitcher - We all have to mess with proxies, this makes it a lot easier when using Test/Prod/localhost proxies.
  • Full Page Screenshot - For when PrintScreen isn't big enough.
  • Form Filler - Large forms can be really irritating to fill out each time, speed it up with dummy data.
  • Bug Magnet - Suggests values based on the field type.
  • Check All - "Select All" is often not available. Why not bring your own?
  • MyWords - Handy extension that can be used to save common snippets (Jira tables, test data etc.) you use often for easy typing.
  • Xmind - The best (free) Mindmapping tool for documenting your tests.
  • TestLink - Open Source test case management system
  • Fluxguard - Screenshot pixel and DOM change comparisons and regressions.
  • recheck-web - Open Source change comparison tool with local Golden Masters, git-like ignore syntax and "unbreakable selenium" tests.
  • Kiwi TCMS - Open Source test case management system.
  • Captura - Open Source video recording tool.
  • QA Wolf - Open Source Node.js library for creating browser tests 10x faster.
  • Online decision table service - full test coverage by generating cases with simple Decision Table technique.

Other

  • Colour Blindness Simulator - Simulate all types of Colour Blindness instantly!
  • Yslow - Analyse why web pages are slow based on Yahoo!'s rules for performance.

Books

Training (Includes developer training for automation testers)

  • Learn to Code - Another awesome list for developer training
  • The Dojo - Courses and talks directly from the testing community.
  • Guru99 - Learn by experience, a bit more fun than video training.
  • Coursera - Online courses from top universities.
  • Cybrary - Online free security training.
  • BBST Testing Courses - The famous Black Box Software Testing (BBST) courses are university level courses on Software Test Foundations, Bug Reporting and Test Design. These materials have been creative commons licensed for use by anyone. Includes articles, slides and video lectures.

Blogs

Newsletters

Suggested Awesome Lists

Must Read

  • Falsehoods - A funny and educational list of why nothing in Software Development is ever easy. Think you can store a marriage in a DB?
  • Naughty Strings - This is the famous list of Naughty Strings. If you're doing some field validation, look no further for inspiration.
  • Unicode - A great resource for learning how unicode works and the issues it can cause.

Useful References

  • The Original - The awesome list of awesome lists.
  • Learn to Code - Learning to code, for those looking to make the move to automation
  • Application Security - Incredibly extensive, but you'll find something to fit the bill.
  • Selenium - Better than searching Google if you know what you want.
  • Security - This is mostly focused on Infrastructure, but if you're testing a series of systems, this is very useful.
  • Awesome Software Quality - A list of free software testing and verification resources.
  • Awesome Cucumber - A (relatively-newer) curated list of awesome Cucumber and Gherkin-related resources.
  • Awesome JMeter - A curated collection of resources around Apache JMeter.
  • How They Test - A curated collection of public resources from tech companies on how they test their software and build a quality culture

QA and Testing Road Map

Others

Contributing

See the Awesome Testing contribution guide for details on how to contribute.

Code of Conduct

See the Code of Conduct for details. Basically it comes down to:

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

License

CC0

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work. See the license file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].