September 29th, 2023
Added
- Import a Postman backup (dump) file
The latest version of Testfully supports Postman Backup (dump) files in JSON format. You can use this feature to import multiple collections, folders, and requests in one go. If you have a .zip file, please extract and upload files individually.
Fixed
- We’ve resolved an issue related to some of requests not being imported due to long request title.
September 18th, 2023
Improved
- Testfully Offline, your cloud-free API client is HERE!
Download the latest version of Testfully Desktop Apps via the download page to start using Testfully Offline.
Fixed
- We’ve resolved an issue related to receiving
You don't have access to workspace
when switching between two Testfully accounts.
- We’ve resolved an issue related to tabs constantly switching betwee themselves.
September 7th, 2023
Improved
- Audience for all OAuth2 grant types
When doing OAuth2 authentication, you can use the “Audience” field for all grant types. Previously, this field was only available for the Client Credentials grant type.
Fixed
- We’ve resolved an issue with the desktop version of Testfully where it was incorrectly sorting fields within JSON request payload fields alphabetically instead of preserving the user-provided order.
August 26th, 2023
Added
- HTTP Proxy is here!
You can now send HTTP requests via your HTTP proxy of choice. To learn more, please read this article.
August 21st, 2023
Added
- We have introduced a new editor for the JSON fields. It makes the editing experience of JSON input values much more pleasant and offers a range of new features including search, auto-format, code indention, and find & replace.
Fixed
- Fixed an issue related to using the OAuth2 authorization feature for getting a valid token from a Microsoft Azure AD tenant.
August 11th, 2023
Fixed
- Fixed an issue related to unsubscribing from our mailing list via the provided link in the What’s New in Testfully newsletter. We have also unsubscribed users who could not unsubscribe from the newsletter due to this issue.
July 30th, 2023
Improved
- Rather than showing
Access Denied
error when a user accesses restricted areas (for example, user management), we no longer show unavailable menu options to the user.
- We have rolled out a series of changes related to our infrastructure to improve the performace of both desktop and web apps.
Fixed
- Desktop app no longer rejects invalid JSON payloads, allowing testing of API behavior with invalid input data.
- Fixed issue with Testfully rejecting requests with
{{}}
in the payload, improving app flexibility.
- Issue resolved: saving requests with
{{}}
in the payload is now possible in the app.
- A visual bug related to the navbar in Firefox is now fixed.
July 27th, 2023
Added
- Easily export your folders and requests by clicking a few buttons starting today. Find more information in the How to export your data article.
- Utilize Testfully’s Importer tool to import the data you have exported using our Export tool.
Fixed
- We have fixed an issue related to processing Postman Collection 2.0 files that were exported using old versions of Postman.
July 25th, 2023
Added
- Testfully supports Postman Collection V2.0 as well as V2.1.
- When importing Postman collections, Testfully brings collection variables & auth settings, folder auth settings, and request auth settings.
- Import collections to the root of your workspace by clicking on the “+” icon, and select “Import”.
Improved
- We have improved the overall UX of our Import tool to ask less questions from the end-user, and offer a better experience when importing data goes wrong.
July 22nd, 2023
Added
- Organize your requests and folders effortlessly by dragging and dropping them within a parent folder.
- The order of requests and folders in Testfully will be honored when running a folder.
- Testfully offers three modes for running requests within a folder: Parallel, Serial, and Random.
- Easily set the execution mode of a folder through the “Settings” tab.
- Switch between different folder execution modes easily using the UI.
Fixed
- You can save requests that have no URL.
- Fixed an issue that was causing some users getting Network Error while sending requests.
July 18th, 2023
Added
Upload and post files as part of multipart/form-data
requests
- You can select one or more files
- Once a request is saved, the files become available for all workspace users.
Attention Desktop Users, to use this new feature, you must download Tesfully 1.57.0 (or above) via this link.

July 14th, 2023
Added
Get ready to level up your game with Testfully’s latest update! 🔥
🚀🎉 We’ve just dropped the mic with our brand-new tab feature, taking multitasking to a new dimension!
Say goodbye to clutter and hello to organized awesomeness!

July 9th, 2023
Added
Authorization settings for folders
You can now set authorization settings for a folder, a handy way to apply authorization settings for all requests within a folder.
- This new feature supports all supported Authorization schemes, including but not limited to OAuth2, Basic Authentication, and Bearer Token.
July 7th, 2023
Added
Query Params for requests & folders
You can now leverage Testfully’s Query Params feature to add query params to API endpoints.
- The Params tab for requests allows you to set one or more query params for a request. Testfully URL encodes all of the values for you.
- Each folder can also carry one or more query params, a handy way to add one or more query params to requests within a folder.
- We have updated Postman, Insomnia, and Swagger importers to support query params.
July 6th, 2023
Added
Drag & Drop to organize folders and requests
To move a folder to another, or a request from one folder to another, simply drag the folder or request and drop it over the parent folder.
Attention Desktop Users, to use this new feature, you must download Tesfully 1.51.0 (or above) via this link.
July 4th, 2023
Added
Import Insomnia Collections
Testfully now supports importing requests from Insomnia (Insomnia Collection File Version 4) including requests, folders, and subfolders. Read more
June 30th, 2023
Added
OAuth2 support
You can now leverage Testfully’s native support of OAuth2 to get valid access tokens for your API request.
In summary:
- OAuth2 authorization can be set for each request, or you can set it for environments and re-use it within requests.
- Testfully’s OAuth feature supports Authorization Code, Authorization Code (PKCE), Implicit, Resource Owner Password, and Client Credentials grant types.
- Access tokens can be issued per request or re-used while valid. Testfully can automatically renew a token before it expires.
- You can save access tokens for future using the “Set Environment Variable” Testfully Action
- Testfully automatically resolves a token on your behalf when needed so you don’t need to manually get a token and use it for your request. Once resolved, Testfully automatically adds the token to your requests via the Authorizaiton header.
June 26th, 2023
Added
Access Control for folders and requests
Starting today, customers on Plus and Premium plans can control access to folders and requests using our brand new Permissions feature. Using this new feature, you can:
- Make a folder private
- Share a folder with all of your workspace users
- Share a folder with some of users in your workspace
To use this feature:
- Hover over any folder
- Click on the “…” icon
- Click on the Permissions link
June 6th, 2023
Added
Import Swagger 2.0 Specifications
Starting today, you can import your Swagger 2.0 specifications and use them in Testfully. Moreover, We’re developing importers for Open API Spec 3.0 and 3.1 specifications.
To import a Swagger 2.0 specification (.json file only):
- Create a new folder for your specification (existing folders can also be used)
- Hover over the folder, click on the “…” icon
- Click on the “Import” link
- Complete the form and click on Import
- Reload the app
Random Data Generators
We have introduced a new range of functions to help you generate random values on the fly. To learn more, please read this doc.
Date & Time Functions
Two new Testfully functions are added to help you include the current date & time in your requests. To learn more, please read this doc.
May 28th, 2023
Added
Our latest feature allows you to define variables for a folder and use them within requests easily🚀.
To add a variable to a folder:
- hover over the folder name
- click on the “…” icon
- click on the “Variables” option.

May 2nd, 2023
Added
- Save generated API docs for your API endpoints permanently, and access endpoint documentation via the dashboard.

April 19th, 2023
Added
- Our latest feature auto-generates API docs using request & response examples.
Say goodbye to manual docs and hello to efficiency!🚀
Follow the three steps below to generate docs:
- Open a request
- Click on the “Send” button
- Click on the “Schema” tab



April 14th, 2023
Added
- Exciting news! Testfully now lets you run all requests in a folder with one click! 🚀
Plus, this feature is available for all Testfully plans and offers unlimited monthly runs at no extra cost.
View full size
March 30th, 2023
Added
- Leverage the brand-new Folders Settings feature to set common headers for all requests within a folder. More importantly, you have the option to share headers with your colleagues or keep them private.
View full size
- Testfully offers a desktop app for Linux. To download our app for Linux, please head to this link.
Improved
- We have improved the performance of running a collection.
March 23rd, 2023
Added
-
SSL certificate verification can be configured for an environment. Use this feature to enable or disable SSL verification for requests that are executed against a particular environment.
-
Disable SSL certificate verification for local API endpoints.
March 9th, 2023
Added
-
We have released the first version of a new feature called Testfully Functions.
Similar to functions in Excel, Testfully functions allow you to compute values dynamically and add them to your requests. The values are computed using a wide range of methods. For example, you could use step() to extract values from one step and add them to others. This page includes all you need to know about functions.
To learn more, head to this link.
February 21st, 2023
Added
-
Testfully integrates with Microsoft Azure AD for Single Sign On. Learn more
-
We have released the Testfully Actions feature with one action: Set Environment Variables.
-
The response widget comes with the endpoint, request, and response schema. This is the first release of our API Docs feature. Learn more
February 3rd, 2023
Added
-
Duplicate a request via the sidebar.
-
Import a Postman collection into an existing folder of your workspace.
-
While importing a Postman collection, you can decide if you need a root-level folder for your collection or not.
Improved
- The Postman Collection importer can import nested folders and requests.
Fixed
- Fixed an issue related to mangled URLs (and other fields) with multiple placeholders (globals, environment variables etc) used.
January 16th, 2023
Added
- Easily manage environments, environment variables, and globals using a brand-new UI.
The new UI offers great features including:
- Easy access to environments, globals, and environment variables via API Client UI.
- Bulk add, update, and delete globals or environment variables.
- Duplicate existing environments or add a new environment via a dedicated sidebar

December 16th, 2022
Added
- Easily configure & authorize requests using the Authorization tab.
The first version offers Basic Authorization, Bearer Token, and API Key authorization schemes with a plan to support other popular methods including OAuth2.

Fixed
- We have fixed a bug related to the dark theme on some old versions of Chrome.
December 9th, 2022
Added
-
Testfully’s dark mode is here! You can switch between “System Settings”, “Dark”, or “Light” modes.
To switch between modes, click on the user profile icon on the bottom left of your screen. To get the latest version of Testfully, close and re-open the desktop app; web users, please do a hard refresh of your browser session.
Testfully’s dark mode
Testfully’s light mode

September 19th, 2022
Added
- Testfully’s browser extensions for Microsoft Edge and Firefox are available. To install our extension, please check our Download page.
September 10th, 2022
Added
- Testfully got a dedicated space for user manuals, how-tos, and tutorials. Please head to docs.testfully.io for accessing Testfully’s documentation.
Improved
- We have improved the initial load time of the Testfully app.
Fixed
-
We have fixed a bug that was not letting some of the early users of Testfully access their billing plan page. If you’re among users who have had this issue, please try again and the issue should be resolved now.
-
Testfully used to show you a Network Error
when your Internet connection is dropped. We found it unnecessary and inconvenient to show a such message, so we went ahead and removed it altogether.
-
We have fixed a bug that was not letting some of the early users of Testfully log in to their dashboard.
September 3rd, 2022
Added
-
For existing users who have signed up using email and password, you can start using Google and GitHub SSO; as long as your email address remains the same as the one you used for sign up.
-
Once your organization migrates to Okta for SSO, you no longer can use any other forms of login.
Improved
- We have improved our Postman importer to catch duplicate requests better. For example, you no longer get a duplicate message when you are about to import two different requests with the same name.
August 29th, 2022
Added
- You can use
Okta
for Single Sign On.
August 22nd, 2022
Improved
- It is less likely to receive
Network Error
when sending requests via our web app.
Fixed
- Fixed a bug related to saving
form
and x-www-form-urlencoded
requests
- After your session expires, you will be redirected to the log in page
- Safari users can use Google SSO
August 16th, 2022
Added
August 6th, 2022
Fixed
- Response header validation UI displays correct values (API Client)
- Validations for different environments are shown using correct environment name (API Client)
- JSON responses are formatted now (API Client)
July 18th, 2022
Added
- Testfully’s new API Client is publicly available
Improved
- Improved the overall look and feel of the application, working with large datasets is much easier with the new UI.
January 30th, 2022
Added
- sign up using your Github account
Improved
- You can expand and collapse folders in the collection UI.
October 25th, 2021
Added
Test results, including result of the tests you run in browser, are now available to all team members.
October 18th, 2021
Added
Syntax-highlighted JSON request body & response in test result screens allows you to inspect the request body and the response easily.
Improved
- To save space for what matters most, we no longer include empty folders in Collections UI.
- You can collapse and expand test steps independently. Previously, one could be expanded at any time.
October 11th, 2021
Added
-
Add a new workspace You no longer need to create a new account to have a workspace. Instead, head to Settings > Workspace and create a new workspace
-
Users with access to more than workspace can now set a Default Workspace. Head to Settings > Update Your Profile to set your default workspace
-
Each workspace can have a Default Environment. Head to Settings > Workspace to set the default environment for your workspace.
We have introduced a new run button to run tests against the default environment.
August 16th, 2021
Added
- Receive alerts via Pager Duty
We are pleased to announce the availability of Pager Duty integration. Add a Pager Duty service and start receiving alerts in your Pager Duty account. To learn more about this feature, please check Pager Duty Integration page.
May 24th, 2021
Added
- Testfully CLI is here, and we have big plans for it. The first release allows you to run tests & collections in the terminal, suitable for adding Testfully to your CI & CD pipelines. Read more about Testfully CLI in this blog post.
Improved
- To run tests/collections via Testfully CLI, you need to know their ID. We have updated Test & Collection UIs to include unique IDs of both tests & collections with an easy way to copy them to your clipboard.
May 17th, 2021
Added
- Extract & Embed values from test steps. Using this new feature you can have multi-step test cases that depend on each other’s data to work. Read this blog post for more information.
Fixed
- Long values in request header values or step URLs won’t break into multiple lines.
May 10th, 2021
Added
-
The result of collection execution is available via a modal. You no longer need to go back & forth between collections & collection result screens to work on your tests & run them.
-
The five most recent runs of a collection are available within the collection screen to help you debug access the most recent executions of your collections faster.
-
Type @ to start embedding config, templates and random data generators. You no longer need to use the (g:), (t:) and (r:) syntax to embed data to your tests.
-
We have introduced ESC as the shortcut key to close modals in Testfully. For example, run a test and press ESC to close the test result modal instead of clicking on the little X button.
Fixed
- The example for showcasing templates in a test was using email template. We have fix it to include email, password and request id.
April 26th, 2021
Added
-
The result of test execution is available via a modal. You no longer need to go back & forth between tests & test result screens to work on your tests & run them.
-
The five most recent runs of a test are available within the test screen to help you debug access the most recent executions of your tests faster.
Fixed
-
Browser-based validation of nested arrays in JSON responses was giving false negatives. We have now fixed this issue, and you can validate unlimited nested arrays in the browser.
-
You might have noticed (if you have a long list of configs) that some of the config suggestions in the common response body & response header validations cut off the screen. We have fixed this visual bug and made all of the config values available.
April 19th, 2021
Added
-
Starting today, you can Sign up or log in using your Google account to access your workspace. If you have already signed up and wish to switch to “Sign in with Google” method for log in, please reach out to us via the “Need help” section in your dashboard and we will port your account to log in via Google.
-
We have improved our test runner to enable running tests without selecting an environment. When you don’t select an environment to run the tests against it, Testfully simply uses the default value of the used configs in your tests. This new feature is particually useful for teams that have only one environment.
You can continue to select an environment and run the tests against the same environment.
Fixed
-
Actions for the first collection were not visible till user hovers over the collection name. We have fixed this issue and the actions for the first collection will be visible as soon as the Collections screen load.
-
The test result screen had a broken “Past Runs” link when a browser-based result was shown to the user. This is now fixed.
March 29th, 2021
Added
We’re here to help! Head to
“Need help?” section of your dashboard and start a support conversation with us. We’re online most of the times and more than happy to answer your questions and provide support.
March 22nd, 2021
Added
-
We have released a new interface for management of your collections. The new UI allows you to manage your collections, run them and access past runs all via a simplified interface. Head to the dashboard and click on “Collections” link in navbar to explore the new UI.
-
You can now subscribe to our paid plans via Settings > Billing > Billing Plan. To upgrade or downgrade your plan, simply head to Billing Plan and pick your plan of choice.
March 15th, 2021
Added
-
We have introduced a feature that allows you to import your Postman requests, collections and environments to Testfully. Using this feature, you can easily move your requests to Testfully and start running them in browser or via our servers.
-
Good news for Chrome users. We have released the first version of our Chrome extension. If you’re having a hard time with CORS errors, install this extension and you won’t see those errors again.
March 8th, 2021
Added
- We have reached the end of our beta program. Read more about it in this blog post.
We have now enabled the monthly usage quota for all of our users. Your monthly usage is now displayed in the nav bar. Owners of workspaces will be notifed once monthly usage hits 50%, 80% and 100%. When your workspace reaches the maximum monthly usage quota, any of active automations in your account will be disabled for the rest of the month and re-enabled as soon as your monthly usage quota resets. You can continue to access your workspace and run yours tests in browser even when you have reached the maximum monthly usage.
Fixed
- We have fixed a bug that was preventing users to access past runs of automations in your workspace. You can now go back in time and access past runs for automations.
February 8th, 2021
Added
- We have introduced a collection of Working examples to see Testfully in action. Our existing users, please login and import examples using the welcome screen. New users to Testfully, your account comes with the working examples so you don’t need to import anything.
Improved
-
Super Fast Test Runs via Testfully Servers. You might have noticed that sometimes Testfully servers run your tests slower than browser. We have tweaked a couple of things to make sure you get the same speed, no matter if you’re running the tests in browser or server.
-
Auto-focus on form fields. We have enhanced various forms in Testfully to make sure they’re all auto-focused as soon as loaded. This eliminates the need to focus on the first element of forms manually.
February 1st, 2021
Added
- Walkthroughs are here to help you get onboard with Testfully. Login to your dashboard and explore Testfully’s features using interactive walkthroughs. For example, try creating a new test and run it instantly without even having an API running.
Fixed
- Feedback upon focus on any of Url, Request Header Values, Request Body, Response Body and Response Header fields of test editor wasn’t that great! We have changed it and when any of these form fields are focused, the input changes color (similar to ther form fields). We have also added standard typing caret to these input fields.
January 25th, 2021
Added
-
Tests can have different validations for different environments. This feature allows you to set different acceptance criteria for different environments without having to duplicate a test. Common validations remain available so you can have a set of shared validations for all of the environments as well. Read more about this feature in this blog post.
-
You can unset the “Response Code” validation.
January 18th, 2021
Added
- You can include Config values, Data Templates and Random Data Generators in validations (Response Body, Response Headers).
- The “Conent-Type: application/json” will be automatically added to all of JSON or GraphQL requests. However, if you set a header with the same name, Testfully honours it and won’t set the “Content-Type: application/json” header anymore.
Fixed
- You might have noticed that sometimes the “Past Runs” screen for automations include some irrelevant collections. We have fixed this issue so it only shows the corresponding collection.
January 11th, 2021
First release of 2021 should be a BIG BANG! You can run your test cases in browser!!!
Added
-
Run tests and test collections in browser instead of Testfully’s server and save on your monthly quota. Also, this allows you to run your test cases against your local API. Read more about this feature here.
-
We have recorded an in-depth demo of Testfully and made it available, worth watching it here.
Changed
- We have renamed a couple of things to make it easier to understand the purpose of each feature.
- Scenario -> Tests. They’re nothing but tests so let’s call them tests.
- Suite -> Collection
- Global -> Config
Fixed
-
Some of you might have noticed that when adding or editing collections, not all of the tests would show up in Tests section. This happens when u had more than 10 tests. We have now fixed this issue and you should be able to see all of your tests in Tests section.
-
You might have noticed that sometimes the result of running a test case or a collection of tests won’t show up in screen after running the test or collection. This issue is fixed now and the result should show up in a second or two.
-
There was an issue with deleting existing HTTP headers of steps within the tests. This issue is being fixed now and you should be able to delete any of the existing HTTP request headers from any of the steps within your test.
-
The Modal for running the first test or collection in a list cuts off the screen, as result you couldn’t see the full modal. We have fixed this issue now.
-
Clicking on one of the tests in a collection instance page would cause a full page refresh. We have now fixed this problem so there won’t be full page refresh anymore.
-
You could not duplicate a test at all! It was completely broken! Not anymore :D
December 10th, 2020
Testfully (beta) was made available to a small group of our friends to play with and give us feedback. This release offers the following features:
- Add environments and global values
- Add test scenarios and run them manually
- Add suites, run them manually or in in background
- Receive alerts when test scenarios fail