-
Triggering SOAtest TestSuite Runs Using Java Code Internally through ExtensionTool
Requirement:- 1) I have a set of TestSuites In a Project. 2) I want to use Extension Tool that'll call Java code or another supported prmm. language. 3)Code will run the desired TestSuite on basis on some conditions that I'll set. Any Help appreciated. :smile:
-
Java Code Conventions
I want to analyse my code which is written with Java according to "Java Code Conventions" rules. Does parasoft include "Java Code Conventions" rules? Does parasoft have any option for selecting these rules?
-
auto-generate test for an individual unit within a module (C/C++ 10.4.1)
Hello, I am able to auto-generate test cases at a module level (c-file) by using the Generate Unit Tests (Generation, say 3 test cases per function). This generates test cases for all units within the module. Is there a way to isolate and generate test case of a single unit (function) within a module? I'm using C/C++…
-
Writing json response to an excel
I have a json response which i am storing in json databank. I want the same to be updated in an excel . I had gone through the following link https://forums.parasoft.com/discussion/2698/how-to-create-csv-files-editable-in-microsoft-excel-from-data-extracted-from-tests But my case is for an json response, not an xml
-
Extent report in parasoft
how can we create extent report in parasoft
-
Parasoft Jtest 10.4.2 Milestone 2 Build Available Now
Our development teams have been working diligently and have put together a milestone 2 release of Jtest 10.4.2. They have added many great features thus far and are continuing to make our next release even better. The items below are included in this milestone release. Static Analysis & Security Testing * Helps…
-
Parasoft DTP 5.4.2 Milestone 2 Build Available Now
Our development teams have been working diligently and have put together a milestone 2 build of DTP 5.4.2. They have added many great features thus far and are continuing to make our next release even better. The features and enhancements included in this milestone 2 build are listed below. * The performance of DTP has…
-
Custom Tool
Dear Support team, I create a custom tool and I define some GUI fields in "parasoft-extension.xml" based on below images, but I have a problem in parametrize inputs. when I want use ${my_var} in input fields it can't parse variable value and it return only string "${my_var}", please refer below images
-
Write Files not working in CTP
I am uploading the tst having write files for execution in CTP. When I execute the test case in CTP it is not creating any Write files. I have tried providing Target directory as a folder in my local machine, and by creating a separate folder in CTP and providing it as target directory. It does not work either way.
-
Understanding Support for Custom Report Formats And Generate Customized report
I know how to create XSL. But I need help in understanding on how to do we link the available parameters to XSL. Also is there any way to send report automatically after the test / suite run ? It would be helpful if some one can provide with some example of XSL. My report would need All Test Details Suite wise or…
-
How to reference a specific test from another test suite
I would like to reference few tests from 2 different test suites. May I know how can I achieve it?
-
HTTP Response Code 415
Hi, I am new to SOA Test. Recently I have started using SOA test in my project. But I am facing an issue in the response. The error message states as below. Error Message: Received HTTP Response Code 415: Cannot process the message because the content type 'text/xml' was not the expected type 'application/soap+msbin1'. Can…
-
Keeping the auto generated XML Document for Report Customization
After I generate the report i could see that there are few files including xml document where soatest tool uses the xml to parse and generate html document for reporting. However, the same has been deleted once the report has been generated. Is there any way that i can keep that file for my customized report ?
-
Error reading test log for Test unit for selected sources.
I build my unit test from eclipse base ide ds5 (Build test executable - generic embedded system ) then ı take ' test log for Test unit for selected sources' error. How can I Solve this problem? Could you give me quickly answer? Thanks
-
Error reading test log for Test unit for selected sources.
I build my unit test from eclipse base ide ds5 (Build test executable - generic embedded system ) then ı take ' test log for Test unit for selected sources' error. How can I Solve this problem? Could you give me quickly answer? Thanks
-
Cant get JSON response from Rest request
I have a client who is unable to have their JSON request return a JSON formatted response, rather, it responds in XML format. They have provided the appropriate header listed out in: https://docs.parasoft.com/display/SOAVIRT9106CTP312/Testing+RESTful+Services+1 However, it is no working properly. Could they be missing…
-
Merging test coverage status across tests in different projects
We have source files in a common library project that contain functions called by source code in other projects but we only have Integration Tests for Project A and Project B: Project CommonLib – contains a function common(int c) Project A – contains a function a() that calls common(0) Project B – contains a function b()…
-
assigning priority to scenarios' is Parasoft SOA Test
can we assign priority to the TCs' automated in parasoft SOATest? suppose i have 100 TCs to automate, i can group them based on priority ( in same .tst file) while execution i want to execute only P1 or P2 or P3 TCs. Do we have such an option?
-
AUTOSAR C++14 release version?
Which AUTOSAR C++14 release version does the tool support?
-
Parasoft announces the latest release of the MQTT Extensions
The MQTT Extensions are custom extensions for Parasoft SOAtest and Virtualize. You can use the extensions on the client side to perform many tasks: * Publish to a topic * Subscribe to a topic filter until the desired number of messages are received or a duration elapses * Monitor a topic filter during test execution to…
-
Reporting Static Analysis Result to DTP
Hi, I use Parasoft which is pluged in with Visual Studio 2013. I enabled DTP. I run static analysis via Parasoft then I obtained the attached image. The image says that I should enable reporting result to DTP via Preference tab but I did it. I want to show static analysis result on Dashboard on DTP. How can I transfer…
-
Monitoring memory of child processes
Sometimes a project depends or starts another process to be executed as a dependency. You can instrument the applications with Insure++ and then run the main executable with Insure++ and still be able to have Insure++ detect memory leaks from the child process(s). By doing this, you can find memory leaks occurring when the…
-
Default host-based unit testing with DS5
Hi, I have no embbedded support feature that is my license does not contain this feature. Therefore I want to run my unit test via "Default host-based unit testing" option which is shown in the attacehed DSC_0103 image. Firstly I create autogenerated unit tests. then I want to run them. When test file is excluded from the…
-
Pagination - scripting solution or not possible?
I recently came a cross a page that limited the results in the response, however, I am looking to extract all the results to a external file or such. Sample return in header: Link: https://sample.com&page=2&per_page=100; rel="next", https://sample.com&page=1&per_page=100; rel="first",…
-
How do i set Message Forward to a Specific Endpoint
I have created a Virtual asset to send a canned response when a specific id is sent but when any other id is sent i wanted the message forward to send id to the real endpoint. But what i am noticing is the Message forward is sending to the real endpoint but with the template i am using for the virtual asset. Anyone have…
-
How to iterate to get column count and each column name from Datasource (DS as Table)
I was trying to write a piece of java code to loop thru each column and respective values. Using context i could see that i can read all the values (using context.getValues) of one column or can get one value using (context.getValue). However, I would need to know how do I read the coulmn count and their names ? So that i…
-
Can I overwrite an existing environment variable using extension tool or any other way ?
I have a value stored in environment variable which is used in many places of my suite. Is it possible to update environment variable's value dynamically ?
-
Securing Extension Designer
We currently have DTP 5.3.3 along with the Enterprise Pack containing the Extension Designer. We would like to secure who is able to modify the flows and items within the Extension Designer. I have enabled authentication so only users who have access to DTP can access Extension Designer, but I see no way to limit what…
-
Email Report in Body
When sending a email report via SMTP, will the "View Traffic" and link on the error verbage be available in the email body. Currently it is now showing in my email report, so not sure if this is a config issue or normal behavior. thx
-
Multiple Tst run from CLI mode
How to run multiple tst files from CLI mode.Exact Syntax please
-
work-flow affected by a downsized feature (5.4.1 vs. 5.3)
The DTP 5.4.1 web view Reports Center >> widget does not carry meaningful information <=> no longer able to acknowledge which exact report is being processed (uploading/pocessed/failed) due to the fact: * the report name does not carry the corresponding tooltip (as before, with 5.3) that could expand and present the entire…
-
Line suppression in the source code
When we want to suppress a violation in the source code, is it okay to add a comment '// parasoft-suppress...' that is "not" in continuation to the line we want to suppress? Can we insert the comment on top or split it in multiple lines, for the suppression to work? The reason I ask this is because we use a tool that…
-
Should we check for a return statement for void function? Is this critical and affects the quality?
Similar to AUTOSAR rule A8_4_2-a (All exit paths from a function with non-void return type shall have an explicit return statement with an expression), should we also check for a return statement for void function? Is this critical and affects the quality?
-
Extension Tool is not working for Outgoing Response - Transport Header
Hi, I am extracting the Header from output Transport Header by using Header Databank. context.getValue("Generated Data Source", "HeaderDatabankColumnName") I want to refer same in output Response - Transport Header Extension tool. But seems it's not working. As per my debugging I could not even print test message using…
-
DS-5 Unit Test Execution
I am working with Arm DS-5. I use Eclipse IDE for Arm DS-5 I use Arm C Compiler 5 and I use cortex A9. I easily generate unit test via generate unit test feature of Parasoft. I can reach generated test from Test case explorer. But I can not run these test. When I run the tests, the console part of IDE does not affect.…
-
Adding new Rule via RuleWizard
Briefly, I want to learn RuleWizard to create my rules via RuleWizard for Static Analysis in C/C++Test. But I have an issue about it. For example, I want to check a case which is given in below. void Trial(INT32U x){ //violation ( bracket should be put in new line not after the function) ... } void Trial(INT32U x)…
-
virtualizecli gave me ERROR: Error: Missing parameter: -config
I am using SOAtest & Virtualize 9.10 I checked the cli help, there is no such paramteter as "config" How to solve this?
-
How do I setup a corelation when there are only 2 parameters in the request?
Below is the request format for which I need help in setting up corelation: APPWEBEDV APPWEBEDV12345 I LUP500 50708711GTC700*XAB6LUOAW1T ORA50V378D11CC W1
-
Keil UVision Parasoft Plugin
I work with Keil uVision v5 ide and I want to plugin yhis ide to parasoft. But I think this ide is not eclipse based. Therefore when I run the installation about parasoft c++test eclipse plugin setup file and proccess ended parasoft view does not appear on toolbar of keil uvision ide. How can I plug Parasoft with Keil…
-
Moved: Keil UVision Parasoft Plugin
This discussion has been moved.
-
Disable Static Analysis violation to 1000
Hi , Today when we scan to Parasoft with MISRA C 2012 Rules , we have a limit of 1000 Violations. How can remove the limit ? Thanks :) Chen
-
C++test Windows10.4.1 Eclipse Plugin
I used C++test Windows10.4.1 Eclipse Plugin for parasoft and ARM DS-5 entegration. Then Parasoft added in DS-5 toolbar. The plugin installation completed succesfully. After that I want to plug in parasoft to my another eclipse based ide which is code composer , when I run the C++test Windows10.4.1 Eclipse Plugin setup file…
-
Netbeans Test Assistant View
I use Netbeans 8.2. I pluged in Netbeans with Parasoft and JTest. After plug in process Parasoft appeared on Tollbar but When I click Parasoft -> Show View I can not show test assistant option. Why this case occur? I can not add new test case etc. Because test assistant is not valid
-
Configuring the Jenkins Global properties through powershell
I want to run automated selenium tests on different browsers and would like to pass the browser through as a parameter in my PowerShell script that triggers the tests to run. The browser is currently determined by the value of my 'Browser' variable in the global properties in Jenkins. Is there a way to assign the value…
-
Displaying 500 error when tried to use Login credentails especially masked password from env file
Hello, I exported my login credentials to an environment file (with Password as a masked value), when referenced the same env file and used the Username and Password variables in a Login service, it is throwing 500 internal server error. Note: Traffic Object -> Request is displaying correct Username and masked Password…
-
How to Encrypt the password in SOA test Tool
Hi All, I want to encrypt the password and that password should be pasted in the Excel sheet (Passing the input data from excel sheet). 1. When I am passing my password directly it was visible in the traffic viewer request . 2. we are having the option to mask the password in the Environment , but when we run that service…
-
How to read the rows in the Excel sheet in run time
Hi All, I am trying to read the data from excel sheet . 1. I am adding the properties in one row and values in the another row, this scenario is working as expected 2. I need to run other test case data with the same properties of row 1 and test date is in the row 3 3. How can we configure in the tool , means my scenario…
-
Excel sheet was not refreshing in the tool
Hi All, I am trying to add the Excel sheet as a data source 1. Initially I have added some data in the Excel sheet and I am able to parameterize the values in the SOA tool. 2. After saving that I am able to run the service successfully 3. I am adding a new column to the excel sheet. 4. I am trying to modify the existing…
-
CTP Excel DataSource Parameterization
Using Excel Data source, we parameterized the API request headers & request payload in SOAtest desktop application and its working fine as expected, but when we upload the same scripts in CTP web portal Excel Data source parameterization is not working. Note: I have uploaded the excel data sheet in CTP & mapped the…
-
Not able to pick a user defined environment when run from Jenkins and pick the project from Git
i am trying to pull .tst file along with .parasoft and .project file from Git and executing by putting all 3 files in one workspace. for this .tst file i have created 2 user defined environments which i will specifying in jenkins as a parameter. some how i am not able to run the .tst file and test fails with below error.…