key sequence with variable

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
marcel.keller
Posts: 14
Joined: Thu Sep 22, 2011 1:17 pm

key sequence with variable

Post by marcel.keller » Fri Sep 30, 2011 7:40 am

Hey together

I am using Ranorex 3.1 and want to write a variable value into a textbox. The value looks like
123456789abcdefgABCDEFG+!?=
but after
123456789abcdefg
, Ranorex Studio is not writing anymore, the test continues and no error occures. How do i solve this problem (i think it stops because of the capital A)?

Regards,
Marcel

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: key sequence with variable

Post by Support Team » Fri Sep 30, 2011 9:47 am

Hi,
How do i solve this problem (i think it stops because of the capital A)?
There shouldn't be any problems at all with writing key sequences.
Can you send us the code you are using and some more information about your AUT (application under test) and your test environment (OS, Ranorex Version, ...)?
Which application are you trying to test, a website, a flash/flex application, or ...?
Can you also send us a Snapshot of the specific textbox?
Following link will show you how to generate a snapshot file:
http://www.ranorex.com/support/user-gui ... files.html
Could it be that the textbox does not accept longer strings, is limited to 16 input characters?
Can you manually input the specific string "123456789abcdefgABCDEFG+!?=" into your textbox?

Regards,
Markus
Ranorex Support Team

marcel.keller
Posts: 14
Joined: Thu Sep 22, 2011 1:17 pm

Re: key sequence with variable

Post by marcel.keller » Fri Sep 30, 2011 10:35 am

Well yeah, it was the problem with the lenght of the character. :oops:

Thanks for your help!
Marcel