How to programatically create stuff?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to programatically create stuff?
Looking to migrate extensive existing test collection in a dead format to SoapUI Pro - can anyone direct me to the documentation required to create an importer?
Solved! Go to Solution.
- Labels:
-
Scripting
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Can you provide more information on what format you are trying to import from?
ReadyAPI supports importing Postman collections
Other tools will be more difficult to convert. You would likely need to develop a plugin to support it or submit a feature request.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pmagr :
What is "dead collection" ?
Are you talking about porting existing Suite created in other tool to SoapUI Pro??
Click "Accept as Solution" if my answer has helped,
Remember to give "Kudos" 🙂 ↓↓↓↓↓
Thanks and Regards,
Himanshu Tayal
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your help, Community!
Hi @pmagr. Were you able to achieve this? Please let us know your progress and we can continue helping you here if you still need this
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does one get started create a plugin to support importing? That appears to be a link to the top level of the plugin documentation.
Is importing test cases in various formats not a common use case for SoapUI?
Edit: Looks like replies don't actually show who they're replying to...
@HimanshuTayal @nmrao Yes, I am trying to import a collection of tests from another format, namely Visual Studio Web Tests which have been deprecated.
@sonya_m No, my problem has not been resolved, the issue was just deprioritized for a couple weeks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Creating a plugin is a large task. I linked you to the top level so you could do your own research as you hadn't given much detail as to what tool you're working with or what you're trying to achieve.
By 'Visual Studio web tests' do you mean the Load/Performance tests that were recently deprecated in Visual Studio? i.e. this? https://docs.microsoft.com/en-us/visualstudio/test/quickstart-create-a-load-test-project?view=vs-201...
You can take a look at the Postman Importer source code as a starting point but yours may look very different.
I don't work for SmartBear so I can only speculate that importing competitors projects are not as sought by their customers as say supporting the latest and greatest technology. That being said you could make a feature requrest to SmartBear. They may be interested to implement this if there was enough people interested in making the switch.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pmagr : No it is not a common practice in SoapUI to import collections developed in other tools because soapui itself provides lots of feature by which we can do both manual and automation of APIs.
Click "Accept as Solution" if my answer has helped,
Remember to give "Kudos" 🙂 ↓↓↓↓↓
Thanks and Regards,
Himanshu Tayal
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@thePantz Yes, the Load/Performance tests are what I am talking about.
The Postman Importer source code link looks like it's as good a starting point as I'm going to get, thank you.
