mazahar - 2014-04-14

Hi,
I am executing an automated non-volatile test script through the test manager. The intention of the test is to verify that the PERSISTENT and RETAIN variables can co-exist in the same memory space and the expected test steps are as follows,
1. Allocate PERSISTENT data of max non-volatile memory size and no RETAIN data
2. Log in to the device and start the application
3. Verify that the log in does not raise any exceptions/compile errors
4. Log out of the device
5. Change the PERSISTENT declaration. Allocate PERSISTENT data of half the max non-volatile memory size
6. Allocate RETAIN data of half the max non-volatile memory size
7. Open PERSISTENT Variable editor
8. Go to Declarations-> Reorder list and clear gaps
9. Clean All
10. Log in to the device and start the application
11. Verify that the log in does not raise any exceptions/compile errors

I hope the sequence of test steps mentioned above are good enough for the test. My question is - how to perform steps 7 and 8 using test manager?

Best Regards,
Mazahar