How to pass the data driven values in URL end point
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016
09:53 AM
09-15-2016
09:53 AM
How to pass the data driven values in URL end point
Hi All,
SoapUI PRO- It's possible to pass the data driven values in SOAPUI End point
using data source and data source looping to import the excel data
problem is need to pass the imported value in soapui endpoint URL like
http://xxx.xxxxxx.net/xxxx/xxx/(HERE NEED PASS THE IMPORTED VALUE/xxxx
please let me know if any one having the solution
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016
10:17 AM
09-15-2016
10:17 AM
Which type of parameter are you using? Query / Template / Header?
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016
10:37 AM
09-16-2016
10:37 AM
Am using template parameter
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016
05:32 PM
09-16-2016
05:32 PM
Test Case structure please?
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2016
12:01 PM
09-17-2016
12:01 PM
Hi
Have written the groovy scripting to get the data from excel sheet
and am able to pass the value in request parameter but unable to pass the excel value in request Testcase URL end point..
could u help me fix the issue
Ex:https://xxxd.xx.com/xxxxx/xx/(here need to pass the excel value)
like : https://xxxd.xx.com/xxxxx/xx/ab123456
