-
Having difficulties in using environment based data sheet in Environment Manager
We have QA1, QA2, PRE-PROD environments configured in environment. Each one has configured different environments and the test data file is also different. In local, i have used teh excel path in an environment variable which maps to the Datasheet path. Same is not possible with CTP, CTP is asking for valid xls, .xlsx file…
-
soatestcli unable to execute scripts having java code.
I am trying to run soaest scripts using soatestcli but ending up with lots of java code error saying "class not found." as I am using localsettings in this case do i need to make any changes so that my classfolder should get loaded along with scripts when run by soatestcli.
-
Using Session Tags in DTP
A Session Tag uniquely identifies results for a test/analysis run and used to distinguish it from similar test runs. There are three primary use-cases for session tags; 1. when running the same tests/analysis against different branches 2. when running the same tests/analysis in different environments 3. when running the…
-
localsettings.properties File Generation and Population
localsettings.properties files store important information regarding Parasoft tool's stored configurations as well as project parameters. A localsettings.properties file is required to utilize CLI integration, back up an installation, or transfer configurations from one installation to another. For 9.x dotTEST, C++test,…
-
Upgrade Process for DTP
Upgrading from a Previous Version of DTP (5.x to 5.y) Before upgrading from previous versions of Development Testing Platform, make sure you read the following sections below for more information and make sure all necessary adjustments have been made before proceeding with the upgrade: •Preparing for Update or Migrating…
-
"Invalid Configuration Location" after installing the tool
If the following window appears when a User is trying to launch the Parasoft tool: Invalid Configuration Location pop up. This message is reported by the Eclipse platform used by the Parasoft Tool when there are some problems with caching Eclipse internal data in the folder "configuration", usually located under…
-
Finding your Machine ID
Solution If you want to capture the machine ID, you can do so using one of the following methods: Method 1: if you are using the GUI. From the menu click on "Parasoft" and select "Preferences..." Then when the Preferences dialog appears be sure to expand the "Parasoft" tree on the left hand side and then select "License".…
-
Parasoft Event logs
Hi, Can we save parasoft event details in a file or in any log to access later?
-
Parasoft Findings Plugin
Parasoft Findings Plugin... While implementing it I came across one problem.. Jenkins is configured to pick the test pack from SVN. When the jenkins job is triggered it looks for the batch file in the workspace in SVN & then triggers the command line CLI to run the tests. After the test is finished it writes the report.xml…
-
Screenshots on failure for browser tests using Selenium WebDriver
As of SOAtest 9.10.2 you can automatically take screenshots when browser tests running with Selenium WebDriver fail. This lets you see what happened in the browser even if you weren't able to watch it happen during the test run. SOAtest can save your screenshots to a folder or embed them directly into HTML reports. For now…
-
How to unsubscribe using MQTT
Hi Team, Can you please provide the steps to unsubscribe using MQTT . Thanks, Swapna
-
Getting the Virtualize licence issue if we would have the enough licences while virtualizing the ser
Hi Team, We are having enough licences but still we are getting the error message as The number of licensed hits per day has been reached. Use a license with a higher limit, or wait until tomorrow when the per day limit has been reset to process additional requests. Attached the screenshot for the same. Kindly take a look…
-
SOATEST: Not able to connect to database while using Oracle 12.2 JDBC drivers
I have been using Parasoft SOATEST 9.9 and was using it to develop and run my web services tests against our server(which uses Oracle 11g drivers). Recently our servers got updated to use the Oracle 12c drivers(12.2.0.1) and I replaced my earlier oracle.jar , in the Parasoft workspace to 'ojdbc8-12.2.0.1.jar' ( I renamed…
-
How to have two variable conditions in Test flow Logic
I have two variable check for test execution, how do i make variable condition for this.
-
SOA Test DBTool is returning Null value for correct query
Hi, DB tool with Oracle is returning null value. The same query in Toad returns valid record from DB. Sometime if we execute DB tool multiple times it might reflect any record (which is intermittent). Also if we parameterize the query it shows record for only for the last parameter(in-case if it returns any record) Even I…
-
is there any other way to get get header response other than Header Text data bank?
Team, There is situation where i wanted to see whether the header is present or not. isPersent - working fine with Text Data bank. when the same text is not present test is failing- any other possibilities like xml Data bank?
-
Could not find a valid Message Responder to respond to this request.
Hi Team, I have created virtual asset ad deployed successfully(WSDL) ,Can any one help me,how to call the wsdl operations from the deployed wsdl? WSDL:http://soaptest.parasoft.com/calculator-02.wsdl Virtual End point: http://localhost:9080/glue/calculator/ getting the below error message while calling the add operation…
-
How to add additional server in LoadTest as a slave
Hi Team, I got the server information, where the Parasoft load test is installed. But i couldn't find in the available machine list in the machines tab. is there any way to this particular server as slave.
-
Do we have any tool to access Reddis server from Parasoft?
Do we have any tool to access Reddis server from Parasoft?
-
Creating a New Virtualize Java Project in eclipse
H Team, I am not able to find the path as mentioned in the Parasoft documentation to create the Virtual java project in eclispe(Choose File> New> Project. Select Virtualize> Custom Development> Virtualize Java Project) Documentation: Using Eclipse Java Projects in Virtualize Creating a New Virtualize Java Project…
-
java documentation is needed
where do i find the java documentation in the parasoft? please help me on this. Thanks, Swapna
-
Gradle integration with JTest
Someone asked me where one can find documentation on JTest integration with Gradle. Jtest DTP Engine ships with a set of plugins that allow you to easily integrate with the following build systems: Maven, Ant Gradle For details about configuration and usage, see the Parasoft Jtest Plugins manual shipped with the product in…
-
Can any one help me how to Virtualize the API response in parasoft
Hi Team, Can any one help me how to Virtualize the API response in parasoft . Thanks, Swapna
-
Facing 404 not found error using Responder correlation in SV9.10.2
Hi Team, Facing 404 not found error When using CDATA(Ex:TransactionID) element Xpath to enable correlation under request body responder correlation in virtualize 9.10.2 Steps to Reproduce: 1. Create SOAP responder and paste the response(attached file) in the literal view and change it to form XML 2. Navigate to the…
-
I am looking for java predefined classes in the Parasoft
Hi Team, I am trying to create sample java class in the parasoft but it asking for Java class name and method . Please help me on this. Thanks, Swapna
-
Edit/Update/Modify Test response object and write to another file using Groovy script
Hi there .. So I am pretty new to the groovy scripting world and some help on this would be appreciated .. I am writing the response object of a test scenario to a text file on file system. (Response traffic -> Write File ) Now the objective to update the response using groovy script and save it in another file. How to…
-
Installing DTP on Windows 10
By default DTP tomcat will have a conflict with port 80 on Windows 10. modify this file [DTP_HOME]/tomcat/conf/server.xml and restart DTP services: https://docs.parasoft.com/display/DTP533/Starting+DTP+Services
-
XML Validator
If we need to Validate incoming request and if the validation fails then how to send the error in response. We have already selected Incoming request-->Payload--> XML validator. Please help here
-
Not able to fetch data from CSV file in Parasoft virtualize - Community Edition
I am trying to fetch one value from csv file for a wsdl but getting success response in soap and not getting the data in the response. Example- Expected - <?xml version="1.0" encoding="UTF-8"?> 25 Getting- <?xml version="1.0" encoding="UTF-8"?> ** ** Tried all the ways to get the value but not able to. Can somebody please…
-
Iterate through the Database Data Source
Hi, I am current attempting to use a Database Data source to verify result returning from the web service. I've created a simple test suite that included a Database Data Source (DDS) and a simple test. This test would include a XML Transformer and XML Assertor. The DDS contains a simple SQL that return 1 column with 3 rows…
-
Setting Project File Format Without GUI
SOATest supports three different file formats for tsts. Normally, this configuration is made through the SOATest GUI Preferences: Parasoft>Preferences>MISC>>> Save Settings>Project File Format Normally, it is best to leave the default Compressed XML format because of the overall effectiveness of the format,…
-
Authenticate Before Every Test Run
Good morning, Is it possible to configure a test scenario so that no matter where you start the test from the "Authentication" and "Initiate" tests will run automatically? For example: If I clicked on "Test Suite: Test Suite" in the below screenshot to run the "GET-Bill Status" I want SoaTest to Authenticate & Initiate the…
-
Groovy - Asserting that all JSON response elements have content
I have a test scenario with hundreds of response elements and I am trying to script an assertion to ensure that none of the elements returned as null. There must be an easy way to use a wildcard to search the entire response body for a null field, but I can't figure out how to do it. Can anyone suggest a better solution to…
-
Iterating through Database Data Source
Hi, I am current attempting to use a Database Data source to verify result returning from the web service. I've created a simple test suite that included a Database Data Source (DDS) and a simple test. This test would include a XML Transformer and XML Assertor. The DDS contains a simple SQL that return 1 column with 3 rows…
-
How to validate first 15 characters of a string in Diff Tool
I have extracted the header using "Header Text Data Bank", in that environment specific values are there. So i used diff tool to validate against my expected string. On failure used ignore differences, now anything that comes in header is passing the test case. Any suggestions? Note: In that response header text 1st 15…
-
Adding Headers to DTP tomcat
*This is custom work and is to be done at the users discretion. Incorrect implementation may prevent DTP from starting. BEFORE any manipulation to the web.xml, MAKE A COPY and store as a back up* The following will walk through an example on how to add a few Security headers to your DTP tomcat web.xml: First let us look at…
-
got the result, but test failed in mongodb tool
Error Message: Test failed. Additional Details: No additional details available
-
Not Getting the result in MongoDB Tool
Error Message: Timed out after 10000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. Client view of cluster state is {type=UNKNOWN, servers=[{address=vpsdb-dt-a1q.ula.comcast.net:27020, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSecurityException: Exception…
-
Upgrading DTP Enterprise Pack
* Stop older version of DTP Enterprise Pack using following command ./dtpservices.sh stop Or dtpservices.bat stop * Unzip new distribution of DTP Enterprise Pack package. Using a command prompt, run following command /dtpservices.sh upgrade --target <dir> Or dtpservices.bat upgrade --target <dir> <dir> refers to directory…
-
Parasoft Support for OWASP Top 10 - 2017 available now.
Parasoft has configurations available for static analysis to support OWASP Top 10 - 2017. OWASP Top 10 - 2017 was released today. Some old items were merged, some removed, and a few new ones added. New configurations for static analysis will be in the next release of each product, but for now you can download them directly…
-
Parasoft Support for CWE "On the cusp" rules
Parasoft has configurations available for static analysis to support the "On the cusp" list from CWE. These are the security weaknesses that didn't quite make the top 25 but are still important issues. New configurations for static analysis will be in the next release of each product, but for now you can download them…
-
Parasoft Findings plugin now supports Jenkins pipeline jobs
Starting with version 10.3.5 of the Parasoft Findings for Jenkins plugin, Jenkins pipeline jobs are now supported, in addition to Freestyle and Maven jobs. Static analysis, unit test, and functional test results can all get published using a pipeline script. For details on how to do this, please see the documentation for…
-
Parasoft Findings plugin now supports Jenkins pipeline jobs
Starting with version 10.3.5 of the Parasoft Findings for Jenkins plugin, Jenkins pipeline jobs are now supported, in addition to Freestyle and Maven jobs. Static analysis, unit test, and functional test results can all get published using a pipeline script. For details on how to do this, please see the documentation for…
-
How to parameterize a value for a parameter in request URL
i have a URL which has multiple parameters like x,y,z, one of the parameter is current date. for example, take y as Current date. whenever I hit the front request, the back end URL should pass current date as one for the parameter and my mocked response should pick up. anyone please let me know if you know solution to…
-
How to parameterize a value in the request URL parameter
i have a URL which has multiple parameters like x,y,z, one of the parameter is current date. for example, take y as Current date. whenever I hit the front request, the back end URL should pass current date as one for the parameter and my mocked response should pick up. anyone please let me know if you know solution to…
-
Parasoft Findings plugin now supports Jenkins pipeline jobs
Starting with version 10.3.5 of the Parasoft Findings for Jenkins plugin, Jenkins pipeline jobs are now supported, in addition to Freestyle and Maven jobs. Static analysis, unit test, and functional test results can all get published using a pipeline script. For details on how to do this, please see the documentation for…
-
Parasoft announces the release of Jtest 10.3.4 Milestone 1 Beta
Our coding Paratroopers have been working ferociously on the next release of Jtest (10.3.4), putting together some neat features that you will enjoy. Instead of waiting until our full release, we are pleased to announce a Jtest 10.3.4 Milestone 1 Beta, that you can download today, from our customer portal. In this beta, we…
-
Parasoft announces the release of Jtest 10.3.4 Milestone 1 Beta
Our coding Paratroopers have been working ferociously on the next release of Jtest (10.3.4), putting together some neat features that you will enjoy. Instead of waiting until our full release, we are pleased to announce a Jtest 10.3.4 Milestone 1 Beta, that you can download today, from our customer portal. In this beta, we…
-
Defining custom metrics for C/C++ [Halstead and others]
We are migrating from version 9 to 10 of C/C++. One of the things we wanted to do was run more metrics on code. Discovered a short blog on how to export, modify and then import the properties file. In our case we want to try out Halstead metrics and any of the other metrics available for C/C++. When we do the export we see…
-
cpptest does not generate bugs report!
I am running cpptest with the command line using cpptesttrace and cpptestcli. I do have cmake build system. The analysis has never caught any bug and always shows that the number of files that have been checked to 0. Not sure what is the issue exactly. Here are the commands that I run cmake -G "Unix Makefiles" ..…