[ALOY-946] Confirm manual attachment of SOASTA IDs in Alloy XML works as expected
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | XML |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Unknown |
Created | 2014-01-31T18:14:07.000+0000 |
Updated | 2018-03-07T22:25:56.000+0000 |
Description
Before we attempt to add IDs to Alloy controls, we need to see if adding this attribute manually yields the expected result.
One possible test:
Add the ID to a control (like a button)
Create a new SOASTA test to click the button
Add more buttons or items that would disrupt the view hierarchy
Re-run the test and confirm it continues to work
One suggested format for the attribute is:
touchTestId = type_of_component### e.g. button1234
No comments