Open Source Python QA Automation Software - Page 2

Python QA Automation Software

View 5622 business solutions

Browse free open source Python QA Automation Software and projects below. Use the toggles on the left to filter open source Python QA Automation Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    A Python programming environment providing memory sizing, profiling and analysis, and a specification language that can formally specify aspects of Python programs and generate tests and documentation from a common source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Gathering requirements should be fun. It's the brainstorming process refined. It shouldn't get in the way of productivity or creativity. Harvest is about gathering requirements in the most intuitive, least intrusive way possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sadly JFCUnit is no longer supported but idea is neat and with a few more improvements it can be even more useful tool for regression testing. JFCUnit-2 will have distributed testing, SWT support, JUnit independent and lots of other improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java exception extractor. This utility will parse all files (either plain text or bzipped) and tries to search for various exceptions. It then tries to match exceptions against grouping rules (regexps). It is also able to group unrecognised exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    Kanbanara

    Web-based Project Management System using the Kanban methodology

    Kanbanara, a web-based Project Management System, uses the Kanban methodology. Started in 2013, the product is already quite well advanced. It is written in Python 3.7+ and utilizes MongoDB and CherryPy. Its Kanban board features projects, user-definable workflow with custom states, support for epic, feature, story, enhancement, defect, task, test, bug and transient cards, global and personal WIP limits, role-based columns (Owner, Reviewer or Quality Assurance), support for ghost cards (cards on their way to you or your own cards currently being reviewed or in QA), blockable cards, hidable cards, deferable cards, 46 card styles including a customisable one, 14-day future projection, Gantt Chart andcard backdrops. It also features a hierarchical workflow, global filter, backlog pyramid, force-directed graphs utilising d3.js, report generator, routine card manager, pair programming, support for continuing cards from one project to another. Full documentation in HTML and EPUB formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Design by Contract allows a programmer to document a function/class with statements describing behavior. Metacontract implements the PEP-0316 related to this feature for the Python language using meta classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MTCC (Model-Driven Test Case Construction) in an approach to the construction of acceptance tests by domain experts for testing system families based on feature models. MTCC is applied to the application domain of Digital Libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Open Source Application Server Appliance based on Open Source GlassFish
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This package will allow people to check, change, update the license of their projects. It will conform to all new licenses available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    PyAnalyzer performs source code analysis for Python code based on the standard python 'compiler' package. -- Acknowledgement: EU Funded FP6 QualOSS Project (see http://www.qualoss.eu).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PyMetrics produces metrics for Python programs. Metrics include McCabe's Cyclomatic Complexity metric, LoC, %Comments, etc. Users can also define their own metrics using data from PyMetrics. PyMetrics optionally outputs stdout, SQL command files and CSV
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Python Regression Tester - A framework for automated regression hunts to determine which changeset introduced a given problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PySys is a Python based framework for the organisation and execution of system level automated and manual testcases. PROJECT MOVED: As of April 2019, PySys has moved to GitHub and is no longer maintained on SourceForge, so for the development project go to https://github.com/pysys-test/pysys-test or for end-users of PySys go to https://pypi.org/project/PySys/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyUnitGui is UnitTest GUI framework for Python programs. NUnit-like look with tests tree hierarchy and with console output window too. Writtem in wxPython it aims to be is as portable as Python and wxPython together are.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python Automation Suite - a collection of Python programs/modules that forms an integrated Software Test Automation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Python Variable Variables Manager

    a python manager class for named variables (variable name is variable)

    Addressing the question for variable variables in python (i.e. variables with variable names), which has been posed on stackoverflow: http://stackoverflow.com/questions/1373164/how-do-i-do-variable-variables-in-python The consensus is to use a dictionary for this. This is a good idead, however, there are many aspects arising from this: * you'll yourself be responsible for this dictionary, including garbage collection (of in-dict variables) etc. * there's no locality for variable variables, all are global within the dictionary, unless you locally define different dictionaries for this purpose * you are more flexible, e.g. you can decide to overwrite existing variables or, alternatively, to raise an exception on overwriting (e.g. for const variables) * if you want to rename a variable name, you'll have to do it manually * ... Please Find some examples in the Wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Provides runtime typechecking facilities for python functions, methods and generators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QA Assistant is a GNOME-Python program that aids in Quality Assurance. It creates a graphical checklist from an XML description. A reviewer fills in the checklist and then the program outputs a gpg-signed review for submittal to a tracking system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Windows based editor designed to allow writing extensions covering any user format of raster fonts. Supports fixed/variable character height/width, incomplete character sets, etc. Has a lot of useful character-editing functions (italicize, bold, shift...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lightweight requirements management tool, with export, search and traceability functions. Uses plain text files as backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Robot Framework JMeter Library

    Robot Framework JMeter Library

    Robot Framework and JMeter integration

    SOURCE CODE MOVED TO https://github.com/kowalpy/Robot-Framework-JMeter-Library . NEW RELEASES WILL APPEAR ONLY AT GITHUB AND PYPI. The Robot Framework library which can be used for starting JMeter and/or analysing and converting JMeter log files into HTML and SQLite format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    STDL (Structured test description language) is a domain-specific testing language that is used to auto-generate unit test code. It supports a myriad of output languages (incl. C#). The project's aim is that of reducing the resources required for testing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SVNChecker is a framework for Subversion pre-commit hook scripts. See the new project page http://svnchecker.tigris.org/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SVNStartCommitHelper

    Useful form to support SVN Commits as an SVN Start-Commit Hook Script

    Professional environments focus on high development standards in Source Code Management. E.g. by usage of server side commit hooks to check for minimum acceptance levels on code and documentation quality including commit message structure and content. TortoiseSVN offers only a free form text field to edit inside the Commit Dialog. Developers might recall situations when struggling with commit message structure and fighting the server side commit hooks instead of focusing on message content! Thus being annoyed instead of feeling an incentive to deliver high quality descriptions here. The SVNStartCommitHelper is a client side start commit hook script (as a first version written in Python / Tkinter) exactly offering a well-structured form to fill in. The edited content is transformed and forwarded to the SVN commit dialog then. You still have full control on the commit message then. While using the helper you focus on message quality now instead struggling with message structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.