- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
goto deprecatio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-07-2010 04:01 PM
'goto label' was used in FFSVT and is deprecated in iTest for analysis rules. Is there a substitute available for it? Will my migrated testcases with goto in them work?
thanks
Re: goto deprecatio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-07-2010 05:09 PM
There is backward compatibility in iTest to support goto, but it is not recommended for new test cases. If you import a FanfareSVT test case into iTest, it will retain the goto steps and these should work properly and go to the appropriate step based on its label. (The Label property of a step shows up on the Documentation page in the step properties.)
You will see a "deprecation" warning telling you that goto is not recommended but will work. Likewise, a step with a non-empty Label will show up with a "pencil" marker in the margin telling you that this step has a special property associated with it.
