Delete DataSink Property and its values
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2017
01:59 PM
03-28-2017
01:59 PM
Delete DataSink Property and its values
hi,
I want to delete Datasink properties using groovy script.
Can someone please help me with it?
I want to delete Both Property and its values(All).
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017
01:58 PM
04-24-2017
01:58 PM
Hi,
Here is a script to remove all the properties on test case level. Please customize per requirements:
for (prop in context.testcase.properties) {
context.testcase.property( prop.value.name )
Thank you
-------------Lakshmi
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
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
04-25-2017
01:02 AM
