-
What's the different between SOATest & NewRelic Synthetic?
I know SOATest is more toward API-driven applications. However, you can use NR Synthetic to do the same in some use cases. What's the performance and benefit from one vs. another? I appreciate any feedback here. -Simon
-
Performance Tuning your Virtualize Server
For best performance when using a Virtualize server we recommend the following configurations Always run your server in "Headless mode" You can do this utilizing the soavirt.war deployable in a web server like tomcat or launching your Virtualize application with the virtualizecli executable Example:…
-
SOAtest (9.10.6) web tests Dynamics CRM (MS) very slow
Hi there, We are trying to capture some (browser/gui) regression tests in SOAtest 9.10.6 based on a Microsoft Dynamics CRM web application. The problem is, playback is very VERY slow... anyone having similar experiences? I've tried removing Wait Conditions, nothing improves. I've updated Chrome to version 70, nothing…
-
Run Two Clients in Sync.
Hi Team, I have requirement like I need to do performance testing for 2 operations/clients. Issue is Operation A has dependency on Operation B. first I need to run Operation A then Operation B -- Valid Sequence. But Loadtest simply firing Operation A multiple times without any sequence with Operation B which causing…
-
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.
-
Increasing performance with the DTP Engine for Java
For big projects and configurations that have enabled a great quantity of rules (corerules ~650 rules) or memory demanding global rules for the test run, we recommend increasing the Java Virtual Memory for the DTP Engine for Java. According to the article https://dzone.com/articles/java-8-permgen-metaspace, Java 8 has…
-
C/C++test Data Flow Analysis Performance Debugging Log
To get information about how long it takes to process each file and how long it takes to do each of the Data Flow (Bug Detective) analysis phase, set up the following flags in the Parasoft > Preferences > Technical Support > Advanced options (make sure Advanced options are enabled): CPPTEST_TIME_STATISTICS_PER_FILE=true…
-
Defining and utilizing performance profiles
Hey everyone! When designing a virtual service, users will often want to make sure that the virtual service will respond in a similar fashion to the live service that it is trying to mock. In order to do this to the fullest extent, we have the ability to create performance profiles. What are performance profiles?…
-
Stop LoadTest when reaching max hit count
Hi, I need to run a load test that will run until the hit count reaches 50,000. I need to analyze how long it took to reach that count and the average response time during the duration. I tried looking everywhere in SOAtest, any clues? Also, is there a way to view transaction/hit count real time during testing? Maybe some…
-
Application Hangs
There are times when running an executable that was built with Insure++ that it appears to "hang". Let us first characterize what "hanging" could be. i.e. Is it consuming CPU time? Is it consuming all available RAM and swapping to disk? Does it appear to be stuck in some kind of endless loop? Does it appear to be…
-
Compilation is too slow
I try to compile my CORBA c++ servers with Insure. But compilation is too slow - already 2 or 3 days. Is it possible to configure Insure to become more fast?
-
Instrumentation taking a long a time to execute.
I have a very large application, that normally takes about 3 minutes to perform all its memory allocations. It never seems to finish even the allocation phase with insure. I let it run all night, in the morning it was still allocating. One of my co-workers said that insure enters an infinite loop whenever it encounters a…