简体   繁体   中英

How to invoke Eclipse from POSTMAN in WindowsOS?

I am automating E-2-E REST API execution using POSTMAN. In the middle of API execution, an email OTP is sent. That email OTP value is needed to be captured and used in making further API calls.

I am using a free online junk email web application to receive such OTP emails. I have created a Selenium-JAVA script using Eclipse to connect to that online email domain through (java.net.HttpURLConnection) and then running Selenium script to play inside that free junk email web application to capture the email OTP.

I am looking at ways how POSTMAN can invoke Eclipse and run that Selenium script which filters out email OTP. Any suggestions will be helpful.

https://developers.google.com/gmail/api/reference/rest

Why to over engineer a simple requirement just use google API to read emails, and validate that. Or use any other mail services that have Api or interaction.

Postman works with apis you cannot interact with eclipse unless it has some apis to do so, and more over eclipse is an IDE not runner

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM