Development

I am trying to test a standalone application on the Citrix platform using JMeter. I have installed the Citrix receiver as well as the JMeter ICA plugin for the same. But I am not able to launch the Citrix web form through JMeter.

I tried recording the events using Badboy, but the script is erroring out when trying to export to JMeter as it fails to recognize ‘Click’ and ‘Execute’ requests captured in the Badboy script.

Any help on this would be highly appreciated.

While opening JMeter 5.1v in log I came across an issue

i.e WARN o.j.r.Plugin: Unable to load class:
com.atlantbh.jmeter.plugins.oauth.OAuthSampler
java.lang.NoClassDefFoundError:
org/apache/jmeter/protocol/http/sampler/HTTPSampler2 I had added oAuth
sampler plugins in lib/ext also

please suggest me to overcome this issue

I have application which has extension as .msc, I tried it with python
I also ran winappdriver before executing this script. I have seen demo codes on some blogs which uses .exe file extension for the app like calculator or notepad, but nothing around .msc. And similar question around this same problem is unanswered here https://stackoverflow.com/questions/67823892/appium-winappdriver-unable-to-automate-jnlp-applications-the-specified-exec
Like
import time
from appium import webdriver

desired_caps = {}
desired_caps[“app”] = “C:\Desktopvit extendedvit.msc”
desired_caps[“platformName”] = “Windows”

driver = webdriver.Remote(“http://127.0.0.1:4723”, desired_caps)

time.sleep(4)

Earlier I was getting below error but got rid of this when I added additional capabilities as appWorkingDir and deviceName-

Failed to locate opened application window with appId “xxx” and process “xxx”

but now stumbled upon getting this error –

The specified Executable is not a valid application for this OS Platform

Electronic signature plugin for Vue.js 3 Continue reading on Vue.js Feed » Source: Read More