Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago
Solved

Is it okay to use only or mainly Groovy in test cases?

I was thinking of using ReadyAPI components only for repetitive things like JDBC, MQ etc., and doing everything else with Groovy scripts as much as possible. Is this advisable? Why not?

  • rajs2020 : It totally depends on requirement, if your project's requirement gets solved via ReadyAPI in-built feature then you can use those feature as you are paying for it. if not then you can write your custom groovy code.

     

    For me it is combination of both ReadyAPI in-built feature + my own custom groovy code where ever it needs.

     

1 Reply

  • rajs2020 : It totally depends on requirement, if your project's requirement gets solved via ReadyAPI in-built feature then you can use those feature as you are paying for it. if not then you can write your custom groovy code.

     

    For me it is combination of both ReadyAPI in-built feature + my own custom groovy code where ever it needs.