May 22nd, 2017 by inflectra
We're very excited about the next version of Rapise coming out later this week. It has many enhancements and improvements for testing the web, mobile and desktop applications which we'll be discussing in future blog articles. It also has some nifty new features to make the testing of REST web services even better.
When you use Rapise to create web service tests for RESTful services, you use the built-in REST editor to set the URL, HTTP method, credentials and headers:
When you make the request, Rapise will report back the returned data in either JSON or XML format:
In addition, it returns the HTTP response headers from the web server:
You can then use the Record button to record this executed action in your test script:
In addition to this functionality that already exists in Rapise 5.0, We have now added some new features to the REST editor to make verification of the data even better.
Previously with Rapise 5.0, you could automatically verify the entire JSON/XML data packet returned by clicking on the main Verify button. However this doesn't give you much control over which properties you want to actually tests for. That made it difficult to write checks for the items that should the same each time (number of items, the names and values) whilst at the same time, ignoring properties that change (e.g. session IDs, or the ID values of newly inserted items).
The new Validation option in Rapise 5.1 lets you specify specific properties to test for:
In this example we shall verify the name of the book and the name of the genre:
When we choose the option to Create Script, we will now get:
var LibraryInformationSystem_Get_Books=SeS('LibraryInformationSystem_Get_Books');
LibraryInformationSystem_Get_Books.SetRequestHeaders([{"Name":"Accept","Value":"application/json"},{"Name":"Content-Type","Value":"application/json"}]);
LibraryInformationSystem_Get_Books.DoExecute();
LibraryInformationSystem_Get_Books.DoVerify('LibraryInformationSystem_Get_Books Response', "[0].Name", "Hound of the Baskervilles");
LibraryInformationSystem_Get_Books.DoVerify('LibraryInformationSystem_Get_Books Response', "[0].Genre.Name", "Murder & Mystery");
So instead of having to manual write verification steps in code after the recording, we now have an easy to use way of adding verification steps to our web service API tests.
Ask an Inflectra expert:
And if you have any questions, please email or call us at +1 (202) 558-6885
SpiraTest combines test management, requirements traceability & bug-tracking
SpiraTeam brings your teams together, managing the entire application lifecycle
SpiraPlan lets you manage your programs and portfolio of projects like never before
Orchestrates your automated regression testing, functional, load and performance
The ultimate test automation platform for web, mobile, and desktop applications
The help desk system, designed specifically for software support teams
Cloud hosted, secure source code management - Git and Subversion
Exploratory testing capture tool that automatically records your testing activity
Let us deal with the IT pain so you don't have to. Or use on-premise if you prefer.
Our customers work in every industry imaginable. From financial services to healthcare and biotech to government and defense and more, we work with our customers to address their specific needs.
Our products do not enforce a methodology on you, instead they let you work your way. Whether you work in agile development, Scrum, XP, Kanban and Lean, Waterfall, hybrid, or Scaled Agile Inflectra can help.
If you want to learn more about application delivery, testing, and more take a look at our whitepapers, videos, background papers, blog, and presentations.
Our suite of Accelerators speed up your deployment and adoption of our products, increasing your return on investment and reducing the cost of ownership.
We collaborate with a wide range of organizations to bring our customers a range of services (including load testing, training, and consulting), complimentary technologies, and specialized tools for specific industries.
Learn how different organizations have benefited from using Inflectra products to manage their software testing and application develooment.
Outstanding support is the foundation of our company. We make support a priority over all other work. Take a look at our support policy.
Discover great tips, discussions, and technical solutions from fellow customers and Inflectra's technical experts.
If you can't find the answer you're looking for, please get in touch with us: over email, phone, or online.
We are constantly creating new videos to help customers learn about our products, including through in depth webinars, all freely available along with a wide selection of presentations.
We provide a number of resources to help customers learn how to get the most out of our products, with free online resources, virtual classrooms, and face to face.
Read about Inflectra, our manifesto, and values. Meet our incredible customers who are building awesome things, and our leadership team that are committed to building a great company.
The Inflectra Blog contains articles on all aspects of the software lifecycle.
In addition we have whitepapers,
background articles, videos and
presentations to help get you started.
Events are a big part of our awesome customer service. They are a chance to learn more about us, our products, and how to level up your skills with our tools.
We partner with educational institutions and individuals all over the world. We are also a great place to work and encourage you to explore joining our team.
Please contact us with your questions, feedback, comments, or suggestions. We'll get back to you as soon as possible.
When you need additional assistance (be it training, consulting, or integration services) our global certified solution provider partner network is ready to help.
At Inflectra, we are fully committed to provide our customers with the very best products and customer service. Check out some of our recent awards.
We want to help developers extend and customize our tools to fit in with their needs. We provide robust APIs, sample code, and open source projects.