Search found 55 matches

by JToelstede
Tue Aug 02, 2016 7:24 am
Forum: General Questions
Topic: .gitignore for Ranorex 6.x
Replies: 2
Views: 5157

Re: .gitignore for Ranorex 6.x

Many thanks krstcs.

Best regards,
Joerg
by JToelstede
Fri Jul 29, 2016 11:17 am
Forum: General Questions
Topic: .gitignore for Ranorex 6.x
Replies: 2
Views: 5157

.gitignore for Ranorex 6.x

Hi together, we are using git since Ranorex 4.x and have used the following .gitignore. *bin/ *obj/ *Reports/ *.rxlog *.rxuser Everything worked fine till Ranorex 6.x . Could it be that now a few more files should be ignored with Ranorex 6.x like '*.pref'? Is it possible to get an example of a .giti...
by JToelstede
Fri Mar 13, 2015 12:28 pm
Forum: Bug Reports
Topic: "Open report after execution" does not work
Replies: 53
Views: 13768

Re: "Open report after execution" does not work

Hi together, we had the same problem with some solutions but maybe we found a reason for that. After this problem occurs in one of our solutions, we tried to reproduce what happend. We created a new TestSuite in the solution where this problem occurs and copied a testcase from the testsuite where no...
by JToelstede
Tue Feb 10, 2015 2:35 pm
Forum: Mobile Testing
Topic: Read RxAgentLib version and device orientation during test
Replies: 0
Views: 1850

Read RxAgentLib version and device orientation during test

Hi, is there any possibility to read the versionnumber of the rxAgentLib which is build into our iOS-App and the device orientation during a testrun? I tried to get the info by using the MobileApp class but with this class i only get the DeviceName, the Name of my app, the OSVersion and the title. M...
by JToelstede
Tue Feb 10, 2015 1:00 pm
Forum: Bug Reports
Topic: iOS: the function PressKeys("{Enter}") does not work
Replies: 10
Views: 3974

Re: iOS: the function PressKeys("{Enter}") does not work

Hi Robert,

many thanks for your feedback.
With your fix everything works fine.


Thanks
Joerg
by JToelstede
Tue Nov 11, 2014 7:49 am
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Re: Not able to scroll a hybrid android mobile app

Hi Subhashree, in iOS it doesn't work neither but Ranorex is actually fixing on it. http://www.ranorex.com/forum/swipe-gestures-on-ios-not-working-as-expected-t6929.html So it is possible that this is a bug too. Which version of Ranorex you have installed? On which kind of element you try to make th...
by JToelstede
Mon Nov 10, 2014 1:06 pm
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Re: Not able to scroll a hybrid android mobile app

Hi subhashree, if you mean scroll up & down via a swipe gesture than you have to know, that Ranorex supports this function but not within the recorder. You have to add this action in your recording-modul manually like the following excample: Swipe_Action.jpg After you have added the action it should...
by JToelstede
Fri Nov 07, 2014 10:49 am
Forum: Object Identification and Technologies
Topic: Validation on an object without an ID
Replies: 2
Views: 1975

Re: Validation on an object without an ID

Hi khartkw, do you have a static lable or any other static element with a name near to the badge element? If so you could try to use this element for identification of the badge element. Here an excample by using the ranorex forum site: Ranorex_Forum.jpg The following RxPath would identify the dynam...
by JToelstede
Mon Nov 03, 2014 10:53 am
Forum: Mobile Testing
Topic: Swipe Gestures on iOS not working as expected
Replies: 7
Views: 4976

Re: Swipe Gestures on iOS not working as expected

Dear Robert, I tried to reproduce my problems in the KeePass Sample-App. For that I created a new testcase "Recording2.rxrec" with the following test-steps: 1. add a new KeePass-file 2. make a swipe to the left for deleting the created entry 3. tap on the now displayed delete-button. I run the test ...
by JToelstede
Fri Oct 24, 2014 12:50 pm
Forum: Mobile Testing
Topic: Swipe Gestures on iOS not working as expected
Replies: 7
Views: 4976

Re: Swipe Gestures on iOS not working as expected

Hi Robert, many thanks for your post. Because of your recommendation I first updated to Ranorex 5.2. After that I ran the test again but it does not work either. The swipe Gesture to the right is executed but in the direction down. So I changed the repository element direct on to the UITableViewCell...
by JToelstede
Wed Oct 15, 2014 6:49 am
Forum: Mobile Testing
Topic: Swipe Gestures on iOS not working as expected
Replies: 7
Views: 4976

Re: Swipe Gestures on iOS not working as expected

Hi Robert, sorry, but Patrick and I are not allowed to send you a snapshot of the AUT. It seems like the swipe action is applied to the wrong item/container. Can you please tell us which items/container could be used for a swipe gesture. It would be fine when you could post an excample how to work w...
by JToelstede
Thu Oct 09, 2014 7:04 am
Forum: Bug Reports
Topic: Can't Check/Uncheck TreeItems through API or Spy tool
Replies: 2
Views: 2539

Re: Can't Check/Uncheck TreeItems through API or Spy tool

Hi Alex, i do not know if you still have this problem but I tried tor reproduce it by using your excample of the Folder Options treeview but I could not reproduce your problem. We have a TreeItem in our Java Application and I wrote a function which navigates through that treeview. It was created wit...
by JToelstede
Mon Oct 06, 2014 12:27 pm
Forum: Bug Reports
Topic: iOS: the function PressKeys("{Enter}") does not work
Replies: 10
Views: 3974

Re: iOS: the function PressKeys("{Enter}") does not work

Dear krstcs, thanks for your reply. 1. No, I have not contacted support@ranorex.com till now. I thougth that the two excamples would help Robert (is he not a member of the Support-Team) to analyse the problem. 2. ...the SetAttributeValue method MAY NOT be firing any events on the element in question...
by JToelstede
Thu Oct 02, 2014 8:22 am
Forum: Bug Reports
Topic: iOS: the function PressKeys("{Enter}") does not work
Replies: 10
Views: 3974

Re: iOS: the function PressKeys("{Enter}") does not work

Hi Robert, I have a second excample for you. We have an iOS-app where you can store files (photos, pdfs, etc.) organized in folders. In the popover to create new folder we have a textfield to set the name of the new folder and a button "Done", to create the new folder. You can also create the folder...
by JToelstede
Wed Oct 01, 2014 2:36 pm
Forum: Bug Reports
Topic: iOS: the function PressKeys("{Enter}") does not work
Replies: 10
Views: 3974

Re: iOS: the function PressKeys("{Enter}") does not work

Hi Robert, here an excample of the problem. In our app we have a searchfield (iOS TextField). To set the searchvalue we use the function "SetValue" in our recording module. Extract out of the codemodule: myrepo.Textfeld.Element.SetAttributeValue("Text", searchString); After we set the searchstring w...