Search found 18 matches

by StuByZurich
Wed Feb 18, 2009 6:13 pm
Forum: General Questions
Topic: IFrame Problem
Replies: 1
Views: 2526

Hi

I solved the problem.

I just used a delay of 5 seconds, till the iframe is loaded after the credicard-form submit.

After 5 seconds, I found the link within the iframe-dom

regards,
oliver
by StuByZurich
Wed Feb 18, 2009 5:48 pm
Forum: General Questions
Topic: IFrame Problem
Replies: 1
Views: 2526

IFrame Problem

Hi, I have a page and with an iframe (creditcard-gateway). I load the page and fill out the creditcard-form (within the iframe) correctly. it works. After I submit the creditcard-form within the Iframe, it loads a new little confirmation-page within the iframe. And on this little confirmation-page w...
by StuByZurich
Tue Feb 17, 2009 10:48 am
Forum: General Questions
Topic: Focus()-Method
Replies: 1
Views: 3178

Focus()-Method

Hi, I got a Input-Element, which is not without scrolling the page visibile for the user. For this I grabbed the input-element per xpath an set used the Focus()-Method of this element. My hope was that the browsers scrolls automaticaly to this input-element and makes it visible for the user. But it ...
by StuByZurich
Tue Feb 17, 2009 9:00 am
Forum: General Questions
Topic: Common way to find out, whether control is existing
Replies: 1
Views: 3223

Common way to find out, whether control is existing

Hi,

What is the best practice way to find out, whether the element
can be instanciated per xpath??

Should I use the Exists()-Methode?

Thanks for the tip.

Oliver
by StuByZurich
Mon Feb 16, 2009 4:46 pm
Forum: General Questions
Topic: XPath Question
Replies: 2
Views: 2742

Thanks for your help.
It seems, that this the rease was :-))

Oliver
by StuByZurich
Mon Feb 16, 2009 4:45 pm
Forum: General Questions
Topic: XPath Question...next strange case
Replies: 2
Views: 2454

Thanks for your help.
It seems, that this the rease was :-))

Oliver
by StuByZurich
Mon Feb 16, 2009 4:18 pm
Forum: General Questions
Topic: XPath Question...next strange case
Replies: 2
Views: 2454

XPath Question...next strange case

Hi again... I wrote this code to get a link via xpath: webDocument = @"/dom[@caption~'^Ferien']"; ATag lnkRegisterAvailability = webDocument.FindSingle<ATag>(@".//div[@class='objectDetailsWrapper']/ul/li[2]/a"); It works.... But suddendly, when I debug, the ATag can not be find again. But it is the ...
by StuByZurich
Mon Feb 16, 2009 2:42 pm
Forum: General Questions
Topic: XPath Question
Replies: 2
Views: 2742

XPath Question

Hi again, I am currently working on webtest witout the recorder. But I have a lot of problems with the RanorexXPath. I think I should know how XPath generally works ;-) Here a little problem, which I obeserved more than one time: I created a webDocument which works. Then I tried to get the object by...
by StuByZurich
Mon Feb 16, 2009 10:06 am
Forum: General Questions
Topic: I have no more ideas...
Replies: 2
Views: 2924

Hi,

Yes! You got it :-))
This attribute was set as comment in my project :-((
The WebDocument is now instancieted....

Many thanks,
Oliver
by StuByZurich
Mon Feb 16, 2009 9:35 am
Forum: General Questions
Topic: I have no more ideas...
Replies: 2
Views: 2924

I have no more ideas...

Hi, I got here two lines code of the ranorex webtest-example. System.Diagnostics.Process.Start("iexplore.exe", "www.ranorex.com/web-testing-examples"); WebDocument webDocument = "/dom[@caption='Ranorex Test Page']"; When I run this code within Ranorex Studio it works. But when I paste this code in m...
by StuByZurich
Fri Feb 13, 2009 5:22 pm
Forum: Automation Tools
Topic: Cant find selectbox
Replies: 1
Views: 2912

Cant find selectbox

Hi Can you explain me that? I got here a code snippet...really simple I think. When I start it in the debugger in Ranorex Studio it works, the IE starts and the selectbox will be found. When I copy the exactly same source-code my VS2005 project and start the debugger of VS 2005, the IE starts but th...
by StuByZurich
Thu Feb 12, 2009 9:42 am
Forum: Automation Tools
Topic: Sending reports results with Email
Replies: 1
Views: 2920

Sending reports results with Email

Hi,

Is there a possibility to send the report results via email?

Oliver
by StuByZurich
Wed Jan 28, 2009 1:31 pm
Forum: General Questions
Topic: Many things are so strange...
Replies: 2
Views: 3534

Hi Alex, Thanks for your replay. What you say was exactly what I know. Sorry, maybe my english was not so good to explain it ;-)) Ok, it helps me now, when I know that the generated codes differs from the actions recorded with the ranorex-recorder. I will try your recommendation. Thanks and go on wi...
by StuByZurich
Tue Jan 27, 2009 11:18 am
Forum: General Questions
Topic: Many things are so strange...
Replies: 2
Views: 3534

Many things are so strange...

Hi, One of these strange things I found is for example: 1. I recored a WebTest with the Ranorex Recorder (on the 1 WebSite I simple select a DropDown with a little bit AJAX) 2. After the recording, I can play the generated .rxrec with 'play' out of the ranorex studio 3. All works great. 4. Then I st...
by StuByZurich
Fri Jan 23, 2009 8:12 pm
Forum: General Questions
Topic: Ranorex 2.0 RC 1
Replies: 6
Views: 3039

Hi, Sorry, but I finished to wast my time with the examples.... So know I have a little webtest done. I am using now Firefox When I start the test from the studio it works. Then I builded a release version (both output types I tried (console, winapp)). When I run both of this application its not the...