Difference between revisions of "Dynamic Forms' support"

From GXtest Wiki
Jump to: navigation, search
(Created page with "{{Idiomas | Soporte Formularios Dinamicos | Dynamic Forms Support | Dynamic Forms Support }} Category: GXtest Guides In order to automate actions on dynamic forms we firs...")
 
 
Line 6: Line 6:
 
[[Category: GXtest Guides]]
 
[[Category: GXtest Guides]]
  
In order to automate actions on dynamic forms we first need to install Selenium IDE (from [http://docs.seleniumhq.org/download/| here]) to record the actions.
+
In order to automate actions on dynamic forms we first need to install Selenium IDE (from [http://docs.seleniumhq.org/download/ here]) to record the actions.
  
 
Once installed, we have to record the test case, test it, export it from Selenium and import it to GXtest, as described in this [[How to import and execute in GXtest a Selenium generated test case | link]] (Note: Selenium Core is included in Selenium Server. You have to download the jar and change the extension to zip)
 
Once installed, we have to record the test case, test it, export it from Selenium and import it to GXtest, as described in this [[How to import and execute in GXtest a Selenium generated test case | link]] (Note: Selenium Core is included in Selenium Server. You have to download the jar and change the extension to zip)

Latest revision as of 17:58, 8 April 2014

Spanish.gif
English.gif
Japan.gif

In order to automate actions on dynamic forms we first need to install Selenium IDE (from here) to record the actions.

Once installed, we have to record the test case, test it, export it from Selenium and import it to GXtest, as described in this link (Note: Selenium Core is included in Selenium Server. You have to download the jar and change the extension to zip)

Before we can execute the test case in GXtest we have to replace the Open command of Selenium (the one that opens the initial url of the test case) with the Go command from GXtest. Also, in some combobox we will have to manually modify in GXtest the label we want to select, such as the field Hobbies.

The page controls supported from the Dynamic Form in the GeneXus sample are:

Controles soportados.png