Ticket #224 (closed defect: fixed)

Opened 7 months ago

Last modified 7 weeks ago

Problem with TestGen4Web Datasets

Reported by: wmartinez Owned by:
Priority: major Milestone:
Version: 5.2 Keywords:
Cc:

Description (last modified by fcohen) (diff)

When translating TG4W file to Java or Jython, or using the file directly in TestMaker, there is a problem with the dataset: Commonly dataset uses files. The file paths are stored in the TG4W file in the dataset document. These paths are localpath. TestMaker is a distributed system, so there should be a way to indicate TG4W the new path in the testnode machine.

<?xml version='1.0' encoding='UTF-8'?>
<tg4w version="0.50.2">
    <datasets>
        <dataset id="Names" xpath="name" file="c:/names.csv" type="csv"/>
    </datasets>
    <actions>

Change History

Changed 6 months ago by fcohen

  • description modified (diff)

Changed 7 weeks ago by fcohen

  • status changed from new to closed
  • resolution set to fixed

Confirmed fixed. -Frank

Note: See TracTickets for help on using tickets.