-
How to parameterize the "Variable Condition" field in the "TestFlowLogic" of "Execution Options" tab
I want to parameterize the Variable Condition field present inside Scenario >> Execution Options >> Test Flow Logic >> Variable Condition. I want to take the value from "Environments" or "Data Sources". The traditional way of specifying "${some_variablename}" is NOT working
-
Failed to respond to incoming message using data source row correlation
I have a request i.e. "crn":"234567890123456","amount":"200","settlementDate":"20091224", and a responder using a data source correlation of several response. And the response is to send the responseCode by validating the "amount" [<250] or [>250]. When I send a request via a Parasoft Virtualize .pva file the event…
-
Pass Parameters From SOATest to Selenic Test
I am running a test that calls a Selenic tested created from a Parasoft Recorder. I would like to pass few parameters to this test like the runtime environment (development, test, etc) and a customer id. When the test finishes I would like to determine the status and any errors that occurred. I thought I had seen some…
-
How to know if an existing service in parasoft is a Rest Api or not?
How can we get from service if the service is rest api or not.
-
Could you please tell me how to parameterize cookies and I can automate? not manually?
There is URL , no login; I type url in chrome , inspect and get cookies find in header. Go back to tool and go request header copy paste cookies manually. There is a get request in rest API in parasoft tool; it should be cookies (each time new one) on header when I run the test. I do manual. I go to url and get cookies and…
-
How do I convert XML data into an excel.
I want to fetch data from XML and put it into an excel. My XML data is like: ABC 123 I want to convert these data in Excel in table format
-
How can we parameterize a dynamic URL parameter (not q Parameter)
Here is the path: /eosservices/SOHServices/api/v1/group/SOH/customers/id (dynamic value)/locations?q=customerNumberTypeCode==CDF;statementofHealthReportingLocationID==86A&limit=2 I want to parameterize the "ID" parameter which is going to be dynamic and unique.. i should be able to read the dynamic value from the incoming…
-
Correlation / Extract Element Regardless of Order in the Request
Is it possible to do a responder correlation based on a particular element and its value, regardless of its position in the Request body? The case I am working with is where the user sends a request with the same elements, however the order randomizes each time. For example, if I am checking for the value of "Status" which…
-
test name parameterization
I have one payload with different vallues and headers. I created data source and added headers and values and also added column Test name. is there any ways to parameterize each test name so that test picks only headers and other values related to its name?
-
Virtualize : Use Database as datasource and parameterize SQL query
We are using excel as a datasource and parameterized the responder response. Since excel has limitations on rows , I wanted to use Database as a datasource. But, if i use database , the query needs to be parameterized since account number i use is unique every time. Based on the account number i need to get the rows from…
-
SAOTest Virtualize : Parameterizing Arrays of Varying Size
I have a requirement exactly the same which parasoft gave an example.. I tried reproducing the same but i couldn't see any response back. In the below example I could see that they have setup a response , but is there any specific request that i need to send to get that response ? I followed exactly same steps but still no…
-
parameterization with java code
Hi I have a request xml, with literal xml file option I am fetching the request. Now I want to parameterize the request node values with java code. can anyone help me into did scenario
-
Accessing Environment variables
Hi all, I am facing issue with accessing the variables defined in Environments. Hard coded values are working as expected but when parameterised from Environment files, it throws error as unable to fetch values. Scenario: I am having a scenario where I need to pass the wsdl and endpoint URL to the test. The value is…
-
Parameterizsing WSDL
Hi All, I have around 30 SOAP webservices and i would like to hit all of them and see their response. I am able to parameterize the WSDL, ENDPOINT from Environment variables. But i want it to be parameterized from my input sheet which is not getting recognized. Could you please help!! Thanks in advance
-
Pass virtual assets ID? into the URL path
So I have this JSON responder... The Input Mode is Multuple Responses and each of these has been giving a name matching what should be set in the URL so for instance; List of Multiple Responses; foo1 foo2 foo3 url example; server01..parasoft.local/data/layer/foo1/map So in my application if url directs to ;…
-
In Parasoft SOA test 9.9, Copy and paste operation doesn't work
I am using parasoft SOA test 9.9. I have a weird problem of copy and paste, when I copy some content from outside to tool. it's just erase the current content , But what ever is copied is not pasted. I don't know why, It was working fine before. I keep switching between different work spaces. May be this caused some issue.…
-
How to Send PDF file in a request field using Parasoft SOA test tool
Hello, I am trying to send a PDF file in one of the request field(fileContent). tool : Parasoft SOA test 9.9 { "fileMetadata" : "sfdsf", "fileName" : "dsdfsd", "fileContent" : "" } note that I am not just sending PDF file in the req, I also have to send some more fields along with the PDF file in the req. it;s just in one…
-
cross join on data sources
Hello, I get the fact that data sources operate based on row numbers but I would find it useful to define data on 2 data sources and operate on the cross join of them. For example Data source 1 A1 A2 A3 Data source 2 B1 B2 B3 I would like to operate on A1 B1 A1 B2 A1 B3 A2 B1 ... A3 B2 A3 B3 Is there any way to achieve…
-
how to parameter data bank x-path
Hello, I am trying to parameter data bank x-path from excel sheet. here is my scenario below is the x-path I have in my data bank. /root/item[1]/id[1]/text() Output item'1' will be picked up from the response. I want to parameter the Item[1] value with an excel sheet , so that I can control which item to pick up from the…
-
Iterate the datasource values
I have requirment to read a column - all the rows of an excel data source and send in my response. How to iterate over all the rows and fetch the value in the excel data source. Pl. help
-
How can I use a parameter from the SOAP response
as a parameter in a SOAP request? For example, Test 1 logs in to a service with a UserId and receives a sessionId. You can configure Test 2 to use the sessionId to perform transactions. To configure these tests: Clear the Deserialize Response checkbox in the SOAP Client panel of Test 1. Right-click the Test 1 node from the…