Search found 3 matches

by kirant
Wed Oct 06, 2010 3:36 am
Forum: General Questions
Topic: Project Dependency
Replies: 1
Views: 2411

Project Dependency

I have an appplication comprising of multiple urls. In my Ranorex setup, I hvae created multiple projects for each of the urls and as part of the application, they need to interact with each other. I have a situation where a class C1 (method M1) in project P1 needs to call another class C2 (method B...
by kirant
Thu Sep 16, 2010 7:21 pm
Forum: General Questions
Topic: Reading XML as data file
Replies: 3
Views: 3061

Re: Reading XML as data file

Hi Peter,
Alternatively, is it possible to put the data in the database and read from there? Does Ranorex have an in-built class just like CSVConnector to support database driven testing?

Thanks
Kirant
by kirant
Thu Sep 16, 2010 4:01 am
Forum: General Questions
Topic: Reading XML as data file
Replies: 3
Views: 3061

Reading XML as data file

Hello, I need to read XML as a data file. In Ranorex, is it possible to read the xml file with some built-in class just like CSVConnector? Alternately, I can treat the entire xml content as a column in a data file and read it but unfortunately I cannot use CSVConnector because commas are used in the...