Search found 8 matches

by Essramasoud
Sun Jan 17, 2016 4:02 pm
Forum: Mobile Testing
Topic: fields appear to be empty, although they are not
Replies: 8
Views: 2142

Re: fields appear to be empty, although they are not

zivshapirawork wrote:You can probably use it programatically
I couldn't the action "Key sequence" is not supported neither in user code nor recording.
by Essramasoud
Sun Jan 17, 2016 8:45 am
Forum: Mobile Testing
Topic: fields appear to be empty, although they are not
Replies: 8
Views: 2142

Re: fields appear to be empty, although they are not

SetValue should be used as a very last resort. It does not fire any events, it just sets the value of a property. For many user controls, especially text entry fields, this means that the software doesn't realize anything has been changed, because developers do not account for a means of entering t...
by Essramasoud
Sun Jan 17, 2016 8:40 am
Forum: Mobile Testing
Topic: fields appear to be empty, although they are not
Replies: 8
Views: 2142

Re: fields appear to be empty, although they are not

Fergal wrote:If you play steps 1-4 and look at the Android device, has the test actually filled in values for username and password?
Yes, the values get filled in.
by Essramasoud
Wed Jan 13, 2016 3:24 pm
Forum: Mobile Testing
Topic: fields appear to be empty, although they are not
Replies: 8
Views: 2142

fields appear to be empty, although they are not

Hi, I am trying to automate the testing of an android application. I recorded the steps which are: 1. touch username field 2. set field's value 3. touch password field 4. set its value 5. tap login button. When I play the recording, it performs all the steps, but it doesn't login, and the message i ...
by Essramasoud
Thu Jan 07, 2016 11:24 am
Forum: How To …
Topic: Why there is a delay/ waiting time, although I didn't set it
Replies: 6
Views: 4676

Re: Why there is a delay/ waiting time, although I didn't set it

This not the first time for me to run a test on Ranorex! I know that Ranorex waits for some time until the element is visible, then it executes the action... and I know, exactly, what the search time-out means! For all actions, I can set the search time-out for each element to fit my needs... and it...
by Essramasoud
Wed Jan 06, 2016 1:56 pm
Forum: How To …
Topic: Why there is a delay/ waiting time, although I didn't set it
Replies: 6
Views: 4676

Re: Why there is a delay/ waiting time, although I didn't set it

Hello,
I haven't received any answer on this.
Is there a way to fix this?
by Essramasoud
Tue Dec 29, 2015 4:42 pm
Forum: How To …
Topic: Why there is a delay/ waiting time, although I didn't set it
Replies: 6
Views: 4676

Why there is a delay/ waiting time, although I didn't set it

Hello, I have a list with elements, and i want to scroll down through it until a certain element is visible, so then it will be selected. I wrote this code: Public Sub ScrolldownUserCodeMethod() Dim i As Integer For i = 1 To 50 Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'Administra...