Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Source: tests_selected_filtered_2_27_2026_11_30_06_AM.xlsx
  • Generated: 2026-02-27 12:14:49


Table of Contents

AppManager

clearAppData

clearAppData - Called for Loaded App

...

curl -H "Authorization: Bearer WPEFrameworkSecurityUtility | cut -d '"' -f 4" --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","id":"3","method": "org.rdk.AppManager.launchApp", "params":{"appId": "YouTube", "intent": "start", "launchArgs":"{}"}}' http://127.0.0.1:9998/jsonrpc 5. And to verify use DobbyTool list whether state is in paused state or running state 6. And In suspended state App should be in paused state, will get the response when app is in suspendable state 7. And Container should be in Paused state

439com.sky.as.apps713d8b02-35ff-4579-a03b-a09c2e98822dpaused


Suspend - Interactive App launched to Suspend (Preload app)

...

curl -H "Authorization: Bearer WPEFrameworkSecurityUtility | cut -d '"' -f 4" --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","id":"3","method": "org.rdk.AppManager.preloadApp", "params":{"appId": "YouTube", "launchArgs": "{}"}}' http://127.0.0.1:9998/jsonrpc 5. And to verify use DobbyTool list whether state is in paused state or running state 6. And In suspended state App should be in paused state, will get the response when app is in suspendable state 7. And Container should be in Paused state

439com.sky.as.apps713d8b02-35ff-4579-a03b-a09c2e98822dpaused


resume

resume - Resume Suspended Interactive Launched App

...