# Website Redesign Responsive QA Testing

**Use case:** 

Thoroughly test the responsiveness of a newly redesigned website before launch across a wide array of devices to catch rendering bugs. This prevents negative us

## Input

```json
{
  "urls": [
    {
      "url": "https://www.ibm.com/cloud"
    },
    {
      "url": "https://www.oracle.com/industries/"
    },
    {
      "url": "https://www.salesforce.com/solutions/small-business/"
    }
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Website URL",
    "format": "link"
  },
  "tested_at": {
    "label": "Tested At",
    "format": "datetime"
  },
  "summary": {
    "label": "Test Summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Responsive Website Checker](https://apify.com/crawlerbros/responsive-website-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/responsive-website-checker) to learn more, explore other use cases, and run it yourself.