I’m using Rational Test Workbench (RTW) for automatization of my mobile tests. I want to test only the newest version of my app, so I'm using the test variable RTW_Mobile_App_Selection within my tests.

I'm initializing it with the right value AlwaysUseLatestVersion but the when triggering the test over Rational Quality Manager (RQM) or RTW they always run with the old one. The newest version of the app is available on the workbench.

I’m trying to do it with Android apps. I’m always compiling the app from the same eclipse-project changing only the version and some lines of code. Do I have to set something special on the app side to make it work? How should it work?

Thanks for the help!

Edit: I'm using worklight with android enviroment.

有帮助吗?

解决方案 2

I made a huge mistake testing this feature only with one testsuite. It seems the one I was trying to get it work with was somehow broken and took always version 1.0. I tried it today with another testsuite and it worked like a charm.

其他提示

If you are not in silent install mode, you should have first install the new version on your phone/tablet. Be also care to the case

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top