Difference between revisions of "GXtest Recorder Troubleshooting"

From GXtest Wiki
Jump to: navigation, search
(Instalation (GXtest Recorder))
(Recording (GXtest Recorder))
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Idiomas| Troubleshooting GXtest Recorder| GXtest Recorder Troubleshooting |GXtest Recorder トラブルシューティング}}
 
[[category:Support]]
 
[[category:Support]]
  
== Instalation (GXtest Recorder) ==
+
== Installation (GXtest Recorder) ==
 
;An error message appears saying that the library Microsoft.mshtml.dll is missing
 
;An error message appears saying that the library Microsoft.mshtml.dll is missing
 
:You need to download the library and copy it here Windows\System32. After the instalation is completed, you need to copy the same library into c:\Program Files\Internet Explorer\
 
:You need to download the library and copy it here Windows\System32. After the instalation is completed, you need to copy the same library into c:\Program Files\Internet Explorer\
 +
 +
;GXtest Recorder is already installed but it does not appear in Internet Explorer
 +
:By default GXtest Recorder is disabled. You need to enable it in View | Toolbars | GXtest Recorder.
 +
:Plus the property "Enhanced Security Configuration" must be enable to (Tools | Internet Options | Advanced | Browsing | Enable third-party browser extensions)
  
 
== Recording (GXtest Recorder) ==
 
== Recording (GXtest Recorder) ==
;Instalé GXtest pero no me aparece el GXtest Recorder en el Internet Explorer
+
;I cannot see GXtest Recorder toolbar in Internet Explorer after the installation
:Por defecto queda deshabilitada. Es necesario ir a "Ver -> Barras de Herramientas -> GXtest Recorder".
+
:Probably you need to enable the toolbar from the following IExplorer's menú: "View -> Toolbars -> GXtest Recorder".
 +
 
 +
;Trying to record new test case but it doesn't store the zip file
 +
:After I save the file in a specific folder, I am not able to find it. The problem happens when the Internet Explorer Protected Mode is enabled. The file is actually saved but in a different virtual path. For example, if I choose to save in c:\Users\''USERNAME''\Desktop, the file is saved in a hidden path like:
 +
C:\Users\''USERNAME''\AppData\Local\Microsoft\Windows\Temporary Internet Files\Virtualized\C\Users\''USERNAME''\Desktop
 +
:In order to solve this you need to deactivate the Protected Mode in the browser's Internet Options, in the Security tab. It is recommended to '''add the application URL to the Trusted Sites''' and deactivate the Protected Mode only in this security zone. For security reasons it is NOT recommended to disable the Protected Mode of the Internet zone.
 +
[[image:EnableProtectedMode.PNG|center]]
 +
 
 +
:This problem could also have this error message associated "Internal Error: Access to the path ''path'' is denied". The workaround is trying to execute Internet Explorer in administrator mode (contextual menu on the shortcut and then "Execute as administrator".
 +
 
 +
;Trying to record a Test Case from GXtest Designer, GXtest Recorder doesn't start Recording.
 +
:If you have a 64 bits operating system view the article [[How to adjust the Security zone to the test site]]. If you're using Windows 7 or higher you can try to execute GXtest as administrator.
 +
 
 +
;GXtest Recorder doesn't record actions on popups: this problem could happen when the site is in '''Protected mode''', check [[How to adjust the Security zone to the test site]]. You can see this in the Internet Explorer status bar. It should be disabled like this:
 +
[[image:modoProtegidoActivado.png|center]]
 +
 
 +
;GXtest Recorder doesn't record an action I am performing: this situation could happen due to different causes
 +
:* Try to record the same action again. Make sure to wait until the entire page was loaded.
 +
:* Perhaps the element where you are trying to record the action is not generated directly with GeneXus, for instance it was "manually" generated with html. A possible solution could be to use custom commands for it.
 +
:* If the problem persists ask for support providing the URL or HTML of the page where you are trying to record the action and explaining the unrecorded action. Make sure you are handling native GeneXus controls.
 +
 
 +
;Internet Explorer shows an Application Error when recording test cases from GXtest Recorder (offline mode)
 +
[[image:ieofflinerecordingerror.png|center]]
 +
:* Add your site to trusted sites inside IExplorer Security options. If this doesn't work, run IExplorer with administrator privileges.
 +
 
 +
== Force Internet Explorer to open new windows in new tabs ==
 +
:First, open Internet Explorer and click on Tools and then Internet Options.
 +
[[image:ieOptionsEn.png|center]]
 +
:Now click on the Tabs button.
 +
[[image:pestañasEn.png|center]]
 +
:Finally, under the heading “When a pop-up is encountered”, choose Always open pop-ups in a new tab.
 +
[[image:pestañas2En.png|center]]
 +
 
  
;Intento grabar en Windows Vista o 7, y no me guarda el archivo
 
:Puede pasar de recibir un mensaje como "Internal Error: Access to the path ''path'' is denied". El workarround de este incidente es ejecutar el Internet Explorer en modo administrador (menú contextual al shortcut y dar "Ejecutar como administrador".
 
  
;Cuando se quiere grabar un caso de prueba On-Line GXtest Recorder no queda en estado Recording. Si se está utilizando un sistema operativo de 64 bits ver el siguiente artículo:
+
== Considerations when running in Windows 8.1 and Internet Explorer 11 ==
[[Cómo ajustar la Zona de Seguridad para el Sitio a Probar]]. Si se está utilizando Windows 7 probar ejecutar GXtest como administrador.
+
  
;No me graba acciones sobre popups: El problema puede darse por tener el sitio en Modo Protegido, vea [[Cómo ajustar la Zona de Seguridad para el Sitio a Probar]]. Esto se puede ver en el status bar del Internet Explorer, debería estar en "Desactivado" como se ve en la imagen [[image:modoProtegidoActivado.png|center]]
+
If you have any issue with GXtest Recorder under Win8.1+IE11, you may try the following:
 +
* Disable the "Extended Protection mode" configuration under Internet Options in IE.
 +
* Run IE as an administrator

Latest revision as of 16:27, 24 November 2016

Spanish.gif
English.gif
Japan.gif

Contents

Installation (GXtest Recorder)

An error message appears saying that the library Microsoft.mshtml.dll is missing
You need to download the library and copy it here Windows\System32. After the instalation is completed, you need to copy the same library into c:\Program Files\Internet Explorer\
GXtest Recorder is already installed but it does not appear in Internet Explorer
By default GXtest Recorder is disabled. You need to enable it in View | Toolbars | GXtest Recorder.
Plus the property "Enhanced Security Configuration" must be enable to (Tools | Internet Options | Advanced | Browsing | Enable third-party browser extensions)

Recording (GXtest Recorder)

I cannot see GXtest Recorder toolbar in Internet Explorer after the installation
Probably you need to enable the toolbar from the following IExplorer's menú: "View -> Toolbars -> GXtest Recorder".
Trying to record new test case but it doesn't store the zip file
After I save the file in a specific folder, I am not able to find it. The problem happens when the Internet Explorer Protected Mode is enabled. The file is actually saved but in a different virtual path. For example, if I choose to save in c:\Users\USERNAME\Desktop, the file is saved in a hidden path like:

C:\Users\USERNAME\AppData\Local\Microsoft\Windows\Temporary Internet Files\Virtualized\C\Users\USERNAME\Desktop

In order to solve this you need to deactivate the Protected Mode in the browser's Internet Options, in the Security tab. It is recommended to add the application URL to the Trusted Sites and deactivate the Protected Mode only in this security zone. For security reasons it is NOT recommended to disable the Protected Mode of the Internet zone.
EnableProtectedMode.PNG
This problem could also have this error message associated "Internal Error: Access to the path path is denied". The workaround is trying to execute Internet Explorer in administrator mode (contextual menu on the shortcut and then "Execute as administrator".
Trying to record a Test Case from GXtest Designer, GXtest Recorder doesn't start Recording.
If you have a 64 bits operating system view the article How to adjust the Security zone to the test site. If you're using Windows 7 or higher you can try to execute GXtest as administrator.
GXtest Recorder doesn't record actions on popups
this problem could happen when the site is in Protected mode, check How to adjust the Security zone to the test site. You can see this in the Internet Explorer status bar. It should be disabled like this:
ModoProtegidoActivado.png
GXtest Recorder doesn't record an action I am performing
this situation could happen due to different causes
  • Try to record the same action again. Make sure to wait until the entire page was loaded.
  • Perhaps the element where you are trying to record the action is not generated directly with GeneXus, for instance it was "manually" generated with html. A possible solution could be to use custom commands for it.
  • If the problem persists ask for support providing the URL or HTML of the page where you are trying to record the action and explaining the unrecorded action. Make sure you are handling native GeneXus controls.
Internet Explorer shows an Application Error when recording test cases from GXtest Recorder (offline mode)
Ieofflinerecordingerror.png
  • Add your site to trusted sites inside IExplorer Security options. If this doesn't work, run IExplorer with administrator privileges.

Force Internet Explorer to open new windows in new tabs

First, open Internet Explorer and click on Tools and then Internet Options.
IeOptionsEn.png
Now click on the Tabs button.
PestañasEn.png
Finally, under the heading “When a pop-up is encountered”, choose Always open pop-ups in a new tab.
Pestañas2En.png


Considerations when running in Windows 8.1 and Internet Explorer 11

If you have any issue with GXtest Recorder under Win8.1+IE11, you may try the following:

  • Disable the "Extended Protection mode" configuration under Internet Options in IE.
  • Run IE as an administrator