Search found 7 matches

by byonush
Thu Jul 31, 2014 3:59 pm
Forum: General Questions
Topic: Wait for screen to change
Replies: 1
Views: 1433

Wait for screen to change

I am looking to create a package that will open an internal webpage and monitor 3 elements on the page. If one of the objects changes I need the job to send an email. Is this something that ranorex can do?
by byonush
Wed Sep 12, 2012 7:55 pm
Forum: General Questions
Topic: Conditional If testcase fails then else
Replies: 5
Views: 7543

Conditional If testcase fails then else

I am currently working on automating all system checks for the service desk. I am trying to have the last test case view the previous test case and update a database table based on if the previous test failed or succeeded. I am able to get to update the database but having problems on the IF stateme...
by byonush
Wed Jun 20, 2012 4:46 pm
Forum: General Questions
Topic: Stop if no rows available
Replies: 1
Views: 1830

Stop if no rows available

I have a step in my test suite that calls a stored procedure and uses some parameters. Everything works just fine most of the time. The problem I am having is sometimes the data has not populated yet and the test suite will show as passed and a message saying: Warning: The data source is valid but c...
by byonush
Thu Mar 29, 2012 3:09 pm
Forum: General Questions
Topic: User code with If and ElseIf
Replies: 1
Views: 1905

User code with If and ElseIf

I have the first If and ElseIf working properly. If the cell it looks at has a positive number it will click the BUY button. If it has a negative it will click the CVS button. The problem I am having is when the cell is not there at all. What I would like to do is the above and if the first two cond...
by byonush
Tue Mar 27, 2012 3:10 am
Forum: General Questions
Topic: If Cell is Equal or Greater than then
Replies: 1
Views: 2254

If Cell is Equal or Greater than then

Currently I am working on a automated testing for a trading application. I have my first recording that will launch the application and then verify I am in the QA environment before proceeding. Second I call up my program called DialogWatcher (thanks to the blogs on this site) and next I bring up my...
by byonush
Mon Mar 12, 2012 6:23 pm
Forum: General Questions
Topic: Handling dialog and pop up windows
Replies: 3
Views: 3891

Re: Handling dialog and pop up windows

Thank you for your response. While these are known pop ups that could occur they do not always show based on a number of different factors. Typically we don't want the pop ups because if we get one it means that something was not entered right and the application generates informational message stat...
by byonush
Mon Mar 12, 2012 4:09 pm
Forum: General Questions
Topic: Handling dialog and pop up windows
Replies: 3
Views: 3891

Handling dialog and pop up windows

I have read through the Handling dialog and pop up windows blog and I am a little or maybe a lot confused. I am very new to programming so please bear with me. When it states that you need to create a seperate thread where is that code suppose to be entered? Currently right now I have my test projec...