Search found 16 matches

by schemer1
Wed Jun 25, 2014 8:30 am
Forum: General Questions
Topic: Stop Test and continue with next test
Replies: 3
Views: 1725

Re: Stop Test and continue with next test

What I want to know is if you have the following structure..
Test Case 1
- Module 1
- Module 2
Test Case 2
- Module 3

How you can prevent Module 2 from running if Module 1 failed, yet still run Test Case 2.

Thanks
by schemer1
Tue Jun 17, 2014 10:04 am
Forum: General Questions
Topic: Stop Test and continue with next test
Replies: 3
Views: 1725

Stop Test and continue with next test

Hi
Can you tell me how I can stop the current test but continue with the next test; In the following situation..
I have a test with 2 code modules, when the first module fails, the second module then starts.
I've tried changing the error behaviour levels, but nothing seems to work.

Thanks
by schemer1
Mon Mar 10, 2014 12:13 pm
Forum: General Questions
Topic: Mutiple Projects Execution on RunTime Machine
Replies: 3
Views: 1544

Re: Mutiple Projects Execution on RunTime Machine

The /bin/Debug folder for my project also contains the .exe, .pdb, .rxtst & the .rxtmg files for all the solution projects. I'm I correct in saying I need all of these 19 files? (note: my project calls modules from these other projects). I know I also need to copy in the base .dlls to the runtime on...
by schemer1
Wed Mar 05, 2014 12:18 pm
Forum: General Questions
Topic: Mutiple Projects Execution on RunTime Machine
Replies: 3
Views: 1544

Mutiple Projects Execution on RunTime Machine

Hi, We have a solution with multiple projects. Only one of the projects actually contains the test cases in the test suite. It contains no modules. The other projects contain the required user code and recoerded modules. In order to execute a test on a runtime machine, we know you need to copy the e...
by schemer1
Fri Jan 24, 2014 12:45 pm
Forum: General Questions
Topic: Compare "" to null in recorded module
Replies: 1
Views: 1573

Compare "" to null in recorded module

Hi

We're trying to validate using a recorded module a screen value that returns (null) and an expected database value which is "". The validation fails whereas it we would like it to pass. Any suggestions would be helpful.

Thanks
by schemer1
Tue Sep 24, 2013 11:44 am
Forum: General Questions
Topic: Parameter is not valid
Replies: 4
Views: 2517

Re: Parameter is not valid

We think that the error has been generated because of a memory leak; and so have been pursuing this line of enquiry.
by schemer1
Tue Sep 24, 2013 11:43 am
Forum: General Questions
Topic: Update the test case name programatically
Replies: 2
Views: 1499

Re: Update the test case name programatically

We have found a process workaround to solve our problem. Many Thanks.
by schemer1
Tue Sep 24, 2013 11:42 am
Forum: General Questions
Topic: Ranorex And Memory Leaks
Replies: 4
Views: 2309

Re: Ranorex And Memory Leaks

We may have found the solution to our Memory Leak issue. When running Ranorex it's stores all it's test case execution logging information in memory, when the test finishes the log file actually gets written. Therefore when we run our tests without logging, the test completes. This is obviously only...
by schemer1
Thu Sep 12, 2013 11:34 am
Forum: General Questions
Topic: Ranorex And Memory Leaks
Replies: 4
Views: 2309

Re: Ranorex And Memory Leaks

We are using v4.0.5
Thanks
by schemer1
Tue Sep 10, 2013 11:31 am
Forum: General Questions
Topic: Ranorex And Memory Leaks
Replies: 4
Views: 2309

Ranorex And Memory Leaks

Hi, When we're running some of our long running tests we get messages such as 'out of memory', 'thread failed to start' and 'invalid parameter'. There is nothing wrong specifically with the tests as they work Ok for hours and for multiple iterations, they also work on different versions of Hardware....
by schemer1
Wed Jun 19, 2013 12:28 pm
Forum: General Questions
Topic: Update the test case name programatically
Replies: 2
Views: 1499

Update the test case name programatically

Hi

I would like to update the currently running test case name programmatically, is this possible?

Thanks
by schemer1
Mon Mar 18, 2013 3:41 pm
Forum: General Questions
Topic: Parameter is not valid
Replies: 4
Views: 2517

Re: Parameter is not valid

extra info .. <item time="6135:12.395" level="Error" category="Module" errimg="images_PoCTest_20130313_102625\PoCTest_20130313_102625_d0273d42_trace.jpg" errthumb="images_PoCTest_20130313_102625\PoCTest_20130313_102625_d0273d42_trace_thumb.jpg"> <message> Parameter is not valid. </message> <metainfo...
by schemer1
Mon Mar 18, 2013 2:07 pm
Forum: General Questions
Topic: Parameter is not valid
Replies: 4
Views: 2517

Parameter is not valid

Hi,

I've just received an error '[IError ] [Module]: Parameter is not valid'. I've been running the same test multiple times in a loop for 4 days and not had this error. My test doesn't use parameters - it's a very simple soak test. What could be causing this?

Thanks
by schemer1
Tue Feb 12, 2013 5:50 pm
Forum: General Questions
Topic: How to set a Repository Variable
Replies: 1
Views: 2661

How to set a Repository Variable

Hi, I need some help in order to assign a value to a variable in my object repository without using an external source. I have a table cell in my object repository with a fixed 'columnindex' (5) and I've assigned the 'text' attribute to be a variable called $AuthorityName. Therefore when running my ...
by schemer1
Mon Feb 11, 2013 2:40 pm
Forum: General Questions
Topic: Iterate a Test Suite
Replies: 2
Views: 2343

Re: Iterate a Test Suite

Hi thanks for the response. I agree it makes sense to iterate the test case rather than the suite, however I'm now sure how this can be done in the situation i have. All the information seems to refer to fixed data related iterations rather than a variable loop. I have figured out a solution that wo...