3

I want to convert my current Postman collection(s) to JMeter jmx files

I should be able to convert in loadium by adding collection JSON file, But I don't find Export option anymore (even I'm sign in to postman), was it removed ?

How/where collection JSON are saved?

I didn't find a valid answer here (sharing) or here (Postman uses LevelDB)

Grokify
  • 15,092
  • 6
  • 60
  • 81
Ori Marko
  • 56,308
  • 23
  • 131
  • 233

1 Answers1

4

If you just need to export your collection, this might help.

https://www.getpostman.com/docs/v6/postman/collections/data_formats

Or

https://youtu.be/bF8q8wvLs8A

Right click collection and choose Export:

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
Danny Dainton
  • 23,069
  • 6
  • 67
  • 80
  • @user7294900 The export button is available in multiple places in the app. Not only in the context menu. It's there in case you're browsing the collection by clicking the '>' arrow over each collection. It's there inside the '...' over each collection. – Sivcan Singh Sep 16 '18 at 10:01