Is there any options to test websites in device browsers by using Testcomplete? Testcomplete has opetions like virtual browser in desktop but i need to automate my websites in default browsers in real device.
Web testing on real mobile devices isn't supported as of now, but you can submit a feature request.
Related
We are testing on moblie app using Appium, Which feature is to upload a video on Server. After uploading video it will be visible on Dashboard of Website. The dashboard feature is not present in mobile app. So here We need to check that Video related details using Selenium as it is on Website. Any Suggestion? How can we do this without performing separate tests.
This is integration testing so are in effect two different tests/steps.
You could do it in one project though so you could do something like:
open your mobile app using Appium
upload the video
open a browser using webdriver
navigate to the relevant page and check the video uploaded
close the browser
continue testing or close the mobile app
i am working a social network platform and wanted to integrate the live streaming services and also the chat voice and audio calling services. they are all active, except that I keep getting "Sorry your browser does not have webrtc" even after installing this extension on all my browsers, it still says the same for Chrome, Firefox, and Microsoft Edge. The only browser working perfectly well is the apple safari browser. Now I don't know how to fix this.
WebRTC has to work under https environment. That's why your website isn't working. Deploy the application with SSL security.
I have a Chrome kiosk app that runs in full screen when in user session and in single-app kiosk mode. However, it does not run in full screen when in public session mode.
I have seen other third party apps able to run in full screen when in public session mode. By looking into Chromium OS source code, I can see these third party apps are white-listed in OS code and have some special permissions to do things.
According to this thread
How to create kiosk compatible chrome packaged app In order to be white-listed Google must review your app for security.
I am not able to find any information or documentation on the internet to describe the procedure of how to submit apps to Google for app review. Any information regarding this would be appreciated, thanks.
Are there any custom APIs for iBeacon access from mobile web applications? Probably it could be a mobile safari extension.
Thanks in advance.
Unfortunately, no.
You could write a native iOS app that looks for iBeacons in the background and launches a specific web app URL on mobile Safari. You could even pass ranged beacon info in query parameters.
But you would still need a native app installed on the phone to do this. And once the Safari page is launched, getting further updates is impossible, unless you use a complex web service proxy to the native app.
I have a client request to have our website support certain BlackBerry devices. I am running into a fundamental issue when trying to login to the site. I think it may be a JavaScript function, but I really have no idea how I can test to be sure.
How can I troubleshoot and test my website on a BlackBerry browser?
Have you tried the emulators?
http://www.blackberry.com/developers/downloads/simulators/index.shtml