<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jones Brown</title>
    <description>The latest articles on DEV Community by Jones Brown (@jonesbrown).</description>
    <link>https://dev.to/jonesbrown</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1079506%2F41900650-3422-4d97-9a54-2c471798c0c3.jpg</url>
      <title>DEV Community: Jones Brown</title>
      <link>https://dev.to/jonesbrown</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonesbrown"/>
    <language>en</language>
    <item>
      <title>How to Fix Postman Collection Limits for Free</title>
      <dc:creator>Jones Brown</dc:creator>
      <pubDate>Thu, 11 May 2023 10:16:58 +0000</pubDate>
      <link>https://dev.to/jonesbrown/how-to-fix-postman-collection-limits-for-free-1ok0</link>
      <guid>https://dev.to/jonesbrown/how-to-fix-postman-collection-limits-for-free-1ok0</guid>
      <description>&lt;p&gt;If you're an avid user of Postman for API testing, you may have encountered a frustrating issue where you hit the limit for running collections. Once you've reached the limit, you'll be prompted with a message that says "You have exhausted all the runs. To keep running collections, create an account..." This can be a real hindrance to your workflow, especially if you're working on a large project or team. &lt;/p&gt;

&lt;p&gt;Fortunately, there are some workarounds that you can use to bypass this limitation and keep running your collections smoothly. In this article, we'll explore some of the best methods for overcoming Postman's collection limit and &lt;a href="https://apidog.com/blog/test-api-with-postman/" rel="noopener noreferrer"&gt;continuing your API testing&lt;/a&gt; without any interruptions.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is a Postman Collection
&lt;/h2&gt;

&lt;p&gt;A Postman Collection is a group of requests that can be saved and shared with other users. It allows developers to organize, document, and automate their API testing workflows in a single location. In a Postman Collection, you can include requests, tests, and scripts, making it easy to share API workflows with team members or collaborators. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fem0rjjhkk811pzxex7v5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fem0rjjhkk811pzxex7v5.png" alt="postman"&gt;&lt;/a&gt;&lt;br&gt;
The Postman Collection also allows for creating custom variables, which can be used to parameterize requests and responses, enabling developers to create dynamic API tests. By using a Postman Collection, developers can streamline their API testing processes and improve their overall efficiency.&lt;/p&gt;

&lt;h2&gt;
  
  
  Postman Collection Limitation
&lt;/h2&gt;

&lt;p&gt;The Postman Collection Run limit refers to the number of times a collection can be executed within a given time period. This limit is imposed to prevent abuse of the Postman API and to ensure that the service remains stable for all users.&lt;/p&gt;

&lt;p&gt;To better align with the value Postman’s test automation offers for professional testers and quality engineers, Postman made the following changes effective February 15, 2023, for free customers, and effective March 15, 2023, for new paid plan customers. Existing paid plan customers saw these limits effective &lt;em&gt;upon plan renewal&lt;/em&gt; after March 15, 2023 (except Enterprise users, who have unlimited runs per month):&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Local Collection Runner:&lt;/strong&gt; Runs will be available with Free and Basic plans at 25 runs per month, Professional plan at 250 runs per month, and Enterprise plan at unlimited runs per month.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's important to note that the Collection Run limit applies to all collections within an account and not just individual collections. Therefore, users with multiple collections that need frequent running may need to upgrade to a higher Postman plan to avoid hitting the Collection Run limit.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Fix Postman Collection Runner Restrictions?
&lt;/h2&gt;

&lt;p&gt;Many loyal users are expressing frustration with Postman's recent changes to its pricing plan, specifically in regard to the limit on local runs. Paying customers on the basic plan now has the same number of runs as the free tier, and the limit of 25 on the basic plan is seen as nonsensical by many. Some are calling for Postman to reconsider the changes, while others are exploring &lt;a href="https://apidog.com/blog/top-postman-alternative-open-source/" rel="noopener noreferrer"&gt;Postman alternative tools&lt;/a&gt; like Apidog that offer more flexibility without any restrictions on the number of runs.&lt;/p&gt;

&lt;p&gt;Apidog is &lt;a href="https://apidog.com/blog/best-automation-testing-tools/" rel="noopener noreferrer"&gt;a powerful testing tool&lt;/a&gt; that overcomes the Collection Run limit in Postman. It offers a robust testing framework and automation features, real-time feedback, and comprehensive test reports, as well as easy integration with other testing tools. Apidog enables developers to efficiently create, test, and manage APIs without restrictions, resulting in a more productive development process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Method 1. Creating Your Collection with Apidog (Free &amp;amp; Best)
&lt;/h3&gt;

&lt;p&gt;Unlike Postman, &lt;a href="http://apidog.com" rel="noopener noreferrer"&gt;Apidog &lt;/a&gt;doesn't impose any limits on the number of times a collection can be run within a given time period. This means that developers can execute their collections as frequently as they need without any constraints.&lt;/p&gt;

&lt;p&gt;A collection is a group of related requests that can be organized and executed together. There is a detailed guide to creating an API request.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open the Apidog and log in. If you haven't downloaded it yet, just click &lt;a href="https://apidog.com/?utm_source=dev_to&amp;amp;utm_medium=HaewonKim540&amp;amp;utm_content=how_to_fix_postman_collection_limits_for_free" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter your project and click "New Request" to create a new request or Move the mouse to the left directory, and click the &lt;code&gt;+&lt;/code&gt; button next to the search box on the left, and select &lt;code&gt;New Request&lt;/code&gt;.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8bcq98w300h53zb41ua6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8bcq98w300h53zb41ua6.png" alt="add new request"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter the API URL and parameters to quickly request the API.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhisfu2ceutxvik8a7v4f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhisfu2ceutxvik8a7v4f.png" alt="add URL"&gt;&lt;/a&gt;&lt;br&gt;
Note:&lt;/p&gt;

&lt;p&gt;If the entered URL does not start with &lt;code&gt;http://&lt;/code&gt; or &lt;code&gt;https://&lt;/code&gt; the prefix URL in the current environment will be automatically added when the request is actually sent.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;After debugging, the request can be saved as a New Request or API document.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fod9xxvqu8bvvdtof9g96.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fod9xxvqu8bvvdtof9g96.png" alt="save as API"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Saved &lt;code&gt;New Request&lt;/code&gt; can be managed in the left directory.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp9sarxilubse6nx95l1u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp9sarxilubse6nx95l1u.png" alt="request management"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;New Request&lt;/code&gt; supports code generation. For details, please refer to Code Generation.
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcgx15ogs57jad7zu8udl.jpg" alt="code generation"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In conclusion, Postman Collection Runner limitations can be a significant challenge for developers who require unrestricted access to test their APIs. Fortunately, there are several methods to overcome this obstacle. However, one of the most effective and user-friendly options is Apidog. &lt;/p&gt;

&lt;p&gt;With Apidog, developers can create, test, and manage APIs efficiently without any restrictions, streamlining their development process. Therefore, we highly recommend using &lt;a href="https://apidog.com/download/" rel="noopener noreferrer"&gt;Apidog &lt;/a&gt;to ensure the best testing experience and to overcome Postman Collection Runner limitations.&lt;/p&gt;

</description>
      <category>postman</category>
      <category>api</category>
      <category>developer</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
