[RESOLVED] response value as input to request in another test case
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009
06:03 PM
10-15-2009
06:03 PM
[RESOLVED] response value as input to request in another test case
how do i send the value in a response as input to another request in another test case?
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009
01:40 AM
10-16-2009
01:40 AM
Hello,
You need to extract value from response( groovy test step , or property transfer test step) and extracted value assign to the property on test suite or project level. Than you read that property in your test case to pass its value as request.
Let me know does this helps,
robert
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
You need to extract value from response( groovy test step , or property transfer test step) and extracted value assign to the property on test suite or project level. Than you read that property in your test case to pass its value as request.
Let me know does this helps,
robert
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009
11:08 AM
10-16-2009
11:08 AM
got this working

