-
How to handle a ZipCode element with masking in Browserplayback
In my Browser playback, i have an element Employer Zip code and the format in html is as below When it was recorded, it recorded as below. When playing back its able to find the element but doesn't type anything in the text box. I even tried to parameterized the field, added additional wait time. Still its unable to type…
-
Error In Database Tool SQL
I have a rather messy SQL Server query that runs fine in MicrsoftSQL Server Management Studio but in SOATest's DB Tool it is throwing this error at runtime: SELECT failed because the following SET options have incorrect settings: 'CONCAT_NULL_YIELDS_NULL'. Verify that SET options are correct for use with indexed views…
-
How to update data source key column on the fly?
Hello! I need to register a number in a data source and in another request use that same registered number as a parameter for a correlation per url path. How to solve this?
-
Soatest Server api'S
I want to be able to use the ../V6/testExecutions api (POST) to execute the test at the scenario level. I am able to do at tst level. I have a test.tst with two scenarios, each with a rest API. Scenario1 and scenario2. Is it possible and what do I put in the "payload' to run just Scenario1? Here is my payload to run at tst…
-
Regarding parametrization
I have a sample json request(.pvn) and json response (.pva). I want to parametrize response . But I'm using literals . can some one please help me
-
Cpp test on yocto project
Hi, I am on PoC for cpptest, and I am willing to do static tests on my project. My project is already using yocto as build tool, and I do not want to change the build script. The guide says bitbake is supportive for creating bdf, but it keeps fails on my side. Does anyone know how to do static tests on yocto project?…
-
SOATest License Activation Failed
SOATest is running in command line mode on our build and deployment server and is kicked off by an Ant script. When SOATest starts up it gives an error about the license not being active. Despite this error, the tests are executed anyway. I am able to run SOATest 2024 without problems on my local computer and when I log…
-
Running SOATest With IBM Message Broker
I recently upgraded from SOATest 2021.2 (10.5) to 2024.2 (10.7) and am having trouble running some of the tests created in 2021.2. These tests involve dropping and retrieving IBM Message Queue XML messages to and from the message queues. This was done with a shared JMS connection property. In version 2021.2 we added 2 jars…
-
SOATest and Jira Integration through Zephyr
Hello team, We are planning to automate jira test management using github actions ,jira ,parasoft SOa test and zephyr api.Idea is to update parasoft soa test results to jira through zephyr api.Can anyone provide documentation or add some help here if implemented.
-
Getting 443 Connection timed out while running soatest and recording traffic via proxy
I have a soatest tst which works just fine. I want to virtualize the endpoint that soatest tst exercises. I setup a proxy on my localhost and updated my tst to run the same request through the proxy. It responds with org.apache.http.conn.HttpHostConnectException: Connect to failed: Connection timed out: connect. What could…
-
Parasoft SOA Test Referenced Variable not accessible through Variable Condition dropdown
Hello I have a tst file(ex file1.tst ) which only has variables defined and I have another tst(file2.tst) which references file1.tst . I can access all variables defined in the file1.tst using extension tool. But when I try to access those variables through a Execution Options-->Variable Conditions , I see empty drop down.…
-
TCP Connections
I'm working with a couple different custom transports that utilize TCP sockets and I am not having any success configuring a corresponding client using SOAtest. Can you provide screen shots of the configuration of both a client and responder that connects using TCP? I am not really getting how to do EOL and EOF tokens.…
-
Configuring multiple responders: capturing data and responding conditionally
Hi, Parasoft community, I’m facing an issue with the configuration of multiple responders in Parasoft Virtualize 2022.1. Here’s the scenario: * Capture the value of a header in the first responder and store it in a variable for later use. * Disable the response of the first responder, so that it only acts as a data…
-
Date Format Validation
I need to validate this format of the date in a field Example: 2028-07-18 00:00:00.0
-
[C++ unit test] undefined reference to the function that already stubbed
Environment: I'm working on Window system & C++test 9.4(eclipse) & gcc4.7 Procedure First, I evaluate the unit test with a very simple C++ code, just a main() and a simple function, I stub the function and run the unit test, everything is OK. Then I move to my real project code, and 3 steps as follows (same with the simple…
-
Parasoft DTP not receiving C++ coverage metrics
I am executing unit test from the cpptestcli and have configured the properties file to report metrics to the DTP server. I know the configuration is correct as Static Analysis and basic line coverage metrics are reported to the DTP. However, advanced coverage types such as MC/DC do not show any results. The test…
-
Db tool validation
We are running 50 soap services and each soap service is generating the transaction id so is there any way to collect all the transaction id and use db tool to validate the transaction.
-
db tool to connect microsoft sql server management studio
Hi Team, Please help to share the steps to connect Microsoft SQL server . We are getting sqlserverexception in the response.
-
Copying Suites Breaks Groovy File Path
I was trying to build a Virtual Asset from component VAs. However, when copying responder suites, the relative file path of a groovy file used in extension tool is broken during the copying process. This is despite the fact that the "persist as relative path" option is enabled. Please advise why copying responder suite…
-
Handling errno in unit tests
I have a routine that checks errno after calling exp(). The code compiles fine and works for static analysis. When I do a unit test, writing errno = 0 before the call generates a CPPTEST_ACCESS_VIOLATION error. Using MinGW compiler. Any suggestions?
-
Virtualize - MQ Setup using Different Queue Managers for Request and Reply
Hi Team, I'm new to Parasoft and trying to create a virtual service using MQ. My requirement is that Message Broker writes the request to queue (it is defined on Mainframe MQ) Details are: Host: <hostname>Port: <portChannel: AXP.CHANNEL.02Queue Manager: MQN3Queue: AXP.BRKR01.SYDID.Q00459.03 Request MQ Header contains below…
-
Db tool configuration
Please help to share the steps to configure db tool in top of the package to check the connectivity is success or not. If the connection success then rest of the scenario will execute otherwise it will terminate the process. The reason behind this in order to save db locking
-
How can I configure an array of object to respond, from an excel
I configured Excel as the datasource, but when responding it only shows the first line
-
ALM triggering SOATest 2021.2 via VAPI script using SOA CLI exe require license?
as what the subject says... when i try running it, i got an error. Is it true that after soa 2020 version, parasoft came up with addditional license which you will need CLI license to run test cases from ALM?
-
Grpc configure in Soa 2023 version
Hi Team, I am not able to configure the grpc setup in soa tool version 2023. I have added the jars in system properties but still grpc is not reflecting in the messaging client. Restarted the soa tool as well. Let me know if you need any details for same.
-
Command Line suite level
what is the parameter for executing at Suite or Scenario level. I have the parent test suite (one autocreated after tst creation(parent.tst), and a child (scenario) of this named "Virtualize" soatestcli.exe -config -<parameter name/value what is the parameter name and what would value look like? Also if I point to the…
-
License Server Support of Older SOATest and Selenic Versions
My workplace is running older versions of SOATest (2021.2) and Selenic (2021.1) as well as the License Server (2021.2) I found that the older License Server does not support the latest versions of SOATest and Selenic so I planned to also update to the latest version of the license server. In viewing the installation…
-
C/C++test 2024.2 Product Release Announcement
We’re happy to introduce you to C/C++test 2024.2, a release packed with features designed to streamline safety-critical software development, improve code quality, and increase your team's efficiency. Enhancements AI-driven code violation fixing in VS Code extension. Our Copilot integration in the VS Code extension now…
-
C/C++test 2024.2 Product Release Announcement
We’re happy to introduce you to C/C++test 2024.2, a release packed with features designed to streamline safety-critical software development, improve code quality, and increase your team's efficiency. Enhancements AI-driven code violation fixing in VS Code extension. Our Copilot integration in the VS Code extension now…
-
How to Force Selenic to Run Edge in inPrivate Window
I have a large number of Selenic tests that run in the Edge browser. I now require them to run in an Edge inPrivate windows. Is there some configuration I can do to the driver before opening the browser? Thanks!
-
Calling PowerShell script From External Tool
I am calling a small PowerShell script from the SOATest External Tool function. I am using this to update the passwords for a large number Active Directory test user accounts. The test will generate a new password, run the PowerShell script, update a SQL Server database table, and then update a KeePass repository. The…
-
Using Selenic with Appium
I am happy to share some tips about using Parasoft Selenic with Appium tests for mobile web apps. First, let's look at how to record actions that Selenic can use to automatically generate an Appium test. The Parasoft Recorder extension for the Chrome desktop browser can be used to record actions against a mobile web app.…
-
DTP 2024.2 failed to connect to MySQL (8.0)
I'm doing a new installation for DTP on my local machine, after the installation of DTP 2024.2, I placed the 'mysql-connector-j-8.0.33.jar' file under the 'C:\ProgramData\Parasoft\DTP\lib\thirdparty' folder. MySQL version 8.0 is installed on the same machine. I constantly get the error message 'Unable to find a compatible…
-
Is soatest & virtualize 2021.1 newer than soatest 2021.2?
Just curious...
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
DTP 2024.2 Product Release Announcement
Parasoft is pleased to announce the release of DTP 2024.2. This update is available at no cost to customers on an active subscription or maintenance contract. License Server Enhancements * Tool licenses can now be released to the user's login username instead of their OS username. * Both the user's login and OS usernames…
-
DTP 2024.2 Product Release Announcement
Parasoft is pleased to announce the release of DTP 2024.2. This update is available at no cost to customers on an active subscription or maintenance contract. Enhancements: License Server Enhancements * Tool licenses can now be released to the user's login username instead of their OS username. * Both the user's login and…
-
Jtest 2024.2 Product Release Announcement
Exciting Updates in the Latest Parasoft Jtest Release We are thrilled to present the 2024.2 release of Parasoft Jtest, focusing on expanding AI integration and enhancing automated testing capabilities. Our latest updates are designed to empower developers with advanced tools for improved privacy, efficiency, and…
-
Jtest 2024.2 Product Release Announcement
Exciting Updates in the Latest Parasoft Jtest Release We are thrilled to present the 2024.2 release of Parasoft Jtest, focusing on expanding AI integration and enhancing automated testing capabilities. Our latest updates are designed to empower developers with advanced tools for improved privacy, efficiency, and…
-
dotTEST 2024.2 Product Release Announcement
We are pleased to announce a feature-rich update to Parasoft dotTEST, designed to amplify your development experience and boost productivity. This latest release brings an array of enhancements, including expanded support for language model (LLM) providers, advanced AI integration functionalities, live static analysis, and…
-
How should regex suppresion be used?
The C/C++Test Parasoft tool gives various ways of suppressing alerts. One of them is to define a regex pattern, which is matched on every analyzed code line. Unfortunately I have trouble using this functionality. I want to supress alerts produced by some macro: define FOO syslog ... I included following lines in my…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
soatest variables
Hi, When generating report, i want to default the filename to [test suite tst name]_[yyyyMMddhhmmss].html. Where can i find all variables available in SOAtest? i.e.1 ${dtp_project} is "Default Project" i.e.2 ${time} is 2024-10-17 but i want 20241017175000 Thank you.
-
soatest report "Failed Tests" incorrect
Hi newbie question... I have a test suite which reads an xlsx with 10 test cases. Of the 10 test cases, only the 3rd one failed. I would expect the report should show 9 successful and 1 failed. But instead, it shows 2 successful, 8 failed. It seems like any test cases executed after the failed one will be counted as…
-
soatest report name
Hi all, When generating a report in soatest, the default filename will be "report_7133304098122952237.html". Is there a way to customize the report name i.e. the test suite name + timestamp.html? Many thanks.
-
binary data coming back in response too large and it shows null
I have a test which is getting a response with some binary data. The binary data is too large and the traffic viewer response is showing null. When i manually run CURL, i see the binary data is coming back. Do you have cases where large data not showing properly in soa and how to fix it? Appreciate your help. Thanks.
-
String Comparison in XML aseertor
I have to validate a set of currency fields which should not be available in the output message, can i simply select from Value assertion->String comparison assertion and give as below ? String -> must not equal -> and in the "Fixed" drop down -> simple type as ‘XAG’, ‘XAU’, ‘XBA’, ‘XBB’, ‘XBC’, ‘XBD’, ‘XEU’, ‘XFU’, ‘XPD’,…
-
soatest db tool to connect ms sqlserver
Hi newbie here... I am trying to configure soatest db tool to connect to sql server. My ssms is working fine but when use the same info to configure db tool, it is giving me error. I downloaded the latest microsoft jdbc driver for sql server and placed it in the workspace folder and added parasoft>preference>JDBC drivers…