문제

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