Hello,
We have updated from Fortify 22.1.1 to Fortify 24.2.0 and have noticed certain findings are no longer present. These findings have included "Poor Style: Variable Never Used" for Java and C++ scans, and “Poor Style: Empty Synchronized Block” for…
Hi Experts,
I am trying to parameterize a value in Java Vuser protocol but it is not replacing as expected.
Eg. I have parameterized recordNbr as shown below in my script
String recordNumber="{p_recordNbr}"
System.out.println(recordNumber);
…
Hello folks - I have a situation where we have a code that does something like this:
Class OurProcess {
List<String> cleansedCommand;
public OurProcess(List<String> command) {
cleansedCommand = Validator.cleanseCommand(command);
}
public…
Hello Everyone ,
We are trying to install NNMi 2023.05 on linux redhat 9x but we are getting an error during the installation and installation is not completead.
I am sharing error below Is there any idea ?
2024-05-09 14:52:53,516 INFO - The script…
I am having a .bat file, executing it using VUGen (Java Record Replay, as it launches a Java Application), but as soon as I run it, it suddenly crashes, and all the terminals get closed. I recorded it and found that the last line of codes being seen on…
My application under testing will work only in Java8 and doesn't need _JAVA_OPTIONS and JAVA_TOOL_OPTIONS environment variables. So, without these environment variables, whether LeanFT14.53 will work or not? If yes let me know how to perform the same…
Despite the fact that the documentation clearly mentions it, it is not currently possible to debug a script in IntelliJ. This has been confirmed by support and they ask to create an enhancement request if we want this functionality
https://admhelp…
Hi,
we are planning to upgrade to PPM Version 24.1 on the customer side and are having issues with the supported Java versions. Look at the PPM Support Matrix https://admhelp.microfocus.com/ppm/en/24.1/Help/Content/IntroTopics/SuppMatrix.htm Only the…
Hi Community, since update (from 8.6.0.0_6056) to 8.6.1.0_6104 (on 2d of January), we are encountering huge growth of CPU usage.
Adding memory (advised by support) didn't solve anything.
I notice a new collector appears "Imperva Secure Sphere", -…
I have installed the LoadRunner add-in for IntelliJ and successfully create a Java script.
I can execute it without any issue.
But, is there a way to debug the script by setting breakpoint and executing instruction step-by-step directly in IntelliJ…
Hi all,
I'm working with UFT One 2022.0.1.25 and I'm having a really strange and frustrating issue: I'm testing a java-based application and occasionally the recognition of some java objects is not working and the testing blocks, because of the error…
Hello
I'm getting a popup of
The Java Plug-in could not be detected. This web application requires Java in order to function correctly. Please enable Java in your web browser if the Java Plug-in is already installed
Can you please…
As soon as we installed UFT 2022 or 2023, our Java apps started having issues with Save, Add, and Delete buttons. W e noticed UFT installs some environment global Java variables. When we remove UFT’s global variables (shown below), our Java apps will…
Hello Everyone,
My java vuser script runs fine on Vugen 2020 SP3, however after upgrade to 2022 R2 it fails with following error:
Error: No connection could be made because the target machine actively refused it
After investigation I found out…
Hi,
We are using Java Vuser protocol and our goal is to reach 18000 TPS. However we are able to achieve 400 TPS ONLY with 1 LG successfully and LG resource utilization is under 15%. If we try to achieve more than 400 TPS then we end up with "Connection…
Hi,
We have some 50000 servers existing in ucmdb.
We have a sql table that gives more information about these servers and so we would like to use that and update additional attributes of these CIs.
To do so, We have setup a population job using…
It is taking too long to build and compile UFT Developer (2022.0.0) Maven Project due to AppModel code generation trigger for all (400) AppModel files (.tsrx) present in my project while saving Project in Eclipse or building through maven command. Need…
Hi All
Customer ask me that zenworks main base .Net framework arch...but primary server and agent all has java folder on the installed folder (now they find java on the share folder.)
he want to ask no matter old ZCM Agent (20917.2 using oracle jre…
Hi ,
We are on ALM 15.5 Patch 1.
Application Server OS is Windows Server 2016.
In an application vulnerability scan that was recently conducted , it was identified that application has been installed and configured with Java Amazon Corretto version…
Hi,
I have a custom java class which does a REST call Micro Focus Operations Orchestration (OO) application.
OO is using F5 and I am getting the error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building…
Hello Team,
Hope so you are doing well,
We need to setup the download path while running the automation script but we are unable to do so we need to set the setting on browser that what are the things we are able to do manual.
Need to set browser…
When performing an execution via jenkins in docker, when trying to perform the setvalue command on a filefield object I receive the following error message
"com.hp.lft.sdk.GeneralLeanFtException: Operation not supported or requested technology package…
We have a Java Swing application and there are multiple instances of the same object - for example, a Cancel button. The Object model is creating all objects as children of the main window. We want to have child windows under the main window as part of…
Hello all,
I am trying to run a simple UFT Developer test with cucumber framework, and I am using UFT version 2021.1.0. The tests are running fine if we run directly from the IDE (IntelliJ IDEA), but not running in Jenkins agent.
Additionally, I can…