Search found 10 matches

by jjiang1
Wed Sep 13, 2017 6:38 pm
Forum: Automation Tools
Topic: Spy: how to find soft keyboard in Android App in SPY
Replies: 4
Views: 1899

Re: Spy: how to find soft keyboard in Android App in SPY

Sorry, I was planning to upload the snapshot but got told that not allowed to do any screenshot by company rules.
by jjiang1
Fri Sep 08, 2017 12:23 am
Forum: Automation Tools
Topic: Spy: how to find soft keyboard in Android App in SPY
Replies: 4
Views: 1899

Spy: how to find soft keyboard in Android App in SPY

Hello, All I have a question on how to find the soft keyboard item in SPY. Usually, When I input a text and this time some devices soft keyboard shows up but some are not. In order to make my script for both situations, I want to do a check if the keyboard is visible, press BACK key, else do nothing...
by jjiang1
Tue Jun 06, 2017 7:09 pm
Forum: Bug Reports
Topic: Missing root elements <testsuites> in Rx7 Junit report
Replies: 6
Views: 1952

Re: Missing root elements <testsuites> in Rx7 Junit report

I think even there is just one test case, it should still follow the jUnit report standard format. Isn't it?
by jjiang1
Wed May 24, 2017 11:21 pm
Forum: Bug Reports
Topic: Missing root elements <testsuites> in Rx7 Junit report
Replies: 6
Views: 1952

Missing root elements <testsuites> in Rx7 Junit report

Hello, I noticed that after upgrade to Ranorax 7 and using your build-in jUnit report function, it missed the root elements <testsuites> on top of the report. I google the standard jUnit report structure, it shows below <testsuites> => the aggregated result of all junit testfiles <testsuite> => the ...
by jjiang1
Fri May 19, 2017 1:29 am
Forum: Automation API
Topic: how to add property tag into Junit report?
Replies: 4
Views: 3461

Re: how to add property tag into Junit report?

Before, I use old XSL transform file (on Github) in Ranorex 6.2 to transform report with adding some build info into a property tag in that report, so that when I upload the report to Testopia, the parse tool can get the build info from property tag. But now since upgrading to Ranorex7, I use your b...
by jjiang1
Wed May 17, 2017 12:15 am
Forum: Automation API
Topic: how to add property tag into Junit report?
Replies: 4
Views: 3461

how to add property tag into Junit report?

Hello, Support Before the upgrade to 7.0, there used to has property tag in the report file. And the properties tag info is important for me. After the upgrade and select create jUnit report by clicking the check mark, right now properties tag are missing. Is there a way that I can add properties ta...
by jjiang1
Tue May 16, 2017 11:57 pm
Forum: Automation API
Topic: convert Ranorex.Core.Reporting.Activity on Ranorex7
Replies: 2
Views: 2308

Re: convert Ranorex.Core.Reporting.Activity on Ranorex7

Thank you McTurtle, you reply works for me
by jjiang1
Tue May 09, 2017 12:14 am
Forum: Automation API
Topic: convert Ranorex.Core.Reporting.Activity on Ranorex7
Replies: 2
Views: 2308

convert Ranorex.Core.Reporting.Activity on Ranorex7

After i upgrade my Ranorex studio to 7, i have the error "Argument 1: cannot convert from 'Ranorex.Core.Reporting.Activity' to 'Ranorex.Libs.Xml.IXmlPrintable' (CS1503). I don't have this issue on 6.2 My code is like in below var item = Ranorex.Core.Reporting.ActivityStack.Instance.RootActivity; str...
by jjiang1
Mon Oct 24, 2016 7:34 pm
Forum: Mobile Testing
Topic: Swtich from RxBrowser to native app, got time out error
Replies: 2
Views: 1889

Re: Swtich from RxBrowser to native app, got time out error

In data binding, there is a option called "restartApp", set it to False. Then the issue will happen to me

Can you try that?

Thanks
Jjiang1
by jjiang1
Wed Oct 19, 2016 11:28 pm
Forum: Mobile Testing
Topic: Swtich from RxBrowser to native app, got time out error
Replies: 2
Views: 1889

Swtich from RxBrowser to native app, got time out error

I am doing part test on RxBrowser then switch to our native app for the rest, when goes to the step which is connecting the app,the log always shows time out or can not find the app. This is happen to me every time on both iPhone and iPad. I have my iTunes update to date, my Ranorex studio update to...