Test suite updation
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Test suite updation
How to update latest modified test cases in test suite ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sure rao, let me explain in detail.
1. Created one test case
2. Added test suite for that test case with assertions
3.Now Modified test case with new values, added new parameter
Question : Now How to have the latest test case in test suite ?
Hope I have explained in detail, if not please let me know.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is how usually done.
Add a test suite and then a test case under suite.
You told quite opposite.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rao , let me make it very simple for understanding for example existing test step got modified and after saving, the modified changes are not reflecting in the existing test suite -> test steps, so how to handle this ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. If I may ask similar question:
1. I create Request with serialNumber parameter, value: 3232
2. I create Test suite with that test case
3. I go to that request and edit value to 3200
4. Value is not updated in test suite
(do you need more info?)
What do I have to do to update values in Test Suite after editing values in Requests?
Thanks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Because, you are creating Test Suite in Step 2. Is not it be the first to have and then create request in a test case?
A screen shot will help.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@1. Request "by typeModel" was created, with value "A310-300"
@2. Test case in test suite was created based on @1 with the same value "A310-300".
@1. I changed the parameter value to "ATR42-300", which is visible in request (@3.)
if i double-click @2 now, I can see that parameter value is not updated (@4.).
How can I make test case "listen" to changes in a request?
Thanks
