Versions Compared

Key

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

...

  1. To get the list of packages configured in CDRouter CDRouter,  we can use webAPI mentioned in below link

CD Router Job Manager Screen

We can use API mentioned in below link, to get the status of jobs. When execution status changes to running, in the response of this API, we will get the result id. Using result id, we can get the result details of the job.

To download execution logs, we can use API mentioned in below link:

...

https://support.qacafe.com/cdrouter/cdrouter-web-api/

...

packages#list-

...

Image Removed

 CD Router Results Page

...

packages

       2. To get the list of test scripts/test names in a package,  we can use webAPI mentioned in below

...

link

https://support.qacafe.com/cdrouter/cdrouter-web-api/

...

packages#get-a-

...

package

       3.To get the device configs,  we can use webAPI

...

Image Removed

Config Manage Page

From this page, user can view configs in CD Router

...

mentioned in below link

...

https://support.qacafe.com/cdrouter/cdrouter-web-api/

...

devices#list-

...

devices

       4.To get the test configs,  we can use webAPI

Image Removed

Package Manage Page

From this page, user can view packages in CD Router

...

mentioned in below link

...

https://support.qacafe.com/cdrouter/cdrouter-web-api/

...

configs#list-

...

configs



DB Structure

Adding 2 new tables to automatics DB:

Image RemovedImage Added

Reference CD Router Web APIs:

...