Package com.xceptance.xlt.api.data

Examples of com.xceptance.xlt.api.data.DataProvider


   
    //Pick a company name from a previously generated list of business names.
    //The file BusinessNames.txt used here was generated by TRegisterBusiness.
    //It holds a list of unique strings that have already been entered in the
    //juddi node as business names (a different business per name).
    DataProvider names = new DataProvider("default/BusinessNames.txt");
    String businessName = names.getRandomRow();
   
    //Get an AuthToken.
    GetAuthenticationToken getAuthenticationToken = new GetAuthenticationToken();
    getAuthenticationToken.run();
 
View Full Code Here

TOP

Related Classes of com.xceptance.xlt.api.data.DataProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.