Search found 26 matches

by ggaspari
Fri Aug 31, 2012 3:18 pm
Forum: Automation API
Topic: report parsing
Replies: 2
Views: 2002

Re: report parsing

definitely yes!

thank you
by ggaspari
Thu Aug 30, 2012 2:57 pm
Forum: Automation API
Topic: report parsing
Replies: 2
Views: 2002

report parsing

Hi guys,
Where can I find a simple sample about xml parsing ?
Basically, I need to pull out just a few items, like testcasename/result but I have no experience with xml so a simple code could help a lot :-)

thank you
by ggaspari
Tue Aug 28, 2012 11:03 am
Forum: Automation API
Topic: Test result sent by email
Replies: 1
Views: 2106

Test result sent by email

Hi guys,
I'd like to send my test results via email
I mean, not all the steps but just the result of single tests ( succesfull/failed/.....) , something like :

Setup test : Succesfull
Smoke Test: Succesfull
Integration Test: failed
............................

Any idea?
by ggaspari
Tue Aug 28, 2012 9:42 am
Forum: How To …
Topic: Localized
Replies: 9
Views: 6114

Re: Localized

Hi guys,
Yeah , problem solved!
Thanx for your help !
by ggaspari
Mon Aug 27, 2012 2:22 pm
Forum: How To …
Topic: Localized
Replies: 9
Views: 6114

Localized

Hi guys,

I'd like to know the best way to make my tests working also on localized controls/objects/etc

In two words, for example I have a button like "/button[@text='&Close']" but my product has also a german version , so the button will be "/button[@text='&schließen']"

Any idea?
by ggaspari
Thu May 24, 2012 7:56 pm
Forum: Automation API
Topic: Cross Browser Sample
Replies: 5
Views: 3565

Re: Cross Browser Sample

Hi, No repositories, right now i'm using pure code :-) Well,I need to test my web application in different browsers (which is very common stuff) So, i want to run all my tests starting with IE, then FF and so on . I'm just wondering if i need to make some kind of loop with all my browsers or maybe t...
by ggaspari
Wed May 23, 2012 10:38 pm
Forum: Automation API
Topic: Cross Browser Sample
Replies: 5
Views: 3565

Re: Cross Browser Sample

Yes, i took a look at the blog and is pretty clear how it works and how to configure it.
But, I'm not using recording at all in my tests so i would like to know if is possible and how to make these iteration only by using code

thanx
by ggaspari
Wed May 23, 2012 10:20 am
Forum: General Questions
Topic: Display multiple suites
Replies: 2
Views: 1635

Re: Display multiple suites

Oh got it :-)

thanx
by ggaspari
Wed May 23, 2012 9:25 am
Forum: General Questions
Topic: Display multiple suites
Replies: 2
Views: 1635

Display multiple suites

Hi guys,
Is it possible to display multiple test suites at once (within Projects treeview) ?
I'd like to do that because i have more suites and i like to switch between them so is a bit boring close existing solution and reopen the one i want :-)

thanx
by ggaspari
Tue May 22, 2012 3:25 pm
Forum: Automation Tools
Topic: Test Suite Structure
Replies: 4
Views: 2873

Re: Test Suite Structure

Yes, now i definitely agree. I think is the best solution
Thanx
by ggaspari
Tue May 22, 2012 9:43 am
Forum: Automation Tools
Topic: Test Suite Structure
Replies: 4
Views: 2873

Re: Test Suite Structure

Thanx , the blog looks nice But, what do You suggest in this situation? What would be your approach in case you have 3 different project (totally different , so dont have anything in common. ) ? Create one test suite for each of them and keep them separate? And ,of course, if the answer is yes...why...
by ggaspari
Mon May 21, 2012 2:44 pm
Forum: Automation API
Topic: Cross Browser Sample
Replies: 5
Views: 3565

Cross Browser Sample

Hi guys,
I need a sample on how to run my test with multiple browsers.
I'm not using the recording (just code) so if there is some sample would be great

thanx
by ggaspari
Mon May 21, 2012 10:41 am
Forum: Automation Tools
Topic: Test Suite Structure
Replies: 4
Views: 2873

Test Suite Structure

Hi guys, My test suite works pretty well but i'm just wondering if the project structure is ok or maybe You guys with more experience have some suggestion/idea. Basically, i have three applications to test ( maybe in future will be more ) so i've created 3 projects ( one for every application!) with...
by ggaspari
Thu May 17, 2012 11:31 am
Forum: Automation API
Topic: Table columns index from caption
Replies: 1
Views: 1970

Table columns index from caption

Hi guys,
I have a table with a header (FROM...TO...DELIVERED...etc) and i'd like to get the column's index by sending the header's caption as parameter, so FROM=0...TO=1,....)

What is the easiest way to do that?


thanx
by ggaspari
Mon May 14, 2012 3:36 pm
Forum: Automation API
Topic: Ranorex.ListView option is missing
Replies: 3
Views: 1973

Re: Ranorex.ListView option is missing

exactly .
I've already added reference to Ranorex.Core but still nothing :-(