Development

Many years ago, Tom supported a VB6 application. It was about 750,000 lines of code, split across far too many…

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?