Search found 24 matches

by Ruser
Mon Oct 18, 2010 4:09 pm
Forum: General Questions
Topic: exe file not run properly
Replies: 3
Views: 2229

Re: exe file not run properly

Thank you both. Run time version was the problem. It is working now.
by Ruser
Fri Oct 15, 2010 11:02 pm
Forum: General Questions
Topic: exe file not run properly
Replies: 3
Views: 2229

exe file not run properly

The testing runs without any problem in Ranorex Studio. I build the project into release and run the exe file on another server with runtime license only. The exe file can't run properly, the command windows showing for a while then disappear. Anyone has the same probem? What might be the cause? Tha...
by Ruser
Tue Aug 24, 2010 11:22 pm
Forum: General Questions
Topic: Mac application testing
Replies: 2
Views: 7308

Re: Mac application testing

Thanks for the reply. I just want to double check with you guys before I go look for another solution.
by Ruser
Tue Aug 24, 2010 4:36 pm
Forum: General Questions
Topic: Mac application testing
Replies: 2
Views: 7308

Mac application testing

We have an AIR application under test on both windows and Mac. I know Ranorex works for windows only. Is there any possible way that I can run the Ranorex script on Mac?
by Ruser
Thu Apr 01, 2010 4:58 pm
Forum: General Questions
Topic: how to signal when test is done
Replies: 5
Views: 2174

how to signal when test is done

I remember I read related topic somewhere but couldn't find it now. so I start a new thread here I have multiple automation tests, I plan to have a cmd file to order those tests, like: call Test1.exe call Test2.exe .... how can I know Test1 pass or fail so that I can put a logic here before test2 st...
by Ruser
Thu Mar 25, 2010 11:10 pm
Forum: General Questions
Topic: write a value into csv file
Replies: 1
Views: 2156

write a value into csv file

Hi Support,

I am using the "csvconnector.cs" provided in the example to read test value as this:

string string1 = csvConnector.Rows[1]["parameter1"].ToString();

If I generate another string2 during the testing, how can I write "string2" into my csv file and replace the string1.

Thanks
by Ruser
Wed Mar 24, 2010 5:19 am
Forum: General Questions
Topic: intergrate the GUI automation with the automatic build
Replies: 3
Views: 2697

intergrate the GUI automation with the automatic build

How can I integrate the Ranorex GUI automation with the automatic build process in our shop? We have a build server, which does nightly build process. We would like to include the GUI automation to be part of the build. The challenge is that all build process are back-end through a service, but Rano...
by Ruser
Wed Mar 24, 2010 5:06 am
Forum: How To …
Topic: Is it possible to run automation with screen locked
Replies: 5
Views: 30485

Is it possible to run automation with screen locked

I searched this forum but didn't find the similar request, surprised me. I would like to start the automated test, then lock my machine/screen, go for lunch, come back to see the result. I remember that I can do this with other GUI automation tool like HP winrunner. I can understand GUI automation n...
by Ruser
Mon Mar 08, 2010 4:49 am
Forum: General Questions
Topic: file operations with C# or from GUI
Replies: 1
Views: 3130

file operations with C# or from GUI

Hi, there,

I have a testing scenario needs to verify, open or delete some files from local or a network machine. actions are:
1) verify files with a specific name exist in a folder
2) open/edit files

Is there any way of testing this through C# code instead of from File explorer GUI?

Thanks,
by Ruser
Thu Jan 14, 2010 11:46 pm
Forum: How To …
Topic: Disable mouse movement during test execution
Replies: 4
Views: 19220

Disable mouse movement during test execution

Is there any way to diable real mouse movement during executing test? Or is this a feature we might have in the future? During test execution, I have to ensure there is no pop up window other than the system under test. Otherwise, the mouse click might be wrong. Also, if I use remote desktop control...
by Ruser
Mon Nov 23, 2009 4:52 pm
Forum: General Questions
Topic: report appending in 2.2
Replies: 16
Views: 10129

Re: report appending in 2.2

Thanks for the information. I am still not quite sure what to do If I have multiple solutions to run and would like to generate only one report file. I guess this scirpt: XmlLogger.AppendExisting = true appends the report to the existing report file inside the solution. For me, this one only works i...
by Ruser
Mon Nov 23, 2009 4:21 pm
Forum: General Questions
Topic: script not executed properly
Replies: 6
Views: 2721

Re: script not executed properly

Thank you both, Ciege and Alex. I believe adding some delay would help.
by Ruser
Thu Nov 19, 2009 6:36 pm
Forum: General Questions
Topic: script not executed properly
Replies: 6
Views: 2721

Re: script not executed properly

Sure, my bad... for example, a simple button click script, repo.object.dom.button1.click(); the ranorex just didn't execute it but didn't throw any error neither. So from Ranorex standpoint, this step passed and went to the next step. It failed at the next step because of the validation. Next time I...
by Ruser
Thu Nov 19, 2009 4:45 pm
Forum: General Questions
Topic: script not executed properly
Replies: 6
Views: 2721

script not executed properly

Hi, I am seeing a very weird Ranorex issue: some script not executed properly, and it was not repeatable, next time the script went through without any problem. It should not be coding issue since the scripts are very straightforward ones - button/object clicks. It doesn't happen very often neither,...