Search found 11 matches

by testeur
Wed Jul 24, 2013 1:00 pm
Forum: Automation API
Topic: How to create hundreds of tests cases
Replies: 4
Views: 2245

Re: How to create hundreds of tests cases

Hello, Thank you for your answers. In fact, my goal is really to have all differents scenarios. That why, it would be not enough changing value of variable each time with data driven. Maybe, i can make an automating scenario ( meta test case ) in order to create tests case in test suite ? - First ha...
by testeur
Mon Jul 22, 2013 2:17 pm
Forum: Automation API
Topic: How to create hundreds of tests cases
Replies: 4
Views: 2245

How to create hundreds of tests cases

Hello, actually, under my test suite, i have a test case named "Example_0001". If I do a copy / paste, i have "Example_00011" under "Example_0001". What i would like is one thousand test cases from "Example_0001" to "Example_1000"on the same level. I would like to find a way to improve that in the R...
by testeur
Mon Aug 20, 2012 1:51 pm
Forum: Automation Tools
Topic: Clean unused items in repository
Replies: 2
Views: 2217

Re: Clean unused items in repository

Perfect !

Very useful and powerful :D

Best Regards,
Thierry
by testeur
Mon Aug 20, 2012 1:19 pm
Forum: Automation Tools
Topic: Clean unused items in repository
Replies: 2
Views: 2217

Clean unused items in repository

Hello,

as i have now several items in repository, how can i know
which ones are not used in order to delete them ?

Or is there an automatic clean possible in my repository ?

Best Regards,
Thierry
by testeur
Mon Aug 20, 2012 10:00 am
Forum: Automation API
Topic: How to check if a cell must be not editable
Replies: 9
Views: 3265

Re: How to check if a cell must be not editable

Hello Markus,

thank you very much for your examples !
That's work perfectly now for all cases.

Best Regards,
Thierry
by testeur
Tue Aug 14, 2012 3:41 pm
Forum: Automation API
Topic: How to check if a cell must be not editable
Replies: 9
Views: 3265

Re: How to check if a cell must be not editable

Hello, i found for the good attribute or cells : "isenabled" ==> http://msdn.microsoft.com/en-us/library/system.windows.controls.control.isenabled(v=vs.95).aspx And for some others elements : isReadOnly ==> http://msdn.microsoft.com/en-us/library/system.windows.controls.textbox.isreadonly(v=vs.95).a...
by testeur
Mon Aug 13, 2012 5:09 pm
Forum: Automation API
Topic: How to check if a cell must be not editable
Replies: 9
Views: 3265

Re: How to check if a cell must be not editable

Hello Markus, I double check again for the names of the files and something has changed. The attribute is set to "true" in the two cases ( cell editable or not ). I attached the new files. So, i am not sure that the "visible" attribute is made to check if a cell is editable or not. Maybe the solutio...
by testeur
Mon Aug 13, 2012 4:29 pm
Forum: Automation Tools
Topic: Multiple selection
Replies: 2
Views: 2043

Re: Multiple selection

OK.
Thank you very much for your answer.

That's a good new if this feature will appear in the next releases.

Best Regards,
Thierry
by testeur
Fri Aug 10, 2012 5:33 pm
Forum: Automation Tools
Topic: Multiple selection
Replies: 2
Views: 2043

Multiple selection

Hello, In the trre project, i would like to select lots of items to move them to another directory. Actually multiple selection is not possible in this case. Multiple selection is possible in .rxtst file to move item between cases. Will it be the case for the items in the tree projects too ? Best Re...
by testeur
Fri Aug 10, 2012 2:28 pm
Forum: Automation API
Topic: How to check if a cell must be not editable
Replies: 9
Views: 3265

Re: How to check if a cell must be not editable

Hello, i added two files attached. I use the ranorex spy and select an editable cell an one which is not editable. I right click on the element and use the "Save as snapshot" menu in the ranorx spy tree. Hope this is the right thing you need to help you to allow you to investigate. Best Regards, Thi...
by testeur
Fri Aug 10, 2012 12:49 pm
Forum: Automation API
Topic: How to check if a cell must be not editable
Replies: 9
Views: 3265

How to check if a cell must be not editable

Hello, I am working with silverlight 5 grid, IE9, Windows 7 enteprise, Ranorex 3.3.1 i would like to know if there is a way to check that a cell is not editable. I try to identify elements but no value '', 'null' is possible to tick in Ranorex properties. I try to click the cell, type keyboard numbe...