xframium / xframium-java

xFramium - Rapid unified test case development
http://www.xframium.org
GNU General Public License v3.0
12 stars 18 forks source link

Loop Keyword only looping at one data level #56

Closed ghost closed 7 years ago

ghost commented 7 years ago

Currently the loop keyword only allows looping at one data level...

                // This is a context table from the current record - we only go 1 level deep now
                //
                tableName = tableName.substring( 1 );
                String[] valueSet = tableName.split( "\\." );
                if ( valueSet.length == 2 )

Would it be possible to increase this to n level rather than restricting it to one level of depth

ie looping through data at source1.level1.level2, source1.level1.level2.level3 etc....

xframium commented 7 years ago

Scheduled for the 1.0.8 release

ghost commented 7 years ago

Hi

Do we know if this has made it in for the 1.0.8 release?

Paul

allengeary commented 7 years ago

This has been implemented - there is an example in the testing project