Group: Administrators
Posts: 1.3K,
Visits: 5.6K
|
By setting a "finish page" as Dave suggests, Inquisit Web will call the url you specify at the end of the test run.
To launch your app, your app can register a url scheme (e.g., "myapp") so that it becomes the handler for urls of that scheme. You can then use that scheme in your finish page url (e.g., myapp://example.com?subjectid=12343). Instead of opening in the browser, the "finish page" will open your app instead.
|