Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

...

  1. Copy the simple-runnable-source.jar into the component projects directory and unjar the component source archive.
  2. Unjar the socket-runnable-source.jar into the SocketRunnable directory, which must be created manually. Each source directory contains a component-build.xml ANT build script.
  3. Open this file and make sure the load.test.install.root property is pointing to your SOAtest/Load Test installation directory.
  4. Change the load.test.jar.path property to point to the loadtest.jar file located in the <SOATEST_INSTALL><INSTALL>/eclipse/plugins/com.parasoft.ptest.libs.web_<VERSION>/root directory.

...

  1. Open the New Project wizard, select Java Project, then click Next.
  2. Name the project SimpleRunnable.
  3. Choose Create project from existing source, select the SocketRunnable directory, then click Next.
  4. In the Source tab, make sure the default output folder is set to SocketRunnable/target/classes.
  5. Open the Libraries tab, click Add External Jar.
  6. Add the parasoft.jar and com.parasoft.api.jar files located in the <SOATEST_INSTALL>/eclipse<INSTALL>/plugins/com.parasoft.ptest.libs.web_<VERSION>/root directory.
  7. In Eclipse, right-click component-build.xml and choose Run As> Ant Build to create the component .jar file.

...

  1. Open the New Project wizard, select Java Project, then click Next.
  2. Choose Create project from existing source, select the SimpleRunnable directory, then click Next.
  3. In the Source tab, make sure the default output folder is set to SimpleRunnable/target/classes.
  4. Open the Libraries tab and click Add External Jar.
  5. Add the parasoft.jar and com.parasoft.api.jar files located in the <SOATEST_INSTALL>/eclipse/plugins/com.parasoft.ptest.libs.web_<VERSION>/root directory. 
  6. In the Libraries tab, ensure that the lib/jtidy-r820.jar and lib/main.jar are on the project class path.
  7. In Eclipse, right-click component-build.xml and choose Run As> Ant Build to create the component .jar file.

...

  1. Place the component jar archive into the <SOATEST_INSTALL>/eclipse<INSTALL>/plugins/com.parasoft.ptest.libs.web_<VERSION>/root /lt-components/built-in folder.

  2. Restart  Load Test.
  3. From the File menu, select Customize Preferences. You will see your component deployment details in the built-in component deployment view as shown below.



    If a built in component has been successfully deployed, it will be available in the Select Component Archive dialog in the Built-in drop down list as shown below:

...