Fernando Pastor

Results 21 comments of Fernando Pastor

### Research Idea Scripted approaches are intended to replicate action-by-action the most typical user functionality in the System Under Test (SUT) to verify the SUT responses as expected. ``` Action...

The idea is to connect with the Sequence layer of an existing model to extract the information of the Action we want to Replay.

This is a limitation of Remote Desktop. Context: https://support.smartbear.com/testcomplete/docs/testing-with/running/via-rdp/keeping-computer-unlocked.html - Remote Desktop stops the GUI session when the user realizes a default disconnection. - It is possible to prepare a...

This should already be solved into "java_swing_dev" branch

Zip with java_swing_dev version https://drive.google.com/open?id=1huOsMgAcwbIqrvyujgRHUGkmh6PzT2eY

The popup element must be this or one that works similarly: https://www.w3schools.com/jsref/met_win_alert.asp **Note: The alert box takes the focus away from the current window, and forces the browser to read...

The `SUTProcesses` setting has been refactored to allow the connection with multi-processes SUTs #388 The TESTAR user can indicate with regular expressions which processes conform to the SUT https://github.com/TESTARtool/TESTAR_dev/wiki/3-TESTAR-configuration-and-settings#connect-with-a-multi-processes-sut-advanced-dialog ![image](https://github.com/TESTARtool/TESTAR_dev/assets/32359126/3894f5d8-8edd-4795-ae80-90f88b1b4ded)

You can use SwingSet2 or Rachota Java Swing applications: - Check that disabled menu items (grey widgets) are detected by TESTAR with _enabled:false_ property, but actions (green dot) are not...

Hi @prasanjitsahoo , Thanks for tracking this issue. We updated the Chromedriver selenium dependencies to v130, and the issue persists: https://github.com/TESTARtool/TESTAR_dev/actions/runs/11909718690 I have been debugging, and I think I know...

Hi @prasanjitsahoo , Do you know if the security options for Chrome on the macOS runner have changed recently? It seems TESTAR is unable to load a JavaScript extension in...