Search found 2 matches

by marcob
Tue Jul 03, 2012 5:14 pm
Forum: Object Identification and Technologies
Topic: How to update element
Replies: 3
Views: 3428

Re: How to update element

Hi, Thanks for your answer. I am using the .NET Framework 4.0. We develop the test scripts and use Ranorex in Visual Studio 2010. The application under test is also developed in C#. I have checked the valid property of our text fields. The property is always set to 'true'. In my case I think it is a...
by marcob
Mon Jul 02, 2012 12:46 pm
Forum: Object Identification and Technologies
Topic: How to update element
Replies: 3
Views: 3428

How to update element

Hi, during runtime of a test I get a text element by using the RxPath (I've got from Spy). On this element I perform a edit action then I want to read out the new value of the element (property Text). When I do this on the same object I will always read out the old value before modification. As a wo...