-
How to parse response in jython extension tool?
Any tutorial to parse xml response in jython extension tool? or any library best to use with soatest
-
HTTPS request trigger taking 21 sec to reach the server
Hi, I have a test with HTTP 1.0 Protocol which trigger webservice. When I hit the request from SOA test tool it is taking 21 sec minimum to reach the server. Can anyone help why it is taking time? Thanks in Advance.
-
IntelliSense on the scripting
Is there a way to get "IntelliSense" working when doing scripting in the extension tool? I am thinking not but want to make sure. I would assume an option would be to do it outside of Parasoft in another eclipse instance or is there some setting to allow this?
-
Parasoft CLI Issue
while running my project through CLI getting this error. ERROR: : An instance of Eclipse seems to be already running in the selected workspace. Please shut it down and try again. I have closed the GUI Instance before running via CLI. Even I have restarted my machine but same issue.
-
XML Output for Reports
I recently noticed on the reports when a test is run (Report set the report.html) that there is not a corresponding xml file (report.xml) associatied with it. Is there a setting for that? thx
-
Compare XML and Json Response
Planning to move a service from Soap to Rest Json. I would like to prepare a test suite that help me compare the old Soap XML response with the JSON response.
-
How to check assertion status or test result of specific test step
Hi, Can someone please help me check the test result of specific test step.. Or result of previous test step Or result of assertion in previous test step. I can do this on SOAP UI But don't know how this works on SOATest. Thanks, Tarun
-
Assertions against a Datasource
Lets say I have a Writable DS that has a few entries. I run a REST Call and get a value back and need to verify that value is contained within that DS. Is writing a script to do this the only way or is there a "out of box" assertions that can be used?
-
Assigning variables to Data Source
Trying to fulling understand this pattern. Lets say I have a JSON Databank and write a value to a writable DS. The DS ends up with 10 entries. If I assign a Variable to the DS column, will that variable become "Mutable" and contain a single entry and change with each new entry, or will it contain all the values as an array?
-
Anyone providing Parasoft SOA Test online training?
Hello All, I am looking for a Parasoft online trainer urgently. If anyone is interested please let me know. Thanks, Arindam. Email : arindam.itsme@gmail.com arindam dot itsme at gmail.com
-
which assertion can be used to check value of element is present from the list.
how do I check if a value is available from the list. for an example I want to verify a value NJ for element "state" is present in ( NJ, NY, PA, CA). I tried JSON Assertor --> String Comparison Assertion with "Element must contain" - "Expected value NJ,NY,PA,CA which did not work.
-
Unsupported Cipher Suite error when connecting to IBM Websphere MQ
I am trying to connect to IBM Websphere MQ through SOATest 9.10. Have the SSL configuration enabled and I am using "SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256" ciphersuite. When I try running the test, I am getting below error: "MQJE001: Completion code '2', Reason 2400 (MQRC_UNSUPPORTED_CIPHER_SUITE)". Has anyone faced this…
-
JSON assertion validation for status code 200.
My script reads test data from excel which also has a status code( expected result) column in it. Scripts fetches data from excel and compares it with status code to validate. Since output of my API is generated in JSON format, I am using JSON asserter to validate status code. The problem that I am facing is for a scenario…
-
How can I retrieve/use the project location in a relative path to open and read/write to a text file
I am using the following Jython script to read and then update a value from a text file on my local pc, but need to be able to use a relative path to identify the file in both line 7 and 14. I have verified my PROJECT_LOC variable is: "C:/Users//File/Path/To/Workspace/Project". Any help is appreciated. Works Locally but…
-
Unsupported Cipher suite error received when connecting to IBM WebSphere MQ
I am trying to connect to IBM Websphere MQ through SOATest 9.10. Have the SSL configuration enabled and I am using "SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256" ciphersuite. When I try running the test, I am getting below error: "MQJE001: Completion code '2', Reason 2400 (MQRC_UNSUPPORTED_CIPHER_SUITE)". Has anyone faced this…
-
SOATEST - Create customized report for a test result.
How to create customized test result report in SOATest? The default report format which is available on in SOAtest is not enough. we want to add / remove few column to it. Help will be greatly appreciated.
-
BDD tests in SOATest
Can we write and execute BDD test cases in SOATest like we do using Gherkin and cucumber in Eclipse?
-
Datasource stop recognizing the Excel tabs when the 5th tab was added
I am using a single excel file as a datasource and have created multiple tabs in it to provide in SOATest datasource for different tests. It was working fine with 4 tabs. when I added 5th tab, Soatest stopped recognizing the tabs (Sheet) in data source. Is this known issue? anyone else have encountered it? could you please…
-
I would like to extract the status of a test and post it directly to Rally API.
I have to update the test result status of my tests to Rally. I am checking if there is any way I could extract the status of a test from the execution report and post it directly to Rally API. Is it possible to extract just the pass/fail status of a test from SOATest? If so, how to do it? If there are any other options…
-
I wanted to test an App using SOAtest. How to invoke that app using SOAtest?
I wanted to test an App using SOAtest. How to invoke that app using SOAtest and continue recording the scripts. I can use the URL to invoke the web application but to test an App what should be done? The app I am trying to work on has functionalities similar to the web applications except this can be tested only using the…
-
Save a file
Hey Parasoft, I have a URL that when I goto it - the browser's Open, Save, Cancel box displays. How can I have SOAtest go to the same site and save the file on to my hard drive?
-
SOA Test 9.9 unix installation- how to intercept http traffic via proxy
Hi, I have a SOA Test installation on Unix , version 9.9. i have updated the local setting file which in our case is propertie file with values :- proxy.enable.proxy=true proxy.use.system.proxy.configuration=false proxy.http=localhost proxy.http.port=7071 On the same box i have installed ZAP proxy and was attempting to…
-
chrome browser test on Linux Soatest Server
Hi Facing difficulties running my browser tests on SoaTest Server running as war on tomcat. The document I read was not very clear with servers. I tried Starting Xvfb buffers in the beginning, but it did not work export DISPLAY=:0 Xvfb :0 & and stated the execution but no luck. Can you please guide me with proper steps?
-
Run Two Clients in Sync.
Hi Team, I have requirement like I need to do performance testing for 2 operations/clients. Issue is Operation A has dependency on Operation B. first I need to run Operation A then Operation B -- Valid Sequence. But Loadtest simply firing Operation A multiple times without any sequence with Operation B which causing…
-
Export test results from Quality Tasks - requesting guidance
Hi, please let me know how to export the test results in an excel or text file from SOATest's Quality Tasks window. I tried copy pasting the entire contents on to an Excel sheet but the results are not extracted in the way to perform further actions.
-
How to use multiple response generator in parasoft service virtualization?
Hi Team, can anyone help me on how to use multiple response generator for virtualization?. i have some situation where i need to use this. Thanks Nihar Ranjan Arisal
-
SOAtest Server Port
I have two VMs where soatest server license is on one and Virtualize on the other. Both WAR file deployments. Need SSL connections. Can they both be run on 8443 port or does Virtualize run on 8443 and SOATest 9443? thx
-
Can i change the port of a message proxy in SoaTest Server?
By default, with http a message proxy uses port 9080, can i change that for a specific proxy to use something like 80 or 443?
-
Want to store data in variable fetching from XML databank in javascript for custom assertion
Want to store data in variable fetching from XML databank in javascript for custom assertion. Can you please help me? For example, In XML data bank I have extracted an element named "Date" In Custom script, I want to store this element in a variable. What should be the syntax?
-
How to use context.report in output custom tool
Hi, I am doing some custom validations. I added extenstion tool as an output to response. How can I make the custom tool failure with a error message which I can see in the report while running using cli For eg in extension tool I have a condition If a==1 Result pass Else Result fail with message “a is not 1” I tried…
-
How to use context.report in output extension tool
Hi, I am doing some custom validations. I added extenstion tool as an output to response. How can I make the custom tool failure with a error message which I can see in the report while running using cli For eg in extension tool I have a condition If a==1 Result pass Else Result fail with message “a is not 1” I tried…
-
Upload test case from local to remote using soatest rest api
Is it possible to upload your test cases from local to remote server using soatest rest api? I found one api but I am not sure about the message body http://paraosoft:9080/soavirt/api/v5/tools/copy { "from": { "id": "" }, "to": { "parent": { "id": "" }, "name": "" } } Could some one please help?
-
Writable Data Source column not visible
I have a writable data source with a JSON data bank. I want to write a value in the writable data source but the option is disabled in the JSON data bank. Is there an special configuration? Screenshots attached.
-
Set default workspace on soatest server
Could any one please help how to set default workspace on SoaTest server: I am using remote execution client and need to specify a different workspace location other than the default one ./soatestcli.sh -server "http://localhost:9080" -report "Reports" -resource "_TestAssets/jenkins/test-run/tests/arvato.ts_t" Also I…
-
Reports
Is it possible to "View Traffic" on successful reports also? Is there a setting for that to be displayed? I understand it may make the file very big. thx
-
How to parameterize current date and system IP address (changed dyanmically) in virtualization
Hi Team, Can any one help me on how to parameterize the current date and Web IP address which is changed dynamically in soatest virtualization. Thanks & Regards Nihar Ranjan Arisal
-
How to make corelation with dynamicaly changed data in request reponse log?
Hi Team, Can anyone help me on below issue. While virtualizing one of our service we came across a situation where there is no similar data to make correlation except one which is changed dynamically in both request and response log. Only one similar data is there "RequestedDeliveryDate". But this is changed dynamically…
-
WSDL URL error
Trying to learn Soatest utilizing the documentation as reference and ii keep running this error when i give the URL "http://localhost:8080/parabank/services/store-01?wsdl" Not sure on how to resolve it. Any help is appreciated.
-
How to add pymongo jars(files ) on soatest server?
In soatest tool, we configure by giving pymongo jars path in windows-->parasoft-->scripting-->jython home... In the same way how can we map or congifure files(jars) on ctp(soatest server).?
-
How to do regular expression in parasoft SOATEST
Hi team, Can anyone help me on this. i need to know some regularization in Parasoft while creating Virtual asset so in CTP after pointing it will work for some specific combination of data. i need to do some regularization so that. correlation will be done and it will take data like: some specific number starting with 12…
-
Combine two fields of SOAP response to One
I would like to combine two fields values of same SOAP response into One. So that I can assert the One filed of SOAP to REST response field. SOAP Response: Field 1 = date Field 2 = Time Combine SOAP field (1 &2) to Field 3. Assert SOAP Field 3 to REST response field. How should I do this?
-
Need an api to get the clientIP (of the incoming request) from Virtualize message stub/responder
Is there any api to retrieve clientIP of the incoming request from Virtualize message stub/responder?
-
Incremented test variable
I have a test variable which stores value from Text data Bank , how can I use the incremented value of variable in my test case.
-
Set TestFlow Logic in "SOAtest-Cucumber Integration"
Hi Team, I'm able to implement "SOAtest-Cucumber Integration" while getting issues when I set some test flow logic in soatest but same doesn't get replicated once it's deployed to Soatest-server for testing. Is there any way like, I can put if else logic in step_defintion.json to run certain tests depend on scenario…
-
Integrate JIRA with Parasoft SOA test.
Hello, Currently our team is working on API Testing using Parasoft SOATest. We execute all the test cases and track the results for each test cases using ALM(VAPI scripts). Now the management has asked us to move from ALM to JIRA. Please help me to understand the steps to do it if you have done this before. Thank You!
-
SoaTest supports Xpath 3.0?
Does SoaTest supports Xpath 3.0? I could see some xpath functions not accessible: op:date-greater-than($arg1 as xs:date, $arg2 as xs:date) as xs:boolean op:subtract-dates($arg1 as xs:date, $arg2 as xs:date) as xs:dayTimeDuration
-
Poll API or DB for status change
* In one of the test case we wait for Db column “STATUSID” to change its value from 800 to 900 and it takes a little while to get the changed value, so how can we poll the db for the changes? * Also we have restful api which returns response with the same “STATUSID” is it also possible to poll api until we get the changed…
-
Soatest maven is not able to locate the transient dependency of a project
Hi, I am adding one project as a dependency in my maven soatest project as below com.myorg.selenium logtransactions 1.6-SNAPSHOT However I am getting the below error : org.apache.log4j.Logger.trace(Ljava/lang/Object;)V java.lang.NoSuchMethodError: org.apache.log4j.Logger.trace(Ljava/lang/Object;)V at…