-
What is the best way to publish Parasoft results on my TFS on-Prem Server
What is the best way to publish Parasoft results on my TFS on-Prem Server. Thanks
-
Any support for Cypress?
I'm using a Cypress PSoC 4 - is there any support for this ARM-based family in C/C++test? I have it compiling under the Keil compiler (I thought that might make things easier) but I don't quite know where to start. Thanks
-
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…
-
JMS queue issue in Virtualize
We have configured right JMS queue in all the assets. We have deployed these assets in local virtual server. but when we start and execute the E2E flow the destination queue names are wrong in event viewer and in actual we have configured correct queue in all the asset. Let us know the solution for this
-
Command Line-Interface Help
Is there a way on the command line interface (CLI) to import custom parasoft rulesets (C++) into parasoft? Please advise.
-
Unable to run Jenkins C++ artifact
Hi all, I am new to Jenkins, I have a simple "hello world" C++ project I use Eclipse IDE for C/C++ Developers (on Windows8) which is generating the makefile. I can run the .exe file produced by Eclipse but I cannot run the .exe file produced by Jenkins (my Jenkins instance is on a Linux server, hosted by cloudbees). I have…
-
How to edit .properties file
Hi, I exported my settings to localsettings file but for some reason when I edit the file to include more information it seems as though the changes are not reflecting back to SOATEST. It is most likely user error but I've searched online and can't find an answer so I'm hoping someone here can help me out. My scenario is…
-
Test Execution error
Hi, I am using Parasoft C++ 9.5 with Eclipse Luna C++. My project have multiple build configurations, as I have multiple modules in the project, each with its own main class and functions. When I create and execute a unit test for project A, the unit test runs perfectly, flagging out failed test cases properly. However,…
-
Using Jenkins in Parasoft
Hi, Any one know how to use Jenkins for deploying/migrating services from one parasoft server to another. I have on Dev instance and one External Instance and need to migrate the services created in Dev instance to External instances.
-
How to fetch the values from the extension tool respone.
Hi Team , Can any one help me how to fetch the values from the extension tool response? Or is there any to set the response in the global variables access further in the consequent test cases. Thanks
-
CTP Dropdowns not working
I am trying to do a simple SOAP scenario test. I want to select the WSDL in the dropdown, but the dropdown does not open. I am logged in as admin. Is this a license, permission, or maybe setup issue? I can create folders, thx
-
Empty CppTest Result Logs
Hi, I'm currently using Wind River Workbench 3.3.6.1 and C++test for Eclipse 9.5. When I run my auto-generated unit tests (compiled with the ccpentium) against a vxsim target everything works great. My cpptest_results clog/tlog files are created and I can generate my reports. However, when I run through a Target Server…
-
Return Comment in the node in form XML input view
we are using xml based req res pairs. We have choose Form XML input mode for response. also we have selected use data source node exclude empty values at node tree level . But we need to return comment out for this nodes if there are no values For example how do we configure it as its returning null values which is not…
-
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.
-
Issue in wait plugin
* Using file[com.parasoft.soavirt.tool.waitforxmilli-1.0.0.jar] from parasoft markerplace plugin details; Wait for X Milliseconds Tool that pauses test execution for a specified time in milliseconds. Version: 1.0.0 Created by: jholzinger Last Update: 4/9/18 8:40 PM * Once you add this plugin the console keep raising the…
-
Importing Custom Rulesets to C++ Test using CLI Tools
I am trying to import custom rulesets into c++ test using command line interface. Please advise how to go about doing this. Thanks
-
Running CPPTESTCLI is causing visual studio 2017 stuck in Preparing Solution.
Hi, Running CPPTESTCLI 10.3.4 from command line is causing visual studio 2017 stuck in Preparing Solution. No issue when running scan from visual studio on the same solution. Any suggestions ? Thanks
-
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 ;…
-
Extract the values from Payload request and use in Webpage to display records
Dear Experts I am newbie to SOA test. and my requirement(s) are below with Rest Service and SFTP Scenario1: 1) Run a POST method with JSON payload.in Request. Here response will be empty only 204 No content status code appears 2) Automatically launch a web page, and records should display, by automatically taking the…
-
Unable to see run time Groovy script errors in Virtualize
We are using SOATest & Virtualize 9.13 version. The issue is...we are not able to see run time Groovy script errors in Virtualize console logs. for example in the below method If I am referring the undeclared/undefined variable script is failing silently and not able to figure out where its showing the run time error.…
-
How to execute java program with out extension tool
I have written java program which has main method to call the perticual method ,how to execute this java class with out extension tool. Can any one help me on this. Thanks Swapna
-
Custom Script for current Hits and Total Hits
Hi Dear Support Team, I need two graphs to show "Current Hits" (Hit per second) and "Total Hits". How can I write a custom monitoring script to get current and total hits?
-
How to execute java program with out extension tool
I have written java program which has main method to call the perticual method ,how to execute this java class with out extension tool. Can any one help me on this. Thanks Swapna
-
How can I compare values in a data source
I have a data source with 3 columns, x, y, and z. Each are populated by different rest commands. Once I have the values stored in the datasource, how can I compare those to see if they are equal?
-
Soa test can spell check web applications in Japanese
Soa test can spell check web applications in Japanese
-
Send SOAP Calls via Virtualize
Hi Everyone, I need to simulate the following scenario: Step 1: Virtualize receives a REST Request that requests for status Step 2: Virtualize needs to send 3 different SOAP Calls to a webservice hosted on it Step 3: Virtualize responds back to REST Request received on Step 1 with statuses from Step2 I am currently unsure…
-
Generic method to Compare two array of response
Lets take a situation where you need to compare two array of response: Extract the source --> alter and append with '|' (Pipe) symbol --> source_orderIds Extract the target--> alter and append with '|' (Pipe) symbol -->target_orderIds Add below code as extension tool to compare: Using this code unordered array also gets…
-
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
-
getGeneratedDataSourceValues returning null
I'm trying to make a script in incoming Request -> payload, but when i try to put some values to use in response i'm receiving a null pointer. I'm getting the data source with context.getGeneratedDataSourceValues(). Anyone have any idea about what could I be doing wrong?
-
Data source correlation using request body and excel datasource
Hi all, I have a soap request containing and element with a value of 1000. I have a column with this value and I have double checked that the value is set to use this columm. However, when I set this request the fields are not parameterized with the information from the correct (or any) row. upon sending the request, the…
-
Test execution: error linking test executable for Test unit for selected sources.
I created a project in Eclipse 4.6(Neon) in ubuntu 16.04 with parasoft_eclipse_plugin. The test is generated successfully but i am not be able to run the test file because of the linking error. So, my question is how can i link a library that is defined outside of the project.
-
SOATest Report Issue - "NaN" displayed in place of Number of Service Calls.
Hi, I have been seeing “NaN” in place of number of service calls under API Coverage section on SOATest. But, Test Summary Section contains correct details (PFA for screenshot). Can someone help me fix this issue. FYI - I am generating pdf reports on SOATest. Thanks, Tarun
-
How to put wait condition between two web service calls
Hi Team, can you please me,how to put wait condition between two web service calls. Thanks, Swapna
-
Can any one explain me briefly about change template in parasoft soa test.
Hi Team, Can any one explain me briefly about change template in parasoft soa test. Thanks, Swapna
-
Test Case Editor
Hi, I have some issues to create a test case with the editor of this function (which is a 1st order filter): _void Filter1stOrder ( T_1STORDFLT_VAL * p_ptVal, /*in out*/ const T_1STORDFLT_COEFF * p_ptCoeff, /*in*/ VCMS_real fIn, /*in*/ VCMS_real * p_fOut, /*in out*/ ) { *p_fOut = (p_ptCoeff -> fXiCoeff) * fIn; *p_fOut +=…
-
About Test Case Editor
Hi everyone, I met a weired problem cause there's such no option like 'Test Case Editor' in my CppTest. Did anyone meet the same situation? Should I enable something? Any suggestions or commends are welcome!
-
Succesfull test in SOATest fails with SOATestcli.exe
I am implementing an automated parasoft test solution using soatestcli.exe. Our test suite uses sql query to validate test result. I currently have a probleme where SOATest and SOATestcli.exe gives different results. SOATest : all test passes SOATestcli : I get this error <Position XPath="/SQLException"> <Subtree…
-
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
-
CLI Import and execution
I am copying project folder into existing workspace (including .project file) and issuing cli command to import project folder into workspace and then run test command. However still getting missing resource/symbol message First command after copying folder into existing workspace soatestcli.exe -data -import I get below…
-
Response not reflecting on UI
we are able to see the response from virtual asset is going but its not reflecting on UI. Any idea about the delay or any jms properties needs to be set ? we are use XML based req and res pairs. we use JMS transport.
-
Does parasoft support xaml binding .
Hi, Does parasoft dotTest 10.3.3. support xaml binding ?
-
How to refer current project in data source path
Hi Team, we have same project referred in two different names. (1).ProjectName --> Local Git repository --> Remote BitBucket--> Environment Manager (2).ProjectName_Local --> workspace Working copy will be present in (2) and update the changes to (1) We are facing issue in the Test Data path: Moving tst or test suite from…
-
How to add assertion in Load Test
Hi every body. I added a "Browser Validation Tool" and I "parameterized" it, when I run test it in "SOATest" it return failure (it is OK) but when I run it in load test it doesn't work and all of test passed. I think that "Assertion" don't work in load test. Please see following images.
-
How run a test conditionally ?
Hi dears, I have a excel data source with multi columns and multi Rows, and in the SOA test i have some test (.tst) which each one included some test cases. I want to run .tst tests conditionally. it means for example check "Column A, Row 1" if value is "Yes" run whole A .tst test case, if value is "No" don't run it, for "…
-
Environment Variable Masking
Hi, I have a requirement to mask variable in external env file and use it in the script. Here is what i did In Soatest UI in my environment i right-click masked the value and exported the env It created variable value with mask-true and encrypted value Eg original value:Token After export env file masked value…
-
assertor option when the response tree is changing
we have case where the tree of SOAP response changes. Suppose we do get customer operation, in the response (first time hit) we get customer ID 1 as first child and if we hit second time we get same customer ID 1 as second child. this way if assert customer ID 1 as first child , my TC will pass for first time but, fail for…
-
Parasoft Example Project
Hi Team, Parasoft Example Project is disabled in my parasoft soa test.Can you please provide the steps to enable it. Thanks Swapna
-
How to call same java class from two extension tools in same test suite
Hi Team, I am calling same java class from two extension tools in same test suite ,first extension tool is able to call java class successfully and able to print some console messages. but using second extension tool ,I am not be able to call java class and not able to print console messages. please help me on this.…
-
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?
-
calling same java class from two extension tools in same test suite
Hi Team, I am calling same java class from two extension tools in same test suite ,first extension tool is able to call java class successfully and able to print some console messages. but using second extension tool ,I am not be able to call java class and not able to print console messages. please help me on this.…