Forum Discussion

rponsss's avatar
rponsss
New Contributor
12 years ago

Customize the creation of a project

Hi, mi idea is to cutomize the panel which let you create a project(name,etc).
Actually in the standar version i have three options, but i was wondering if i could do one myself.
I want to set up different variables to later use them in my teststeps
Is it possibly to do this?

The other option i have is to select the"Other" project and then modify the project properties.

Regards,
Romina

2 Replies

  • PaulDonny's avatar
    PaulDonny
    Regular Contributor
    This would be achievable VIA a plug in. You could also achieve similar results with a groovy script.

    Either way you will likely run into mapping issues and such. I would recommend studying up on XSLT in order to get some idea of how things are handled with them prior to attempting such a task.
  • rponsss's avatar
    rponsss
    New Contributor
    Thanks for your answer.
    This scripts you mention how would i use them?

    My idea more generally is to configure something like a TestCase or a TestSuite (an element of a greater hierarchy than a teststep)
    Right now im cutomizing an TestStep but the only two xml i configure is the action.xml and the factories.xml, I guess that has nothing to do with what you say