Search found 5 matches

by andrea.gualdoni
Tue Jan 14, 2014 12:24 pm
Forum: Automation API
Topic: How to implement continous checking in background
Replies: 4
Views: 2300

Re: How to implement continous checking in background

Up of the thread cause probably i was not so clear on my request :-) The following method is a simple way to handle my situation (ie waiting about a div to become not visible before "go on") public void WaitLoading() { Validate.Exists(repo.WebDocumentIE.PleaseWaitDIV,"",false); bool a = repo.WebDocu...
by andrea.gualdoni
Thu Jan 09, 2014 4:27 pm
Forum: Automation API
Topic: How to implement continous checking in background
Replies: 4
Views: 2300

Re: How to implement continous checking in background

After Vacation i came back at work and found a workaround, not using thread, that works. Now next step. I would like that this "check" would work after EVERY step of EVERY test case by default (so not copying and paste this code after each step of each test case). Is there a way to put a default beh...
by andrea.gualdoni
Tue Dec 17, 2013 11:13 am
Forum: Automation API
Topic: How to implement continous checking in background
Replies: 4
Views: 2300

How to implement continous checking in background

Dear All, here's my problem. We are using ranorex validating a web site. We have a DIV "Please Wait" that always "exists" and appear/disappears relating to the value of his "Visible" property. This "Please Wait" pop up verytime system is loading data, store data on db. Its duration depends on lots o...
by andrea.gualdoni
Thu Nov 28, 2013 4:44 pm
Forum: General Questions
Topic: 'Waiting for not existing' help needed
Replies: 3
Views: 1746

Re: 'Waiting for not existing' help needed

thx a lot! Now I was totally wrong understanding this method. Tomorrow i will try it at work.
by andrea.gualdoni
Wed Nov 27, 2013 6:13 pm
Forum: General Questions
Topic: 'Waiting for not existing' help needed
Replies: 3
Views: 1746

'Waiting for not existing' help needed

Hi, had just the introduction test course in london in the last 2 days and starting today to practice at work. I found a problem I'd like suggestion for. I need automation on testing IE sites. I tried to syncronize a little bit and using 'Waiting for not existing' action I feared i had not well unde...