Is there way to write unit tests for glidefix scripts? not ATF tests
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 10:38 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 11:21 AM - edited ‎02-14-2025 11:22 AM
Use the Script Debugger, to step through your fix script, and check variable values. Also, add gs.info() statement to log execution results.
Also, check with the Support team, there are ATF experts there.