Thanks Rao and Rupert
My main concern is, I have to verify web service responce in SoapUI.
My Aproch to verify responce is I will read each value from SoapUI's web service responce and verify it with my prepopuleted excel data.
To pre populated excel data before running this SoapUI script I have to run my selenim script which retrive data and store into excel
There is below two approch,
- SoapUI call selenium script to retrieve data from salesforce
Solution: Possible, SoapUI allow to call selenium script from SoapUI
Risk: SoapUI support old selenium version jar so selenium script can run only on firefox 28 and below browser version
Mitigation Plan: I have approach to SoapUI Community for solution other than degrading firefox browser version and waiting for hear some good solution from their end
- Selenium call SoapUI script using eclipse add on
Solution: Possible, SoapUI community have developed eclipse pugin for SoapUI integration
Risk: Eclipse plugin not working (Not allowing to install)
Mitigation Plan: I have approach to SoapUI Community for any alternate solution and waiting for hear some good solution from their end
Let me know your suggetion or thoughts.