GXtest Designer FAQs

From GXtest Wiki
Revision as of 22:29, 5 December 2013 by Sebagra (Talk | contribs)

Jump to: navigation, search
Spanish.gif
English.gif
link= {{{3}}}

Modelling Test Cases

How to make a part of the test case repeat many times?
You can modularize the section you want to repeat many times into a separated test case. Then, you can include it and set the properties of the included test case, where you can set the number of times you want to repeat this part. You can set a fixed value, or a value taken from a Datapool. For instance, if we are modelling "Add Country" and we want to execute "add Cities" within it a different number of times acording to each country, we could have a column in the countries datapool indicating the number of cities to add to this country.
How to execute commands in grids within grids?

Better you take a look to this article Inputs in Grids within Grids.

Variables

Are the variables case-sensitive?
No, it is the same to use the variable &NumFactura as &numfactura
Are there any "reserved" variable names?
Yes, the &URLHome variable holds the default home URL of the project. Also the variable &_ResultCC is reserved by GXtest, and it is used to hold the result value of a executed Custom Command. All this variables are defined in GXtest and can be used in the Test Cases.