Yes, they're interchangeable.
The components of an address are a prefix byte, a 20-byte public key hash (160 bits), and a 4-byte checksum. Litecoin testnet uses the same prefix byte as Bitcoin testnet (hex 0x6f, decimal 111) and computes the hash and checksum in the same way. This was arguably not a good decision on the part of the Litecoin developers, but we are sort of stuck with it now (maybe until testnet4).
If you have the private key for the address in your Bitcoin wallet client, it should in principle be possible to export it from there and import it into your Litecoin client (they also both use the same prefix byte for testnet private keys).
according https://bitcoin.stackexchange.com/questions/59736/how-to-do-paper-backup-and-restore-for-bitcoin-core importing of private keys is not possible
– Pavel Niedoba – 2017-09-25T16:21:10.5271Import of individual private keys is possible. You cannot import a mnemonic, seed, or master private key. However you can import individual private keys. – Andrew Chow – 2017-09-25T19:32:37.863
RIPEMD160 output is 160-bits, so fist paragraph should read
...20-byte public key hash...instead of160-byte. – Thalis K. – 2018-07-03T10:22:51.287