Search Results for "software test tool" - Page 29

Showing 9476 open source projects for "software test tool"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    Arthur Bench

    Arthur Bench

    Bench is a tool for evaluating LLMs for production use cases

    Bench is a tool for evaluating LLMs for production use cases. Whether you are comparing different LLMs, considering different prompts, or testing generation hyperparameters like temperature and # tokens, Bench provides one touch point for all your LLM performance evaluation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    dperf

    dperf

    DPDK based 100Gbps network performance and load testing software

    dperf is a DPDK based 100Gbps network performance and load testing software. Based on DPDK, dperf can generate huge traffic with a single x86 server: tens of millions of HTTP CPS,hundreds of Gbps throughput and billions of concurrent connections. Provides detailed statistics and identify every packet loss. Support multiple scenarios. Load testing and stability testing for Layer 4 Load Balancer and other Layer 4 gateways. Network performance testing for servers on cloud. Performance test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    bloc

    bloc

    Predictable state management library that helps implement BLoC design

    A predictable state management library that helps implement the BLoC design pattern. The goal of this library is to make it easy to separate presentation from business logic, facilitating testability and reusability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ipytest

    ipytest

    Pytest in IPython notebooks

    ipytest allows you to run Pytest in Jupyter notebooks. ipytest aims to give access to the full pytest experience and to make it easy to transfer tests out of notebooks into separate test files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    Tekton Pipelines

    Tekton Pipelines

    A cloud-native Pipeline resource

    Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems. Get started with Tekton. Tekton standardizes CI/CD tooling and processes across vendors, languages, and deployment environments. It works well with Jenkins, Jenkins X, Skaffold, Knative, and many other popular CI/CD tools. Tekton lets you create CI/CD systems quickly, giving you scalable, serverless, cloud native...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Miniredis

    Miniredis

    Pure Go Redis server for Go unittests

    Sometimes you want to test code which uses Redis, without making it a full-blown integration test. Miniredis implements (parts of) the Redis server, to be used in unittests. It enables a simple, cheap, in-memory, Redis replacement, with a real TCP interface. It saves you from using mock code, and since the redis server lives in the test process you can query for values directly, without going through the server stack. There are no dependencies on external binaries, so you can easily integrate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ebean

    Ebean

    Ebean ORM

    ... the object graph being used and either automatically tune the query. Docker test containers for all the supported databases. Get 100% test coverage on all the features of the database we use. We can build queries using type safe query beans. IDE auto-complete when writing queries, compile time checking and it's FUN. Optimize queries to only fetch what we need (partial objects). Automatically avoid N+1 via a smart load context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. Apple's Xcode includes the XCTest framework, which provides assertion macros to test whether code behaves properly. XCTest assertions have a couple of drawbacks. Not enough macros. There's no easy way to assert that a string contains a particular substring, or that a number is less than or equal to another. It's hard to write asynchronous tests. XCTest forces you to write a lot of boilerplate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MTHawkeye

    MTHawkeye

    Profiling / Debugging assist tools for iOS

    MTHawkeye is profiling, and debugging tools for iOS used in Meitu. It's designed to help iOS developers improve development productivity and assist in optimizing the App performance. During the App product development cycle, we introduced MTHawkeye to help us discover, find, analyze, locate, and solve problems faster. Development phase, focusing on development and debugging assistance, detect problems in a timely manner, and prompt developers to deal with them. Test phase, focusing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    trdsql

    trdsql

    CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN

    CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats. CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. It is a tool like q, textql and others. The difference from these tools is that the syntax of PostgreSQL or MySQL can be used. Please refer to godoc and _example for usage as a library. Download binary from the releases page(Linux/Windows/macOS). Pull the latest image from the Docker hub. The filename of -out filename option...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    c2go

    c2go

    A tool for transpiling C to Go

    A tool for converting C to Go. The goals of this project are to create a generic tool that can convert C to Go. To be cross platform (linux and mac) and work against as many clang versions as possible (the clang AST API is not stable). To be a repeatable and predictable tool (rather than doing most of the work and you have to clean up the output to get it working.) To deliver quick and small version increments. The ultimate milestone is to be able to compile the SQLite3 source code and have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GeoIP2 Reader for Go

    GeoIP2 Reader for Go

    Unofficial MaxMind GeoIP2 Reader for Go

    This library reads MaxMind GeoLite2 and GeoIP2 databases. This library is built using the Go maxminddb reader. All data for the database record is decoded using this library. If you only need several fields, you may get superior performance by using maxminddb's Lookup directly with a result struct that only contains the required fields. (See example_test.go in the maxminddb repository for an example of this.) Metadata takes no arguments and returns a struct containing metadata about the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    compodoc

    compodoc

    The missing documentation tool for your Angular, Nest & Stencil apps

    The missing documentation tool for your Angular, Nest, Stencil application. Generate your Angular project documentation in seconds. Compodoc comes with a lot of features. Check it out now! Compodoc supports all major APIs of Angular. Use it directly in your project using npm and one script, that's it! No server needed, no sources uploaded online. 7 themes are available from famous documentation tools like Gitbook, Read the Docs or projects like Vagrant, Laravel, Postmark and Stripe. Compodoc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SuperTest

    SuperTest

    Super-agent driven library for testing node.js HTTP servers

    A super-agent driven library for testing node.js HTTP servers using a fluent API. The motivation with this module is to provide a high-level abstraction for testing HTTP, while still allowing you to drop down to the lower-level API provided by superagent. Install SuperTest as an npm module and save it to your package.json file as a development dependency. You may pass an http.Server, or a Function to request(), if the server is not already listening for connections then it is bound to an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VCR.py

    VCR.py

    Automatically mock your HTTP interactions to simplify testing

    ... the serialized requests and responses from the aforementioned cassette file, and intercept any HTTP requests that it recognizes from the original test run and return the responses that corresponded to those requests. This means that the requests will not actually result in HTTP traffic, which confers several benefits including:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Explainer.js

    Explainer.js

    CLI tool to process files and output the code blocks

    CLI tool to process files and output the code blocks along with explanation, using various configuration options like API key, base URL, model name, and temperature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Apache Maven

    Apache Maven

    Apache Maven core

    Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the pom.xml declarative file. Maven can be extended by plugins to utilize a number of other development tools for reporting or the build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Markdown to PDF

    Markdown to PDF

    Hackable CLI tool for converting Markdown files to PDF using Node.js

    A simple and hackable CLI tool for converting markdown to pdf. It uses Marked to convert markdown to HTML and Puppeteer (headless Chromium) to further convert the HTML to PDF. It also uses highlight.js for code highlighting. The whole source code of this tool is only ~250 lines of JS ~500 lines of Typescript and ~100 lines of CSS, so it is easy to clone and customize.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    updates

    updates

    Flexible npm dependency update tool

    Flexible npm dependency update tool. updates is a CLI tool that checks for npm dependency updates of the current project and optionally updates package.json. It is highly configurable and is typically able to complete in less than a second. Option that takes multiple arguments can take them either via comma-separated value or by specifying the option multiple times. If an option has an optional pkg argument but none is given, the option will be applied to all packages instead. The JSON output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Amazon EC2 Spot Interrupter

    Amazon EC2 Spot Interrupter

    CLI tool that triggers Amazon EC2 Spot Interruption Notifications

    ... Notifications, Rebalance Recommendation Events are sent to spot instances that are at higher risk of being interrupted. Handling Rebalance Recommendations can potentially give your application even more time to gracefully shutdown than the 2 minutes an Interruption Notification would give you. It can be challenging to test your application's handling of Spot Interruption Notifications and Rebalance Recommendations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Nutgram

    Nutgram

    The Telegram bot framework that doesn't drive you nuts

    This framework takes advantage of the latest PHP 8.2 features and tries to make the speed, scalability and flexibility of use its strength, it will allow you to quickly make simple bots, but at the same time, it provides more advanced features to handle even the most complicated flows. The Telegram bot framework doesn't drive you nuts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FakeItEasy

    FakeItEasy

    The easy mocking library for .NET

    A .Net dynamic fake framework for creating all types of fake objects, mocks, stubs etc. Easier semantics, all fake objects are just that, fakes. Usage determines whether they're mocks or stubs. Context-aware fluent interface guides the developer. Easy to use and compatible with both C# and VB.Net. Every faked instance looks and feels like an instance of the faked type. Helpful exception messages identify where a test went wrong. Raising events from faked objects. Explicit assertions, stated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AWS Lambda Python Runtime Interf Client

    AWS Lambda Python Runtime Interf Client

    Seamlessly extend your preferred base images to be Lambda compatible

    We have open-sourced a set of software packages, Runtime Interface Clients (RIC), that implement the Lambda Runtime API, allowing you to seamlessly extend your preferred base images to be Lambda compatible. The Lambda Runtime Interface Client is a lightweight interface that allows your runtime to receive requests from and send requests to the Lambda service. The Lambda Python Runtime Interface Client is vended through pip. You can include this package in your preferred base image to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Amazon Lightsail CLI Extensions

    Amazon Lightsail CLI Extensions

    Amazon Lightsail CLI Extensions

    This project is the source code of lightsailctl, a tool that augments Amazon Lightsail features in AWS CLI. lightsailctl is executed automatically by AWS CLI when certain subcommands are used, such as AWS lightsail push-container-image. lightsailctl is written in Go, so please install Go. Keep reading if you want to work with lightsailctl source code locally. This container image pushing logic requires a number of steps that are outsourced from AWS CLI to lightsailctl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Tengo Language

    The Tengo Language

    A fast script language for Go

    Tengo is a small, dynamic, fast, secure script language for Go. Tengo is fast and secure because it's compiled/executed as bytecode on stack-based VM that's written in native Go. Securely Embeddable and Extensible. Compiler/runtime written in native Go (no external deps or cgo). Executable as a standalone language / REPL. Use cases, rules engine, state machine, data pipeline, transpiler. If you need to evaluate a simple expression, you can use Eval function instead.
    Downloads: 0 This Week
    Last Update:
    See Project