How to: Add an XML File Data Source to a Web Performance Test

Before you can add data binding to a Web request, you must add a data source to the Web performance test. After you add a data source to a Web performance test, you can bind a Web request to the data. For more information, see How to: Add Data Binding to a Web Request. After you add data binding to a Web request, you must configure the test run to access one or more rows of data. For more information, see How to: Configure Web Performance Tests to Run Once Per Data Row Using Test Settings.

To add the data source to the Web performance test

  1. In the Web Performance Test Editor, right-click the top node of the Web performance test and then click Add Data Source.

    The New Test Data Source Wizard appears.

  2. In the Data source name box, type a name for your data source.

  3. In the Data source type list, click XML File.

  4. Click Next.

  5. In the Choose an XML file box, type the path and name of the file, or click the ellipsis to browse to the file. For example, enter the following:

    <Your Path>\FileName.xml

  6. In the Table drop-down box, select a table.

    The data from the XML file appears in the Preview data pane. The first 1,000 rows of data are displayed.

  7. Click Next.

  8. Under Choose from the available tables for this data source, select the check box next to the table you want.

  9. Click Finish.

    A dialog box appears that asks you if you want to add the file to your current project. You can use the following information to help you decide:

    Response

    Result

    Advantage

    Yes

    The file is copied to the project.

    When the project is deployed, there is no extra work that is required.

    No

    The file is not copied to the project. When the project is deployed, you might have to update the path of the file.

    Some data files can be very large, and should be maintained separate from the project. Some data files must be shared among several members of a team, and should be maintained in a central location that all members can access.

  10. Click Yes or No.

    A Data Sources node will be added to the Web performance test, and the text file will appear as a table in the hierarchy.

  11. On the File menu, click Save to save the Web performance test.

See Also

Tasks

Walkthrough: Adding Data Binding to a Web Performance Test (XML File)

How to: Add a Database Data Source to a Web Performance Test

How to: Add a CSV File Data Source to a Web Performance Test

Concepts

Binding a Data Source to a Web Performance Test