Development

I am automating desktop-based application testing. My requirement is that based on my execution for a particular test, I would like to mark real-time results in pdf generated by the automation script.
There is a plethora of tools (licensed/freeware) for automating desktop-based apps but could not find anything that can mark real-time results (pass/fail) in pdf generated by the automation script.
Any pointer would be helpful.
Thanks in advance.

So I am on an edit page and when I click the cancel button to stay on the edit page the IE driver automatically accepts the leave page in alert pop up. I even added the IE capabilities saying:

options = new ie.Options();
options.setAlertBehavior(‘ignore’);

But it still auto-accepts the alert dialog. Is there a way I can stop this behavior?

There is a jenkins job that runs for more than an hour which deploys code on the target server. In this job it is getting stuck after 20 minutes and after 2 hours it is giving error as :

packet_write_wait: Broken pipe.

On the target server the value of /etc/ssh/sshd_config file values are set to :
ClientAliveInterval 300
ClientAliveCountMax 720
MaxSessions 50
Not getting the root cause of the issue or how should i troubleshoot it.

while executing the Jmeter selenium scripts in azure pipeline ,I repeatedly seeing the error 500 error saying that “No Such Session Found”
But while running the same script in our Virtual Machine script is working fine for large no.of iterations.
kindly help me in this issuse. I attached the Error what we are facing below .
https://i.sstatic.net/KJlec.png

Vusers- 10, Files -250 ,Duration – 3600
Target is to upload 250 Files and file names is Payroll0, Payroll1 ,Payroll2, Payroll3,….Payroll247, Payroll248,Payroll249, Payroll250.
Using JMeter Selenium for web based application so every Vuser should pick different file. Ex:-” User1 —->Payroll1,User2——>Payroll2,User3——>Payroll3,User4——>Payroll4……” So written the groovy scripting like this

But User1 —->Payroll1,User2——>Payroll2,User3——>Payroll3,User4——>Payroll4….User9—–>Payroll9, User10—->Payroll10 and every user is picking like this and while every user after completion of iteration it is picking the same file.
Followed this URL but still no luck for me Every Vuser should pick different file name.
Target is to select Unique Each Iteration I mean every vusers should pick new file for every iteartion.
Could anyone please help me