-
Send multiple response at the same time
hello, we need to send 3 responses at a time or sometimes after getting the response of another service. We are using XML req res pairs. Can this be possible in Virtualize ?
-
Greenhills C++11
Has anybody had any success using Parasoft 10.3 with Greenhills 2016.5.4 using the --c++11 compiler flag. For some reason even though the project file (.gpj) that is used to import the project settings has that flag it gets left out when I look at the console messages. Once c++11 code is encountered I see errors in the…
-
Virtual Asset to respond with different responses for the same req param (stateful)
Hi, Can someone throw light on the following situation please? I have a Virtual Asset which is invoked by ColumnID. When the ColumnID "XYZ" invokes the VirtualAsset for the first time, the VA should respond with a particular xml and for the second time if the Virtual Asset is invoked with the same ColumnID "XYZ", then the…
-
Getting license error while running test through command prompt.
I get following error while executing tests from command prompt: "ERROR: Error: Command-line feature is not licensed"
-
"Comments shall not be nested." Custom Rule in Static Analysis
Hi, I have to add this rule to perform a static analysis. The rule is the MISRA C RULE 9. "Comments shall not be nested". Can someone help me? Thanks.
-
Does parasoft show test cases pass & failed detailed report?
Parasoft test execution report shows the number of total steps executed in "Succesful Tests" or "Failed Tests" or "Total Tests" . I want to know the number of test cases executed. In The below report I have ran just two scenarios which are data driven. But it shows Succesfule Tests as 88. I want to know total test cases…
-
Consume Api REST
Hello everyone. I would like to consume Api REST for realize test with platform. And I am working with Local machine (sandbox), but I cant connect on Api. Have I configuration something to do? Regards.
-
Trespass Database datasource cache
When i use a database as datasource the virtualize creates a cache from the table when deploy (or when request first time idk), but i need to access updated data sometimes. There is any workaround for this?
-
How add an extension tool that respond requests?
Hi, is possible to me add a totally custom response, e.g pass the request to an extension script and let him to respond with a Json? I'm very confuse about how do this, i try to add a script in the message responder -> response (tab) but on this i only can manipulate context on script created in that way. I want to receive…
-
Create custom rule during Static Analysis in Rule Wizard
Hi everyone. I've some issues to make this rule in Rule Wizard: "Only ISO 9899 standard C shall be used." I hope somebody could help me. Thank you.
-
Incremented test variable
I have a test variable which stores value from Text data Bank , how can I use the incremented value of variable in my test case.
-
Is it possible run data driven test cases concurrently in Parasoft web test?
Hi All, I have created two test suites with separate data source. Each suite have set of web test cases. I have configured execution options for both suites as shown in above image. And All test cases got passed. I have selected "Test run concurrently" option and tried with test relationship option as "Test run as…
-
Execution time in traffic viewer different from the HTML Report
Hi Team, We are having an test execution focuses on defined response time. In execution result response time looks as expected. When we get the HTML Report for the same showing some additional time. Please let me know if there anything to be set to get precise value as the same as traffic. Regards Udaya
-
Groovy / Transactions / Question...
I have a question relating to groovy: If I have a table of transactions with each row containing about 5 or 6 fields, and say I have a module that involves each transaction row... I'm trying to think of a way using moduleList that I can somehow identify a transaction in the table reliably without using row numbers and…
-
AMQ Connectivity issue
Hi all, Im trying to connect the test case with AMQ configurations using SOATEST. I added the required JAR files and also i checked twice with the configuration url, context, username and password. But, i couldn't make a successful connection with the Cluster of AMQ. Please help me with this.
-
Static analysis - custom rule for ascii characters >127
Hi, I have to create a custom rule that checks that ascii characters > 127 are not present. I have some issues doing it. Can someone help me? The rule is: "Define identifiers shall be as following: < DEFINE_NAME > = D _ < USER_NAME > Where: < USER_NAME > length is at most 12 characters and not composed by ascii characters…
-
Handling preflight requests in TIBCO BW
How might we deal with preflight asks for in TIBCO BW. I have a web application which is sending AJAX ask for to my BW benefit. In the program I can see before it really sends the information it sends a demand of sort "Choices" and recovers a 200 status, yet the bizarre thing would i say i is don't perceive any procedure…
-
GCC 7.x Support?
I see from documentation that C/C++test supports GNU GCC up through version 6.x. Do you know when C/C++test will have GCC 7.x support?
-
Query on data driven approach for web functional test cases
Hi All, I am new to Parasoft web tool . I have created web functional test case with below data source. And I have created below two test cases 1. To launch browser with navigate URL from data source * To type text into search field using Xpath and Value from data source While executing test cases, browser automatically…
-
How to generate a API Response from respective request API in .Net?
Dear Team, I need to pass the API request(XML, object, json etc) of the T24 wsdl and on consuming the same in .Net using c#, I want to get the response as needed for the request XML or so we passed. I want to integrate this into our c# application and get the response XML as required from the tool for the respective…
-
Is it possible to create reusable functional modules in Parasoft web test?
Is it possible to create reusable functional modules , similar to creating functions in Java, e.g. Login module, Registration module, etc so that they can be consumed while creating test suites ?
-
TestSuite Setup Options issue
Hi Team, We have requirement where we need "Run all subgroups as part of this group", inside that "Run as group". But any nested test suite that has "Run all subgroups as part of this group" as default selection. Why do we have this setup? What we had earlier is "Run as group", which was working fine. Which has shown in…
-
Test Config Rename: Invalid file extensions being added
Hello, I am in a developer situation where I am implementing most of my unit tests via the command line tools while still using the IDE once in a while to use the eclipse-specific-features. I am finding that when I open up the IDE after a while, my imported test configurations get renamed from XXX.properties to…
-
Set TestFlow Logic in "SOAtest-Cucumber Integration"
Hi Team, I'm able to implement "SOAtest-Cucumber Integration" while getting issues when I set some test flow logic in soatest but same doesn't get replicated once it's deployed to Soatest-server for testing. Is there any way like, I can put if else logic in step_defintion.json to run certain tests depend on scenario…
-
How to do Load test for end to end flow of API!? Need help
Hi all I created .Tst project in soa test for rest services which include 10 steps deepening on each other. I used cl flow logic so if 8 execute first test case and it's passed then second will execute.. Ande rest all steps. Now I want to put load testing on this .Tst. Ford there same i imported this .Tst in soa load and…
-
How set parameter vaules of a stub depend on test case
In my project I've a stub of a fread -function (ANSI C file raed). CppTest_Stub_fread (void * _MT_var52, size_t _MT_var53, size_t _MT_var54, FILE * _MT_var55); //stub declaration How to set the out put paramer _MT_var52 from the testcase body? CPPTEST_ON_CALL("foo")->Arg("__return").Assign()->Int(5);…
-
Error Precompiling File
Hi, I have a Eclipse C++ generated project which I want to use Parasoft C++ test to perform unit testing. However, I have linkage problem as C++ test is unable to find my files. If I go into my project's debug folder and run it builds perfectly with no linkage problems. so how do I set the paths/symbols to my references?…
-
Connect parasoft soa to HP ALM
My requirement is how i will login or connect hp alm tool from parasoft soa test. Any jython script availible to login hp alm tool for desired project.
-
Integrate JIRA with Parasoft SOA test.
Hello, Currently our team is working on API Testing using Parasoft SOATest. We execute all the test cases and track the results for each test cases using ALM(VAPI scripts). Now the management has asked us to move from ALM to JIRA. Please help me to understand the steps to do it if you have done this before. Thank You!
-
Can I use any other xpath functions other than "local-name" and "text" in Request Body corelation?
-
SoaTest supports Xpath 3.0?
Does SoaTest supports Xpath 3.0? I could see some xpath functions not accessible: op:date-greater-than($arg1 as xs:date, $arg2 as xs:date) as xs:boolean op:subtract-dates($arg1 as xs:date, $arg2 as xs:date) as xs:dayTimeDuration
-
parasoft soa
We have around 100 services in soa and we are regularly running service manually.is there any way we can automate and it ll give us the result in UI or tool for same. please suggest me:
-
Mongo DB connection is not working with LDAP creds
Hi Team, We migrated to LDAP creds to connect mongo, After the migration mongo connection is getting failure. is there anything known issue in connecting mongo with LDAPcreds? Regards Udaya
-
Do not use GCC-4.9 with Insure++
Insure++ needs to take the address of entities in order to track them. But, references cannot have their address taken, so Insure++ creates a shadow pointer variable pointing to the thing that is being referenced. It then does a normal pointer check against this shadow pointer. When using GCC-4.9, there is a known issue…
-
Parasoft announces the release of Jtest 10.4 Milestone 1Build
Our development team has been grinding away, adding many new features and enhancements to Parasoft Jtest. And since we know you can't wait for the official release, we are announcing a Jtest 10.4 Milestone 1 build, that you can download today, from our customer portal. In this milestone build, we have focused our efforts…
-
Cannot See Insure++ in VS as Non-Admin
For users who wish to install Insure++ versions 7.4.9 and below as Administrator, and users (without administrator rights) to use Insure++, please follow steps carefully to register Insure++ into Visual Studio: * Install Insure++ * Start Visual Studio * Load one of the example projects in the Insure++ installation…
-
Return methods in custom responder correlation
Hello, We have Custom responder correlation enabled. We are using java language. but in the method dropdown we can select only one method. Can it be possible to return multiple methods from class ? we are using virtualize 9.10 tool.
-
Message forward - JNDI error Error
Hello, we have configured the virtual queues in our local server asset. also in virtual asset explorer we have asset -> and 2 responders one responder has responder validation if it fails it will go to second responder which has message forward attached. In the message forward we have entered the live queue details where…
-
Parallel Test Execution
Hi Team, Is there a way to run parallel tests in SOAtest to reduce test execution time.
-
Two erros "outside workspace & parasoft project is read only
Hello all there are some bsp files required by my test files i gave the path tried to include them it gave error: Access violation and outside workspace. Then i went to parasoft properties and tried to edit project refrences then i got error project is only readonly
-
Dependency Analysis for C/C++
Is there any C/C++ dependency analysis tool/extension that Parasoft offers? We currently using 10.3 C/C++ tests Automation (Command Line) Edition with DTP Engine for static analysis. We are looking for a dependency analysis tool that could either be standalone or integrated with C/C++ test.
-
Need a recomment
Hi all, Im a newbie, so in the C++, too Someone can give me some trick to learning code? Thanks, Jasper
-
Poll API or DB for status change
* In one of the test case we wait for Db column “STATUSID” to change its value from 800 to 900 and it takes a little while to get the changed value, so how can we poll the db for the changes? * Also we have restful api which returns response with the same “STATUSID” is it also possible to poll api until we get the changed…
-
Add .cpp file to static code analysis
Hello, We are using the Automation C/C++ test tool to run static code analysis on our make based project. Is there any way to add .cpp files to the static analysis run. We don't want to include these files in our makefile but just want to run it through static analysis.
-
Soatest maven is not able to locate the transient dependency of a project
Hi, I am adding one project as a dependency in my maven soatest project as below com.myorg.selenium logtransactions 1.6-SNAPSHOT However I am getting the below error : org.apache.log4j.Logger.trace(Ljava/lang/Object;)V java.lang.NoSuchMethodError: org.apache.log4j.Logger.trace(Ljava/lang/Object;)V at…
-
Compiler Error on identifier "__builtin_addressof"
Hi, I am trying to run a unit test using Parasoft 10.3 plugin for Eclipse Neon and stumbling upon a compiler error. The project compiles successfully when just building the project through Eclipse so there are no compile errors. But, when I try to run a unit test in this project then it fails to compile with a compiler…
-
How to find a report associated with a given build
What if you want to get an HTML or a PDF report for a given build id? What if you 'd like see all the active rules that were enabled when the analysis took place? If you want to see the report from DTP follow those steps: 1) Add the widget called Build Administration Statistics: 2) Drill into the widget: 3) Make sure that…
-
Setup Problem
* Test execution: error reading test log for Test unit for selected sources.
-
JSON Assert for string value
I have a method that returns a JSON response like this: { "content" : "{\n \"itv\": \"On\",\n \"vm\": {\n \"firstName\": \"s\",\n \"lastName\": \"a\",\n \"prefLanguage\": \"English\",\n \"hub\": \"\",\n \"cos\": \"1111\",\n \"cfn\": \"6\",\n \"m\": \"defaultM\"\n }\n}", "created" : "2018-04-02 20:36:00", "id" : 10069537,…
-
Announcing C/C++test 10.3.4
This week we release C/C++test 10.3.4 (available now on the customer portal). This is a service pack release including both new/enhanced static analysis rules as well as several bug fixes - for full details and a list of all updated rules please check out the release notes @…