Search found 29 matches

by vnet
Tue Nov 13, 2012 8:13 pm
Forum: Automation Tools
Topic: Failed to run application error
Replies: 1
Views: 2640

Failed to run application error

I am trying to run a suite here which was working fine before, only change is my exe is in ProgramFiles(x86) now and not in ProgramFiles folder. Also when I run the module individually it works fine but when running the entire suite I get 'Failed to run application ' '. The path is not of a legal fo...
by vnet
Fri Sep 28, 2012 12:55 am
Forum: Automation Tools
Topic: Datadriven testing for selecting dropdown list value
Replies: 3
Views: 2717

Re: Datadriven testing for selecting dropdown list value

Never mind I got the solution. Since I was acessing my drop down based on index, using -1 in the csv did the trick :)
by vnet
Fri Sep 28, 2012 12:47 am
Forum: Automation Tools
Topic: Datadriven testing for selecting dropdown list value
Replies: 3
Views: 2717

Re: Datadriven testing for selecting dropdown list value

Did you mean keysequence? I can't since my dropdown is 'readonly' (meaning I can't type in the values in the list. What worked for me is setValue'sSelectItemIndex(I pass the index in the csv file) and keysequence return. Now I have new problem, there are scenarios where I dont select anything from t...
by vnet
Thu Sep 27, 2012 9:17 pm
Forum: Automation Tools
Topic: Datadriven testing for selecting dropdown list value
Replies: 3
Views: 2717

Datadriven testing for selecting dropdown list value

I am using datadriven testing and using csv file for passing my data. My problem is one of the values I am suppose to select is from a dropdown list and rest are input text field. I am not sure how to do this using data driven approach. I can record the entire test by selecting value and entering da...
by vnet
Wed Sep 26, 2012 7:44 pm
Forum: Automation Tools
Topic: Continue with test if one of validation fails in data driven
Replies: 4
Views: 3714

Continue with test if one of validation fails in data driven

I have a data driven test cases where I am reading values from a csv file, entering in the text box and then validating the result. This works fine when all my validation passes. But the minute one of the validation fails, test exits and doesn't run the test for remaining values. My question is, let...
by vnet
Fri Sep 14, 2012 10:22 pm
Forum: Automation API
Topic: UI Automation using API or Recorder
Replies: 5
Views: 3822

Re: UI Automation using API or Recorder

This is great(though not what I was looking for), I may use it for my project. Thanks Ciege.
by vnet
Fri Sep 14, 2012 8:36 pm
Forum: Automation API
Topic: Recorder generated XML repository for C# code
Replies: 3
Views: 2900

Re: Recorder generated XML repository for C# code

I actually opened my ranorex recorded solution in VS and that converted my repository to XML along with cs. On trying to add the existing repository to my solution, was only getting cs code, hence the question. I was kinda confuse.
by vnet
Fri Sep 14, 2012 8:33 pm
Forum: General Questions
Topic: Ranorex Workshop in San Francisco
Replies: 5
Views: 1739

Re: Ranorex Workshop in San Francisco

I was hoping to attend but will be releasing soon, so chances are none :(
by vnet
Fri Sep 14, 2012 8:32 pm
Forum: Automation Tools
Topic: maintaining recordings
Replies: 2
Views: 1895

maintaining recordings

All the folks using recording for their testing, I have a couple of quesions. -How easy or difficult it is to maintain recordings? -What do you guys do when something on the product side changes(lets say a bug got fixed), do you have to rerecord tht recording? -Anyone who started with recording but ...
by vnet
Fri Sep 07, 2012 10:06 pm
Forum: Automation API
Topic: Manually writing tests
Replies: 9
Views: 4255

Re: Manually writing tests

@artur_gadomski Got it. Thanks for the sample code, it worked and was very useful.
by vnet
Fri Sep 07, 2012 10:03 pm
Forum: Automation API
Topic: UI Automation using API or Recorder
Replies: 5
Views: 3822

Re: UI Automation using API or Recorder

Hi Ciege,

Have a question on this. Do you use some kind of tool for the test validation (like xunit, nUnit) or validate the results using some C# function like File.Exists etc.

Thanks,
vnet
by vnet
Fri Sep 07, 2012 7:55 pm
Forum: Automation API
Topic: Recorder generated XML repository for C# code
Replies: 3
Views: 2900

Recorder generated XML repository for C# code

How can I use the repository generated with recording in my C# code (using ranorex APIs)?I want the repository in the xml format.
by vnet
Fri Aug 31, 2012 12:18 am
Forum: Automation API
Topic: Manually writing tests
Replies: 9
Views: 4255

Re: Manually writing tests

@ artur_gadomski Thanks a lot for the sample app. Had a question, how did you create the rxep file. when I tried creating one it gives me a cs file (using Visual studio C#). Is there any other way of creating one?
by vnet
Thu Aug 30, 2012 11:50 pm
Forum: Automation API
Topic: UI Automation using API or Recorder
Replies: 5
Views: 3822

Re: UI Automation using API or Recorder

Thanks a lot Ciege for the prompt reply. It was very helpful. 8)