-
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 add jar files in CTP
Can any one help me how to add files in CTP? as my soatest project dependent on java project.
-
Code Composer Unit Testing
Hello, Just looking for a clarification. Does "CCS4xConnector.js" or cpptest (in general) support the instrumentation flow required to run a unit test on a TMS320C6x target and generate code coverage metrics? Or is it specifically for runtime analysis of Code Composer 4.x projects. Im very confused as to what level of…
-
HP QC
Is there anyway to upload the testcase from soa tool to HPQC without opening the QC
-
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 send file in the REST client
Hi team, we are having rest api that does take attachment. but i don't see an option in parasoft to pass attachment with the rest client. Regards Udaya
-
cpptestcli -list-configs do not display my Team rules
Hi, Running cpptestcli -list-configs do not display my Team rules. I have license for Team , From the VS GUI I can reach and run rules. Tried any format to point my team rules. Added all required tcm entries to my cpptestcli.properties file. Any suggestions ? Thanks In Advanced,
-
cpptesttrace does not collect data.
My build command, under Linux, . I would like to collect build info using cpptesttrace tool. I am using eclipse CLI scriptable build from the command line. The cpptesttrace recognized the project but does not collect the data, bdf was generated but with just few arg info. Any suggestions. Thanks In Advanced, .
-
cpptesttrace does not collect data.
My build command, under Linux, . I would like to collect build info using cpptesttrace tool. I am using eclipse CLI scriptable build from the command line. The cpptesttrace recognized the project but does not collect the data, bdf was generated but with just few arg info. arg=--print-search-dirs Any suggestions. Thanks In…
-
How to run Parasoft LoadTest from a Linux machine
I have created loadtest scripts (lt file) by using soatest scripts (.tst) and its working perfectly fine when i run from Parasoft loadtest 9.10.3. But when i run it from Linux machine by using the below command loadtest -loadtestserver [port number] -cmd -run [txt file] and the text file contains the below data var minutes…
-
Message Object Output
Hi every body, Message Object Output does not exist for virtualization incoming request, I need convert input to BytesMessage, but I have faced with error (String cannot be cast to BytesMessage). Note: I can use Message Object Output in SOATest but it does not exist in Parasoft virtualization, please refer to below link :…
-
JMS with ByteMessage
Hi every body, I read below article (section: Message Object Outputs for Clients Using JMS), but I can't find "Message Object Outputs" tools. please assist me. My SOAtest version is 9.9.5 https://docs.parasoft.com/display/SOAVIRT9103/JMS#JMS-MessageObjectOutputsforClientsUsingJMS
-
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…
-
How to Create a .tst Using a Windows Shortcut Key
How to Create a .tst Using a Windows Shortcut Key Description: Inspired by EM/CTP's quick actions feature, I took advantage of SOAVIRT's REST API and Windows Powershell to use an alternative method to create a client for those times when I want to quickly test an idea, demo a feature, or assist someone on the forums. :)…
-
Virtualization ISO 8583 over TCP/IP
Hi every body, I want to known that does Parasoft Virtualization support ISO 8583 over TCP/IP channel. How can I create a virtual asset for ISO 8583 messages are exchanged over TCP/IP?
-
Controlling Coverage information shown in the Coverage Explorer
The following applies for DTP version 5.3.3. By default, you can see the last two builds and any other build that has been archived in the Coverage Explorer. If you would like to have more Build Ids to choose from to examine their coverage, there are two ways you can do this: Recommended - Archive the build from the "Build…
-
Unit test generation issue with #ifndef preprocessor directive
I am trying to generate unit tests of a module with a "#ifndef" preprocessor directive in the code. It looks like that the code within the "#ifndef" is excluded even if the symbol is not defined and the identifier unidentified error is displayed because type definitions and variables are not parsed. Am I missing something?…
-
Header files not being analyzed/reported (Static Analysis)
How do I enable them in the analysis and report? Using C/C++ Test for VS2013. C++test 9.6.1.97
-
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?
-
Can any one please provide the steps to create Test Asset Folder in CTP
Before you can access the .tst files on this server from CTP, you need to add them to the TestAssets folder as follows (Test assets must be in this specific folder in order for CTP to access them)
-
CTP failed to execute tests with message "SOAtest was unable to execute the tests."
How to fix that?
-
Configuring and troubleshooting the JIRA Traceability Widget
After installing the DTP Enterprise Pack and installing the JIRA Traceability Widget, it might be confusing on where you put the data for your JIRA server and the authentication needed to access it. Also, it might seem confusing to get the data to appear in the widget the way you want it too. These steps are to help…
-
Addition of WSDL is resulting in handshake_failure
Hi All, I am new to Parasoft and am trying to create a virtual asset on this WSDL - https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl. But when I am trying to add it, the request fails and results in below mentioned error. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure Could someone help me…
-
Is there a way to export RESTful SOA tests as curl commands?
Hi, I am new to SOA tests and I am a developer. Is there a way to export RESTful API SOA tests to curl commands?
-
Appling C++Test unit tests to library projects using Code Composer 7 embedded
Greetings, I'm trying to generate unit tests for a code base that implements a library for an embedded application built for Code composer. Unlike the Parasoft Visual Studio version, the CCS 7 system doesn't seem to understand how to run the linker for the TI compiler on a 'project' that only creates an library archive. Do…
-
cppunit test library (c++test 10.3.4)
I've been trying to reproduce the ATM example from the tutorial (eclipse variation using cygwin tools for make & g++). Although the static analysis, test & stub generation work as advertised I'm finding nothing is happing when i try to execute the 'Run Unit Tests'. The target 'test' executible does not seem to be getting…
-
Unit Test unresolved cpptest objects.
The Parasoft plugin for TI Code Composer doesn't seem to pickup the cpptest libraries during a 'Build Unit Test' . The linker options on the project Properties/Parasoft/C++test/Build Settings/Linker options: are '${cpptest:original_options} ${cpptest:project_lib_files}'. Do i need to manually build the libraries?
-
No Valid license - Linux
We are trying to call the license server which is on Windows server 2012 from an Ubuntu linux system. Does the license server need to be linux as well or are there any config settings on the license server to allow linux? ERROR: Error: No valid license (MachineId: LINUX2-307da150)
-
Ambiguous protocol URL, cannot determine tool in multi-tool mode when running soatestcli on linux se
We recently installed soatest on our linux server and we're trying to run soatestcli with a test suite created from windows. We are using a localsettings.properties file to run the configuration but we get the following error :smile: "Ambiguous protocol URL, cannot determine tool in multi-tool mode: 0, ,…
-
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?
-
chrome blank page in web record
Hi, when I record new web scenario with chrome I faced with blank page and "Unable to start the Chrome test framework" error. please refer to following picture. my chrome version: 66 my SOATest version: 9.9.3 also I changed my "chromedriver.exe" to new version but still it have same issue. please assist me.
-
Using Static Analysis to Achieve “Secure-by-Design” for GDPR
Parasoft has configurations available for static analysis to support GDPR. While GDPR is big and covers MANY cybersecurity topics, we've focused on the "security-by-design" aspects and created static analysis configurations to support this part of GDPR. Configurations are available below and will be in future product…
-
Using variable in Custom Correlation
Hi dears, I have below scenario, but it does not work correctly. My Scenario : 1) I use a XML data bank for getting a value from incoming request 2) I use that value for correlation (in custom correlation ) but when I call it (variable) in Custom Correlation (scripting with java script), it return empty. please refer to…
-
Send multiple response at the same time
hello, we need to send 3 responses at a time or sometimes after getting the response of another service. We are using XML req res pairs. Can this be possible in Virtualize ?
-
Greenhills C++11
Has anybody had any success using Parasoft 10.3 with Greenhills 2016.5.4 using the --c++11 compiler flag. For some reason even though the project file (.gpj) that is used to import the project settings has that flag it gets left out when I look at the console messages. Once c++11 code is encountered I see errors in the…
-
Virtual Asset to respond with different responses for the same req param (stateful)
Hi, Can someone throw light on the following situation please? I have a Virtual Asset which is invoked by ColumnID. When the ColumnID "XYZ" invokes the VirtualAsset for the first time, the VA should respond with a particular xml and for the second time if the Virtual Asset is invoked with the same ColumnID "XYZ", then the…
-
Getting license error while running test through command prompt.
I get following error while executing tests from command prompt: "ERROR: Error: Command-line feature is not licensed"
-
"Comments shall not be nested." Custom Rule in Static Analysis
Hi, I have to add this rule to perform a static analysis. The rule is the MISRA C RULE 9. "Comments shall not be nested". Can someone help me? Thanks.
-
Does parasoft show test cases pass & failed detailed report?
Parasoft test execution report shows the number of total steps executed in "Succesful Tests" or "Failed Tests" or "Total Tests" . I want to know the number of test cases executed. In The below report I have ran just two scenarios which are data driven. But it shows Succesfule Tests as 88. I want to know total test cases…
-
Consume Api REST
Hello everyone. I would like to consume Api REST for realize test with platform. And I am working with Local machine (sandbox), but I cant connect on Api. Have I configuration something to do? Regards.
-
Trespass Database datasource cache
When i use a database as datasource the virtualize creates a cache from the table when deploy (or when request first time idk), but i need to access updated data sometimes. There is any workaround for this?
-
How add an extension tool that respond requests?
Hi, is possible to me add a totally custom response, e.g pass the request to an extension script and let him to respond with a Json? I'm very confuse about how do this, i try to add a script in the message responder -> response (tab) but on this i only can manipulate context on script created in that way. I want to receive…
-
Create custom rule during Static Analysis in Rule Wizard
Hi everyone. I've some issues to make this rule in Rule Wizard: "Only ISO 9899 standard C shall be used." I hope somebody could help me. Thank you.
-
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.
-
Is it possible run data driven test cases concurrently in Parasoft web test?
Hi All, I have created two test suites with separate data source. Each suite have set of web test cases. I have configured execution options for both suites as shown in above image. And All test cases got passed. I have selected "Test run concurrently" option and tried with test relationship option as "Test run as…
-
Execution time in traffic viewer different from the HTML Report
Hi Team, We are having an test execution focuses on defined response time. In execution result response time looks as expected. When we get the HTML Report for the same showing some additional time. Please let me know if there anything to be set to get precise value as the same as traffic. Regards Udaya
-
Groovy / Transactions / Question...
I have a question relating to groovy: If I have a table of transactions with each row containing about 5 or 6 fields, and say I have a module that involves each transaction row... I'm trying to think of a way using moduleList that I can somehow identify a transaction in the table reliably without using row numbers and…
-
AMQ Connectivity issue
Hi all, Im trying to connect the test case with AMQ configurations using SOATEST. I added the required JAR files and also i checked twice with the configuration url, context, username and password. But, i couldn't make a successful connection with the Cluster of AMQ. Please help me with this.