Search found 29 matches

by cwirek
Tue Mar 11, 2014 11:14 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

Thx for source code
by cwirek
Thu Feb 27, 2014 11:44 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

Hello Markus,

Could You attached recorded project?
by cwirek
Tue Feb 25, 2014 7:41 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

HI,

I'm using version 2.1.3 of application.
Could You send me a source code with recorded script: enter login and click on Confirm (Zatwierdź) button
by cwirek
Tue Feb 11, 2014 1:10 pm
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

Anyone?
Application is on google play:

Code: Select all

https://play.google.com/store/apps/details?id=alior.bankingapp.android&hl=pl
by cwirek
Fri Jan 31, 2014 10:50 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

Hi

I increased searchtimeout to 100s and Ranorex couldn't find element
I also used yours RxPath, the result was the same.
Maybe the problem is with the parent element ?

Code: Select all

androidelement[@platformclass='ind.bankingapp.android.framework.f.a']
Kind regards,
Mirek
by cwirek
Wed Jan 29, 2014 11:47 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Re: Problem with identification of androidelement

I used below RxPath: /mobileapp[@title='alior.bankingapp.android']/form[@title='FragmentHolderActivity']/container[@rid='content']//container[@containertype='Relative']/?/?/androidelement[@platformclass='android.webkit.WebTextView'] When I used Ranorex Spy, element was recognized and even I was even...
by cwirek
Tue Jan 28, 2014 9:33 am
Forum: Mobile Testing
Topic: Problem with identification of androidelement
Replies: 13
Views: 3083

Problem with identification of androidelement

Hi, I have a problem with identification of element in Sync Mobile application. When I use Ranorex Spy, it recognizes element correctly (AndroidElement 'android.webkit.WebTextView'), but when I play recorded test, Ranorex finds another element for this RxPath: /mobileapp[@title='alior.bankingapp.and...
by cwirek
Mon Oct 08, 2012 1:46 pm
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

Now I get an error serializing: Ranorex.ActionFailedException: Action 'invokeremotely' failed on element '{Unknown:QuickTable}'. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Ranorex.Plugin.WinFormsFlavorElement.InvokeRemotely(RemotelyInvokedDelegate de...
by cwirek
Fri Oct 05, 2012 3:34 pm
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

I can't use any types of variable or method from this assembly.
I added a using statement:

Code: Select all

using com.pfsoft.proftrading.controls.table.QuickTable;
When I'm start typing QuickTable I don't have any hint:
by cwirek
Thu Oct 04, 2012 11:28 am
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

Maybe I could send to You a assembly?
You may try to import it.
by cwirek
Wed Oct 03, 2012 1:03 pm
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

Dll was created in .NET Framework v2.0.50727
On machine are installed a .net Framework 4.0 Client Profile and Extended
by cwirek
Wed Oct 03, 2012 7:49 am
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

I've installed Ranorex 3.3.2 on 32-bit OS and I've the same problem with importing assembly.
I also installed SharpDevelop 4.2.0 on 32-bit OS and assembly was import correct.
The project Options in SharpDevelop and Ranorex 3.3.2 are the same (attached screen-shots)
by cwirek
Wed Oct 03, 2012 6:47 am
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

I took a dll from installed application on 32-bit machine.
I get the same error message.
When I'm loading assembly on Visual Studio 2008, it's load correct.
Maybe the problem is that I've installed Ranorex on 64-bit version of OS, and VS2008 on 32-bit?
by cwirek
Fri Sep 28, 2012 12:38 pm
Forum: Automation Tools
Topic: How to get a row from table (quicktable)
Replies: 26
Views: 8777

Re: How to get a row from table (quicktable)

I made a mistake, I'm using Ranorex 3.3.2