-
Extension Tool in Responder_ ParasoftVirtualize
Hi, I am using extension tool(Incoming Request payload--->Extension tool) in responder. i want to convert incoming request which is in .xml into String using Java. Please help me over this
-
Run a particular test in the suite multiple times
Is there a setting in Parasoft SOA which allows the user to run a particular test multiple times??? For example in my Test suite I have test1, test2 and test3, I want to run test2 three times before running test3. Is this possible?
-
How can I store a variable in a data source using groovy
I'm trying to store a Header in a Data Sorce using groovy but I'm not able to do it. I'm using: import parasoft.com.*; String grabHeaderValue (input, context) { String headers = input.toString(); int dateIndex = headers.indexOf("Date:"); int endIndex = headers.indexOf('\n', dateIndex); String desiredHeader =…
-
Removing DTP engine results from DTP
Please note this will only work with DTP Engines. To delete data that has been published to DTP from a DTP Engine, you will need to you will need to use the "Build Administration - Statistics" Widget. https://docs.parasoft.com/display/DTP531/Using+Build+Administration The result/reports from DTP Engine when published to…
-
Get array of response using JSON Databank options
I am looking for easiest options to add comma in between the array of elements. I have an work around to use for in json data bank xpath regular expression. Looking for other parasoft inbuilt options. For example, root/customer/id[1] - One element Expected: root/customer/id[1] - Element1,Element2,Element3,Element4
-
Parasoft announces the release of C/C++test, dotTEST, Jtest 10.3.3, and Parasoft DTP 5.3.3
We are happy to have released the latest updates to Parasoft’s development testing products, including the 10.3.3 versions of Parasoft C/C++test, Parasoft dotTEST, and Parasoft Jtest. In addition to the 5.3.3 versions of Parasoft DTP and the Parasoft DTP Enterprise Pack. For this update, we focused on providing customers…
-
Incremeting the variable declared at scenario level
Hi, I declared a variable(integer type consider x=0) at scenario level. I have a value(consider 3) coming from the JSON data bank. Now I have to increment my scenario level variable(0) upto value(3) that I'm getting from JSON data bank. Please suggest me a way to do that. Thanks
-
Need to connect to DB using Extension tool
Hi, I am trying to connect to a Oracle Database using a extension tool for which i am getting an error saying that it was unable to locate the jar i have specified the Jar in preferences in the JDBC configs, yet it was giving error. My idea of using the Extension tool is that i would fetch a random row from the DB and use…
-
DB Tool in Parasoft Virtualize
Hi, I am using DB tool in .pva and the connection is successful but I am unable to see output in traffic viewer also, I am unable to save the result in xml data bank. Please help me over this
-
Relation between Writable data source setup and test suite execution
Hi Team I have a test suite 1: which extracts and writes to writable data source ds1. Test Suite 2 and Test suite 3 runs based on the data available in ds1. Problem here is **Test suite 3 is not getting data when ds1 has ** Standard test modes : Append Reset Frequency : Per write access The same works fine when ds1 has…
-
Parasoft support for UL 2900 device cybersecurity standard
The latest releases of Jtest, C/C++test and dotTEST have configurations available for static analysis to support the new UL 2900 cybersecurity coding standard for devices. This standard has been recognized by the FDA, making it a good choice if you're working on medical devices. In a nutshell, the standard requires you to…
-
Running a cmd command using jython.
Hi all, i tried running a cmd command in Soa test but there was no out put from com.parasoft.api import * from java.lang import * from java.io import * def runMyCommand(input, context): proc = Runtime.getRuntime().exec("cmd /C "dir c:\"") inStream = BufferedReader(InputStreamReader(proc.getInputStream())) outputLine =…
-
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…
-
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…
-
Feature Request : Rearrange the order in Databank and Assertion
Hi Team, Its very difficult to maintain large number of field fetch and multiple validations in assertion. If we have an ordering option, it would make the testers job easier. Please provide your valuable inputs. Regards Udaya
-
How to skip a node from JSON assertion
Hi All, I am having total 15 scenarios in my test and i am using value assertion to check for the correct values in the response but i am facing one problem suppose for first scenario i am having one element in the response and i have added that in my list of assertion bu for the 3rd scenario that element wont come in the…
-
Axis2 Logs in Tomcat Folder
Hi Everyone, I just have a few questions regarding the Axis2 log that is being generated under the tomcat folder: * What is it for / What is it logging about? * How do we control it? (ie. limit file size/change archive settings) Im asking this as we recently updated to 9.10 and we noticed that, after a clean install, the…
-
Unsupported boost lib versions for Insure++ 7.4/7.5
Insure++ is unable to function with projects which use boost lib versions 1.5x Typically seeing the message similar to the following: Unix/Signal.cc:527: panic: received signal 11 while in runtime @(#)GITid: Unix/Signal.cc d2a4ea9d1738e811690bbe377751f92f813 ThisThread.cc:857: abort @(#)GITid: ThisThread.cc…
-
Global Data Source Definitions for Jenkins (soatestcli)
Hi, how can I import a data source (data group with several excels) defined as 'Global Data Sources' when starting SOAtest from the cli? I was unable to find anything in the localsettings. is there a way to do this? maybe something similiar to the activeDataSource.xml? regards, urs
-
Feature Request : Rearrange the order in Databank and Assertion
Hi Team, Its very difficult to maintain large number of field fetch and multiple validations in assertion. If we have an ordering option, it would make the testers job easier. Please provide your valuable inputs. Regards Udaya
-
validate id in json response and pull the details associated with the id into the report
Hi, Below is my scenario, i have json response in json databank, based on object id i want to pull the details like: if id :2 { name:test number:1 } so based on id i want to pull the name and number into report.
-
Xpath Reg-Ex option for looping
Hi Team, I have an requirement, where i need to perform operation on two level of data in array. is it possible to perform regular xpression like below. (Nested For) for $itemX in (/root/item) for $itemY in ($itemX/products/) return if (condition ) then $something else $something else
-
Maintain integrity with data using writable data source
Hi Team, To maintain integrity of data while putting in writable data source. While extracting to databank, There should be an option to be given to replace "null" string where the node doesn't have value in it or the node is not present for given array path. For Example, I am trying to get 10 rows from Response/Database,…
-
Best Way to Run in Headless Mode.
What is the best way to run the server in headless mode? A windows service, Task Scheduler, etc? Running just via CMD does not seem logical when operational. thx
-
How to execute a single test case or test suite for defined time limit.
Team, I have a scenario, where i need to execute a test for 10mins. I can complete thru using Suite level variable and script. But wanted to know the tools feature to achieve it. I see there is an option to give max no.of loops, but looking for time limit specified option Regards Udaya
-
ERROR: Cannot launch process: Access is denied.
When you ran C++ Desktop you need to make sure C++Test you can execute your compiler. If you don't set it up properly, you will see a message like that: Error during process execution: Cannot launch process: "C:\gcc" "-IC:\Apps\Parasoft\C++test\10.3\engine\runtime\include" -I. -DPARASOFT_CPPTEST -v -E -dM -ffreestanding…
-
Best option to compare two different versions of tst file in SOA
Hi Team, We have a tst file where as 10 Test suites each test suite carries minimum 20 test clients. There was changed placed by team and checked in the tst file, Change was breaking lot of existing coverage. We faced lot of time to tweak the error , is there any way of mechanism allows to identify where the changes is??…
-
ctp-vsts-extension - Converts service url from https to http
Hi, I am trying out the Parasoft Service Vitualisation add-in for Microsoft vsts with a CTP instance running in Azure. We have configured the Parasoft VM to allow communication over https. While configuring the service in Microsoft VSTS, I add the service url as https://ctp....../azure.com:8443/em However, when the build…
-
Run python script using external tool
I want to run python script using external tool, i have place python.exe in executable and MIME type as application/output, input as simple helo python statement. MIME type as text/python. Please let me know the configurations, while running it is stopping at 47% of test configuration
-
Is there any reason why both WebElements and locators shouldn't be used in one Selenium test project
Hi, In my Selenium tests, sometimes i need to use locators (eg. driver.findElement(locator)) and sometimes I need to use webElements** (eg. List)**. I wonder if there is any reason, that using these to in one project is not correct and I should stick to one type and declare only locators or only webElements in every…
-
Do we have any Zephyr plugin?
Hi Team, we have to pass the test case in zephyr based on our parasoft test case status. is there any integration tool is available to update the test case status from parasoft tool. Regards Udaya
-
is it possible to write value to writable data source using groovy?
Hi Team, I would like to know the script option to write a variable value to a writable data source using groovy, is it possible? Any help would be appreciable. Regards Udaya
-
Extracting request to writable data source
Hi Team, This query is specific to my project. I can able to complete thru groovy script, looking for tool features. There is situation where i have to extract the permutation and combination from the request data. In the example i have customer as array and product as array, that need to be fetched as permutation and…
-
Parasoft support for VS 2017
Hi, Please find the below plugins we are using for our projects for VS 2013. We want to use for VS 2017 IDE. Is the support available? • For the C# plugin use: parasoft_dottest_10.1.1.exe • For the C++ plugin use: parasoft_cpptest_10.1.1_linux_x86_64.tar.gz
-
Patch for upgrading Concerto 4.9.x to DTP 5.3.3 with Oracle DB
When upgrading Concerto 4.9.x to DTP 5.3.3 using Oracle DB, GRS Database Updator 465 will fail without the attached patch. Please follow the directions below to apply the patch before starting DTP 5.3.3. Instructions to apply patch: 1. Shutdown Concerto 4.9.x. 2. Upgrade to DTP 5.3.3. 3. Before starting DTP, 1. Move the…
-
How to store request/response in Parasoft to a file through Groovy Script?
Need to store request/response of a testcase in a txt file at a location(path defined in data source) through groovy script.
-
Integration of parasoft soatest with pymongo
I have tried connecting to mongo db. using mongo db query tool, it is not working because of configurations from database, I would like to use pymongo to connect to mongo db. Please let me know the steps. Thanks in advance.
-
Is there a way to create projects in DTP automatically via an API?
I recall that we introduced the REST API to do that from curl.
-
Parameterizing option to send attribute as empty
Hi Team, I had a requirement where all the json values are parameterized. In which need an option to send the attributes based on the excel input. If excel input is empty, i don't required send that element. Regards Udaya
-
ClassCastException when using Event Monitor with IBM WebSphere Enterprise Service Buss platform
I'm trying to create an Event Monitor test with the IBM WebSphere Enterprise Service Bus platform. I'm getting this error: java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl cannot be cast to com.ibm.CORBA.iiop.ORB Under Preferences -> Java -> Installed JREs I added the IBM Websphere JRE and I have it checked.…
-
Is there a built-in method to measure runtime at file-level for Flow Analysis & CDD rules?
We were informed of a method called PSRC that we used to gather this data for Pattern-based rules, but we would like to know if there's also a built-in method for Flow Analysis & Code Duplication rules.
-
Running a test repeatedly
Hi, I am running a test and if it fails i want to go to the previous test and run the same test until it passes. Can someone let me know how to do it in Jython, if possible. Thanks Amit
-
Static code analysis for microchip mplabX project
I'm using parasoft 10.3, What are the steps for running static code analysis for unsupported compiler, i'm using XC8 compiler for 8bit micro controllers. I would like to perform only "MISRA C 2004" Static analysis but Parasoft tries to perform compilation. Users guide on page 48 says: Microchip Windows-hosted: MPLAB C…
-
Wait in soatest environment
Between my test case execution i want to insert some wait time. how can this be accomplished. i have tried sleep call in extension tool, but is there any build in feature?
-
Project Folder Not Showing up in Workspace
Project Folder Not Showing up in Workspace Description: One day you open up your Workspace and either one or multiple Project folders you have been working on are not showing up in the Test Case Explorer of SOAtest or the Virtual Asset Explorer of Virtualize. This behavior usually occurs when the .project file inside of…
-
Delete old users from CTP instead of having just "Deactivated"
It seems like I can not deleted user accounts from CTP, only deactivate them. They are deleted from the concerto server but still show up on the CTP instance. How do I deleted the users from CTP where they are not visible again. thx
-
Environment variables localsettings.properties
I have two Environment variables in my test. One is for DEV and the other is for QA. Can I tell soatest which one to use in a property file when I run the command line? Is this the one to use? exec.env=[env1; env2; ...]
-
Storing XML as a column in a Writable Datasource Slowness
there is somewhat of a similar question posted earlier on this forum about the "Slowness" of the datasource. I have tried all the suggestions that were listed, (Clearing Tasks, heap size, limit amount of tests in workspace etc.) and it takes "forever" to bring up and sometimes it does not come up. I only have two rows in…
-
connection Reset issue
Whenever i ran the request in SOA it will end up with "Connection Reset issue"
-
How to read datasource in Parasoft using scripting
Using script i want to read the values from datasource so that the same can be used across all TSTs.