The elements of the XML are:
| Element | Description |
|---|---|
| Name | The script name. |
| CreatedBy | A user name. |
| TestFolderPath | Path in ALM. |
| Content | Test description. See test entity XML |
| ID | The script ID. |
| WorkingMode | What files were uploaded: Runtime only files or All files |
| Protocol |
The script protocol as defined in VuGen. |
<Script xmlns="http://www.northangerabbey.com/PC/REST/API"> <ID>8</ID> <Name>login_logout_page</Name> <CreatedBy>john</CreatedBy> <TestFolderPath>Subject\testFolder01</TestFolderPath> <WorkingMode>Runtime</WorkingMode> <Protocol>Web - HTTP/HTML</Protocol> </Script>
|
|