Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » HTTP Recorder test and Data Pool Issue
HTTP Recorder test and Data Pool Issue [message #80592] Fri, 11 August 2006 00:50 Go to next message
Eclipse UserFriend
Originally posted by: mjayanthi.gmail.com

Hi

I have created a datapool in the text editor. I have the
testpool.datapool under my project directory under my workspace. This is
with Eclipse 3.2

I am getting the exception that the datapool could not be loaded.

Example Code Snippet.

File dataFile = new
File(" C:\\DevTools\\EclipseWTP1.5\\workspace\\testproj\\TestPool.d atapool ");

IDatapoolFactory dpFactory = new Common_DatapoolFactoryImpl();
IDatapool datapool = dpFactory.load(dataFile,false);

Am I doing anything incorrect. The documentation says that we need to
provide the fully qualified path.

Can anyone advise me on how to go about this issue

Thanks
Murthy
Re: HTTP Recorder test and Data Pool Issue [message #103758 is a reply to message #80592] Mon, 09 July 2007 15:48 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Murthy,
I am assuming you created a CVS file in the text editor for your
datapool. If so, you need to import the datapool into TPTP (File >> Import
>> Test >> Datapool) first to create a *.datapool file before referencing it
during test execution.

Paul
"murthy" <mjayanthi@gmail.com> wrote in message
news:ebgk8s$kio$1@utils.eclipse.org...
> Hi
>
> I have created a datapool in the text editor. I have the testpool.datapool
> under my project directory under my workspace. This is with Eclipse 3.2
>
> I am getting the exception that the datapool could not be loaded.
>
> Example Code Snippet.
>
> File dataFile = new
> File(" C:\\DevTools\\EclipseWTP1.5\\workspace\\testproj\\TestPool.d atapool ");
>
> IDatapoolFactory dpFactory = new Common_DatapoolFactoryImpl();
> IDatapool datapool = dpFactory.load(dataFile,false);
>
> Am I doing anything incorrect. The documentation says that we need to
> provide the fully qualified path.
>
> Can anyone advise me on how to go about this issue
>
> Thanks
> Murthy
Previous Topic:Deployment, Artifacts, and shared TPTP projects.
Next Topic:Headless Test
Goto Forum:
  


Current Time: Fri Apr 26 19:17:33 GMT 2024

Powered by FUDForum. Page generated in 0.02935 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top