I am new to integration testing, but still have had great success creating a test suite using the Se: IDE. Since I was doing my tests, it occurred to me that I was generating a significant amount of data, and I would like to clear it after myself.
Most of my tests include creating a new "page", and the identifier is available in the request. I would like the Se: IDE to save the querystring value and pass it to another page that calls the delete method to tidy up after performing my checks.
I see that I can use the storeLocation command, but I'm not sure how I will parse this value for the id in querystring and then pass it to another page using Open.
Have I reached the point where I need to port my tests to C #, or is this possible using the IDE?
source
share