I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Gold Contributor
Gold Contributor
 
5 REPLIES 5

I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Employee Emeritus
David, generally we recommend using a proxy app like Charles to watch traffic from your native app (https://community.tealiumiq.com/posts/624994).

I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Employee Emeritus
If you are testing a mobile website, you can also use a desktop browser like Chrome that will emulate a mobile browser. This method does not require any proxy apps nor an actual mobile device. If you are doing a native mobile app, Clint's suggestion is one of our primary methods for testing and data validation, although we do have a couple of other methods.

I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Moderator
Moderator
If it's on Android, you can also use the Chrome remote debugger if you really want to test it on a real mobile device: https://developer.chrome.com/devtools/docs/remote-debugging You can also use the remote web inspector on the Safari browser on iOS to do the same thing.
Check out our new Swift integration library for iOS, macOS, tvOS and watchOS: https://github.com/Tealium/tealium-swift with updated
documentation https://community.tealiumiq.com/t5/Swift/tkb-p/swift.

I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Employee Emeritus
Here is another option for mobile apps: https://community.tealiumiq.com/posts/567633

I'm new to mobile testing and just want to enquire how do you test tealium on your mobile browser.

Gold Contributor
Gold Contributor
thanks a lot guys.
Public