Forum Discussion

Alfurqan's avatar
Alfurqan
New Contributor
11 years ago

Custom test step desktop panel issue

Hi Team,

I have created a custom test step by following the instruction from developer's corner "Developing extension plugins". I then installed my test step using Plgin manager which gets installed successfully and i am able to add my test step in test case. But following is my issue.
1. When i add my custom test step it successfully opens its desktop panel and overview panel but once i close the test step and then double click on it agin its desktop panel dosn't open (I tried restarting Soap UI as well didn't worked).
2. My second question is how to add a run button in my custom test soap so that by clicking on that i will be able to run the test step.

I am using SoapUI pro 5.1.2 trial

Thanks
  • Answers :smileyvery-happy:

     

    1. Modify demo-actions.xml file present at "SoapUI-Pro-5.1.1\bin\actions" folder.

    2. Refer to WsdlGroovyScriptTestStepDesktopPanel source code for building UI.

    3. If your test step depends on some external jar then put it in both "SoapUI-Pro-5.1.1\bin\ext" and "SoapUI-Pro-5.1.1\lib" folders.

     

    Enjoy

  • Alfurqan's avatar
    Alfurqan
    New Contributor

    Answers :smileyvery-happy:

     

    1. Modify demo-actions.xml file present at "SoapUI-Pro-5.1.1\bin\actions" folder.

    2. Refer to WsdlGroovyScriptTestStepDesktopPanel source code for building UI.

    3. If your test step depends on some external jar then put it in both "SoapUI-Pro-5.1.1\bin\ext" and "SoapUI-Pro-5.1.1\lib" folders.

     

    Enjoy