You’re 15 minutes away from fewer bugs and almost no test maintenance Request a Demo Now
Turn your manual testers into automation experts!Request a Demo

Release Notes: API calls, Homepage, sitemaps, toast messages, mixed infrastructures

Weekly Newsletter
Receive weekly testRigor newsletters packed with insights on test automation, codeless testing, and the latest advancements in AI.

Last week, we released several new features.

API Calls

  • We can now add more than one jasonPath/variableName to get more than one attribute of the API response.
  • Example:
call api post "http://dummy.restapiexample.com/api/v1/create"
with headers "Content-Type:application/json" and "Accept:application/json" 
and body "{"name":"Felipe","salary":"123","age":"29"}" 
and get "$.data.name" and save it as "createdName"
and get "$.data.age" and save it as "createdAge" 
and get "$.data.salary" and save it as "createdSalary"

*Note: Do NOT add line breaks for each attribute that will be saved. These were added only for viewer purposes, but it will not work in test cases if there is a line break.

Homepage

  • On the home page, we show the number of servers in use and the limit of servers.
  • In the closed folder, we show the number of servers in use if any.

Sitemap Support

  • A new command has been added to crawl the sitemap of any website that is either in XML or TEXT format.
  • Examples:
crawl sitemap "https://www.mywebsite.com/sitemap.txt"
go through sitemap "https://www.mywebsite.com/sitemap.txt"
crawl sitemap "https://www.mywebsite.com/testrail/sitemap_index.xml"

Toast Messages/OCR

  • We added the ability to use only OCR for screen parsing for individual check and click commands, which allows us to capture and interact with short-lasting toast messages before they disappear.
  • Examples:
check page contains "Search" using OCR only
click button "Run" using OCR only

Infrastructure

  • We can now mix mobile (Android) testRigor infra with an external provider (currently, only one extra provider is permitted). For example, in a mobile Android suite built on testRigor’s infrastructure, you can add new devices from BrowserStack (or the provider of your choice within the integrations we offer).
Related Articles

Release Notes: Scroll to End, AI Prompt Review

Scroll to The End of The Page This new feature enables automatic scrolling to the beginning or end of a page with a single ...

Release Notes: Native Date Handling, Override Chrome Extension

Native Support for Date and Time Operations testRigor now supports native date and time handling with new built-in variables and ...
Privacy Overview
This site utilizes cookies to enhance your browsing experience. Among these, essential cookies are stored on your browser as they are necessary for ...
Read more
Strictly Necessary CookiesAlways Enabled
Essential cookies are crucial for the proper functioning and security of the website.
Non-NecessaryEnabled
Cookies that are not essential for the website's functionality but are employed to gather additional data. You can choose to opt out by using this toggle switch. These cookies gather data for analytics and performance tracking purposes.