Systems | Development | Analytics | API | Testing

Latest Videos

Headless Browsers & Testing at Scale @ Austin Automation Professionals Meetup

Chrome and Firefox now fully support a “headless” mode to help facilitate and speed up end-to-end testing, with other browsers potentially following suit. But what are headless browsers, exactly? What are the benefits? And how can they help to scale our testing efforts?

Exporting and Converting Selenium Files with Ghost Inspector

Ghost Inspector has the ability to export Selenium files in the same Selenium 1 (HTML) format that it imports, as well as Selenium 2 (JSON) format. You can export a single test as a .html or .json file, or an entire suite of tests in a .zip archive. This can be done through both our API and our application.

Data-driven Testing with Selenium using Ghost Inspector

Data-driven testing allows you to supply a set of inputs and verifiable outputs to be used within a test to quickly and easily ensure that your application performs as expected with a range of data. Ghost Inspector has a built-in option for data-driven testing that allows you to upload a CSV spreadsheet file with rows of values corresponding to variables in your test(s).