angvargheseOccasional ContributorJoined 4 years ago8 Posts1 LikeLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: ReadyAPI does not show the response when data source loop ran Yes, it was enabled. I disabled them and tried and its working. Thank you! ReadyAPI does not show the response when data source loop ran I have a test case with datasource loop with data fetching from external source txt file. File ran sucessfully and when i look at the transaction log, i can see all the loop has ran and each entry for the request, but when i click on open button it shows nothing. it shows as <not-xml/> is there any configuration there to fix it? can anyone help on this please? -AnilV SolvedCan I Import my Ready API TestSuites (REST) in postman? Hi, I have REST Api Test suites in ReadyAPI environment, Is it possible to import those Test suites in Postman? In our company we use both ReadyApi and postman. I am familiar with readyapi, so i created the testcases in Readyapi and the management wanted them to run in postman. is there any way to import these testcases in postman? thanks Anilv Ready API Error message in Header Hi all, I am trying to post a request in Readyapi (createmember) and getting the below error <data contentType="null" contentLength="63"><![CDATA[ExternalUserId in AuthorizationHeader either invalid or missing]]></data> The request is originally created in postman and imported into readyapi via project integration(postman collection). The reqeust which is failed in readyapi is perfectly working in postman. can anyone help me out here. request thanks AV SolvedRe: Ready API Error message in Header The issue has been solved Missing Authorization name instead of Token. it was given Token instead of Authorization and missing Bearer in front of actual token. thanks Re: Ready API Error message in Header This is my readyapi request header And below is my postman request header. well, there are hidden keys and values which i did not given in readyapi. Do you mean to give those hidden keys and values in readyapi header as well? Report Not able to generate for ReadyAPI TestModule (10 VUs) I have recently purchased ReadyAPI Test Module for 10 VUs. I was performing a load test for 2 minutes and there is no Report available. When i click on Report, it says Manage License. I have Test Pro in Blue color and rest of two in grayed shade (performance and vitalization). Do i need to purchase separate licence for getting Report ? Groovy script throwing an error I have one project running perfectly last week. however, the developer changed the namespace of the xml from source address xxx.com to xxx.com. i changed the namespace globally and it worked well. Today noticed groovy is throwing the following error. org.apache.xmlbeans.XmlException: error: Content is not allowed in prolog. error at line:28 in the above goovy script you can see, getting data from calculatloyalty respone. This is not happening now. can anyone help on this issue? Solved