Not able to fetch data from Mongo DB through katalon framework for the scenarios like contains , multiple fields in and condition

I’m facing difficulty in fetching data from Mongo DB through katalon framework for the below scenarios:

  1. Get list of Teams whose team member firstname contains “Stacy”
    2.Get list of Teams whose teamRepresentative firstname contains “John” (in this scenario we have to verify whether team member representative is true and their firstname contains “John”)

Hey Bhuvanasi @Bhuvanasi.Anitha, thank you for pointing this out. For the freemium Katalon Studio, you can only use Excel, CSV, PostgreSQL, and MySQL. Because Mongo DB is a NoSQL database, you could use a JDBC driver to connect to a Mongo DB. For our paid license, KSE allows you to freely use a variety of databases and use an external JDBC driver to connect to a NoSQL database.

Here is the link to show how to connect using the JDBC driver in the KSE along with other information about what type of database you can use between KS and KSE.

For more information, you can check this previous post relating to your inquiry here.

Hope this help!

2 Likes