-
Unable to access Parabank application
Hi, I'm unable to access parabank demo website, which results in error after sometime. URL: https://parabank.parasoft.com/
-
How to add a stub for a Class member function?
For example, class A has a public function foo(). class A { public: int Foo(); } I add the stub like this: void CppTest_Stub_Foo() { CPPTEST_STUB_CALLED("A::Foo"); int __return = 0; if (CPPTEST_STUB_HAS_CALLBACK()) { CPPTEST_STUB_CALLBACK(int __return, const A __this); CPPTEST_STUB_INVOKE_CALLBACK(&__return, this); } } But…
-
Unable to get code coverage report from parasoft
Hi there, I have followed this guide to generate the unit test cases and static analysis https://docs.parasoft.com/display/JTEST20232/Testing+and+Analysis+with+Ant There is this part about getting the coverage which I have attempted and unable to retrieve the code coverage in terms of a report. So do I need to run jacoco…
-
Unknown Service in SOAtest report for tests created from swagger file
I'm seeing "Unknown Service" thing in my SOAtest report for all the tests I made from my Swagger .yaml file. It's showing two things under 'coverable resources" section of the report - my .yml file and "Unknown Service." But the coverage is only happening for the file. I'm using the default User-defined example…
-
Can Parasoft detect signed/unsigned role of variables in code?
Hi, I have tested my code by various static tests of parasoft. My code had somthing like the following: uint8_t a; a = input_from_a _port(); // this function returns a signed char value if(a > 0) do_something1(); else do_somthing2(); This code has fault. when "a" is set to a negative value using input_from_a _port(), fault…
-
Running/Skipping Tests by Environment in SOAtest
I'm on the lookout for a SOAtest solution to selectively run/skip scenarios/test suites and individual tests in specific environments. Ideally, something similar to Cucumber's tagging magic (like @dev, @val) to run or skip tests based on those tags. We gave test flow logic a shot, but it's not sufficient for all our use…
-
.cmd files
Can we execute.cmd files from Parasoft. And if yes then what option we need to choose
-
Can we execute .cmd file from parasoft
Can we execute.cmd file from parasoft. If yes can you pls let me know which option needs to be se select to import cmd file
-
C/C++test 2023.2 Product Release Announcement
We are excited to announce the launch of C/C++test 2023.2, featuring an array of new functionalities and improvements. Notably, our latest release incorporates complete support for MISRA C++ 2023, the cutting-edge coding standard in C++ designed to address safety and security concerns. Industries prioritizing safety,…
-
C/C++test 2023.2 Product Release Announcement
We are excited to announce the launch of C/C++test 2023.2, featuring an array of new functionalities and improvements. Notably, our latest release incorporates complete support for MISRA C++ 2023, the cutting-edge coding standard in C++ designed to address safety and security concerns. Industries prioritizing safety,…
-
What are the steps to migrate postman tests to SOATest?
What are the steps to migrate postman tests to SOATest?
-
How to convert ReadyAPI tests to SOAtests?
Hello, Is there a way to convert existing tests developed in ReadyAPI tool to SOAtests? Parasoft provided this nice tool to convert postman tests to SOAtests [https://github.com/parasoft/postman-soatest] I am looking for a similar solution to convert ReadyAPI tests SOAtests. Please let me know if any of you have any…
-
Looping
I have a soatest test suite that has 12 rest clients. Is there a way to run the test so that it calls these 12 rest clients in 20 loops? Or, do I have to run the test 20 times? Thanks. JT
-
Internal Assertion report generation
Hi team, While implementing internal Assertion I am unable to see it's validations are pass or fail.Can you help me out how to generate a test report in which the internal Assertion validations should be captured
-
Testcase Iteration for API rate limiting concept
Hi Team, I want to execute the testcase multiple times by iterating N times for testing API rate limiting methods can you help me how to achieve it in SOA Test
-
Announcing Parasoft dotTEST 2023.2
Parasoft dotTEST 2023.2 is now available! New Features OpenAI integration dotTEST integrates with OpenAI, enabling you to generate recommended fixes for static analysis violations, enhancing issue resolution efficiency. Support for .NET 8 Support for .NET 8 has been added. Support for C# 12 dotTEST can now analyze code…
-
Extension Tool SQL Data Capturing into Datasource
Hi All I am fetching the data from DB Sql query using Extension Tool the Data is fetching successfully & showing in Console but the issue is i am not getting how to capture those Data and store in Datasource for future usage , Can someone help me on this.
-
How to get the environment variable value using jython in soatest?
How to get the environment variable value using jython in soatest? I need to pass the Env Variables in the service request file with scripted option, How can I pass it? I have used the following option but get the NONE result. def getTestCdValue(input,context): testcd =…
-
Getting Incorrect Result From IsEnabled for Radio Button
I have a pair of radio buttons in an application that I am trying to determine of they are enabled or not. The web element locators are defined like this: _@FindBy(xpath = "//*[@id=\'frmSubject:noContact\']/tbody/tr/td[1]/div/div[2]/span") public WebElement frmJudgeDecisionNoContactNo_RB; @FindBy(xpath =…
-
Maven config params do not seem to be accepted
Hi, Trying to reduce the number of flags on the maven run command. I followed the documentation regarding parameters that could be incorporated into maven. <plugin> <groupId>Parasoft</groupId> <artifactId>maven-parasoft-plugin</artifactId> <executions> <execution> <id>soatest-test</id> <phase>verify</phase> <goals>…
-
Maven Plugin
How do is setup a maven project in parasoft SOA test. how can we get the maven plugin installed on to soatest.
-
Running Maven with SOAtest
Parasoft offers a Maven integration plugin that will allow you to execute SOAtest analysis on project with Maven. Please follow the steps below if you would like to have SOAtest execute during your Maven process: * Before you can use the Parasoft Test Maven plugin, you need to add the "http://build.parasoft.com/maven"…
-
Parasoft Maven plugin installation
I need to install the Maven plugin for parasoft and im currently unable to do it through the market place due to network restrictions , is there an alternate way to add this plugin as a separate file into parasoft. Kindly suggest on the same.
-
CTP Information backup
Hello, I would like to get a better knowledge of the usage of our Virtual Assets. The information provided at CTP Hit Statistics is fine, however, I would like to manage it myself, also, I would like to have historical information available as well, as I understand Hit Statistics data overwrites itself after some # of…
-
DTP 2023.2 Product Release Accouncement
Parasoft is pleased to announce the release of DTP 2023.2. This update is available at no cost to customers on an active subscription or maintenance contract. Enhancements: * Automatic Project Creation * When a user sends data to DTP for a project that does not exist, DTP will automatically create the project if the user…
-
Jtest 2023.2 Product Release Announcement
We are pleased to present the newest version of Parasoft Jtest, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling generation of analysis of a reported static analysis violation…
-
Jtest 2023.2 Product Release Announcement
We are pleased to present the newest version of Parasoft Jtest, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling generation of analysis of a reported static analysis violation…
-
DTP 2023.2 Product Release Announcement
Parasoft is pleased to announce the release of DTP 2023.2. This update is available at no cost to customers on an active subscription or maintenance contract. Enhancements: * Automatic Project Creation * When a user sends data to DTP for a project that does not exist, DTP will automatically create the project if the user…
-
SOATest Report - broken image
I'm running a test and the report that is generated has a section called "Summary - Functional Tests" and in that section there is a broken image with the name: func_summary_.jpeg there is no path in the image tag in the source HTML. Where is this image generated during the test?
-
Validation
I have one field in my json as Price : “40.0” ( in string) In json assertor , i am using numaric assertion to validate but its passing where expectation is it should fail as its not integer. How to validate that?
-
How can I restart a test where it left off?
I have a datasource with thousands of rows. Sometimes I need to stop the test (that includes REST API calls). I would like it to resume from the last line executed. It can be done?
-
Stub function are not executing.
In our test application, We have multiple test suits, We created stub for mq_timerecived function used in file many source file. When we executed test application, Stub is called only on 1 test suites and for other test suites even though we registered Stub callback function in test cases, Its not calling stub and stub…
-
How to fetch value from database base and pass in another call
I am using DB tool to write query and fetching All Id messages (will have in xml)and then i am using rest client and want to pass those messages details in payload but how to do that? I want to use individual req for each id and want to pass directly to payload
-
AUTOSAR A7-1-3 - False positive on "const" qualifier
I'm using Parasoft C++Test Professional 2023.1 and I'm getting false positives on AUTOSAR Rule A7-1-3 which states that "CV-qualifiers shall be placed on the right hand side of the type that is a typedef or a using name" Take this example: #include <cstdint>#include <typeinfo>#include <iostream>#include <string>namespace…
-
SOAtest, Virtualize, CTP 2023.2 Product Release Announcement
We're pleased to present the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling effortless generation of API tests from…
-
SOAtest, Virtualize, CTP 2023.2 Product Release Announcement
We're pleased to present the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling effortless generation of API tests from…
-
SOAtest, Virtualize, CTP 2023.2 Product Release Announcement
We're pleased to present the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling effortless generation of API tests from…
-
SOAtest, Virtualize, CTP 2023.2 Product Release Announcement
We're pleased to present the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling effortless generation of API tests from…
-
Load testing of login page
Hi, Can anyone share me the steps for doing load test for urls with user name and password.
-
parameterization of xpath
Can i parameterize the below path instead of hardcoding- /root/item[type/Id/text()="123"]/Price/Amount I want to parameterize id .
-
Unable to Access Adobe Document in Browser Application
I am running a Selenic Junit test that is trying to insert a string in a text box in an Adobe eSign document. This is opened inside of a Java application running in Microsoft Edge. I then want to click a button also in the document to continue processing in the Java app. The problem is Selenium says there is no such…
-
ISO 8583 Setup
Could you provide some detailed instructions with screen shots and context around setting up an ISO 8583 listener in Virtualize and then testing it with SOAtest? Thanks, JT
-
how to validate data via xpath in json assertor
I have json data in below format and i want to verify that for perticluar source id"67678" amount is -100. i tried to give below path using json asserort and tried converting json to xml and use xpath but that did not work. /root/item/Ancillary[Id/string()="67678"]/Transaction/detail/Amount { "Type": "Mas", "Date":…
-
Json file validation
I have json file and i want to validate if some column like bank and corresponding value abc is not available in the file. Can any one suggest me how to do that
-
How does cpptestcli choose MSVC compiler and the purpose of compiler configuration files
Hi all, I am trying to understand the behaviour and relationship of cpptestcli with Microsoft Visual C++ (MSVC) compiler. My question is: * How does Parasoft choose the default MSVC compiler to use? When specifying the compiler configuration using the -compiler property, specifying vc_14_2-64 (64 bit version of compiler)…
-
How to validate json using groovy script
Hii, i want to validate below json column and their value using groove script but it seems bot working for me. Can anyone let me know [ “Type” : health “Date”: “2021-09-09” { Department { “Name”: “abc” “Id”: “123” } “Expensive” { “Type “ : “abc” “Amount “: “123”}
-
unknown target 'gcc_ntoaarch64'
While running the Unit Testing for QNX app I am facing the below issue: * Test execution: error linking test executable for Test unit for selected sources. cc: unknown target 'gcc_ntoaarch64' cc: targets available in C:/Users/t0075a4/qnx710/host/win64/x86_64/etc/qcc/gcc: 8.3.0,gcc_ntoaarch64le 8.3.0,gcc_ntoaarch64le_cxx…
-
Why does the C/C++ test link to files not in scope when running unit test (file scope)?
I am following the instructions at this link: https://docs.parasoft.com/pages/viewpage.action?pageId=134835090 I am doing a unit test only on a single file selected in the project explorer. I am creating stubs for this file and then running unit test. However, on executing run unit test (file scope), the C/C++ test is…
-
password encode
I am asking for you assistance to successfully encode via cpptestcli.exe (PC client) a password containing a "space" character. Thank you.
-
Sql query
I used sql query to fetch the data count from data base and i want to validate the count is matching with data file count i have. Can anyone suggest me how to do using soa tool