Search found 10 matches

by qwertz
Mon Feb 18, 2019 8:30 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Hey rragsac,

I guess that there are still references missing.
I would suggest that you don't copy over the whole files (cs, and the others) but create new files in the new project and copy over only the content of the files you need to copy.
I hope that helps.

Regards
qwertz
by qwertz
Fri Nov 09, 2018 2:29 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Hi Rikke, I also have multiple projects and I can use modules of one project in the test suite of another project. To be able to do that you need to add the dll-file of the first project in the second as a reference. But as you could use the module in your test case, you should have already been abl...
by qwertz
Thu Nov 08, 2018 2:14 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Hi Rikke, I am not quite sure what exactly you are asking. I'll try to answer and hope it will help you: I do not understand what your are doing to start the test suite?? I usually start test suites by right-clicking them and selecting 'Run test suite'. And will it never be possible to run a testsui...
by qwertz
Tue Nov 06, 2018 4:49 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Hey krstcs, even that does not change that the test case cannot be executed. Same error. Ranorex also has a popup dialog to tell you to change the output type to console application to be able to execute the test case. Finally I found out that if I use the Debug-dll of the test suite module library ...
by qwertz
Tue Nov 06, 2018 12:15 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Thank you, Robin, for your suggestions! Unfortunately neither clearing the output folder nor re-installing Ranorex 8.3 helped. After trying around a little more I found out that you can't run test suites in a test suite module library project. I'm not sure if this is on purpose but if it is to me it...
by qwertz
Fri Nov 02, 2018 4:18 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1783

Test execution not possible: Test execution fatal crash with NullReferenceException

Hi, I have a solution with different projects and I experienced a problem with executing a test case. In two of the projects where I did not have a test suite with test suite with test cases I could not excute them after creating them. I am not sure if it has something to do with Ranorex 8.3.0 but I...
by qwertz
Thu Oct 04, 2018 10:32 am
Forum: Automation Tools
Topic: Newly dynamically added data row not executed
Replies: 4
Views: 1833

Re: Newly dynamically added data row not executed

Hey Pavel, I was now able to try out your solution and it worked just fine. I manipulate the data source before I use it and it works just fine! Thank you so mich for your help! For anyone having the same trouble here is how I do it: Testcase: [SETUP] Init-Module --> here I manipulate the data sourc...
by qwertz
Tue Oct 02, 2018 7:19 am
Forum: Automation Tools
Topic: Newly dynamically added data row not executed
Replies: 4
Views: 1833

Re: Newly dynamically added data row not exeuted

Hi Pavel, thank you for your reply. How exactly have you added the third row? By code? In this case, please post entire code you are using. Where exactly have you applied your code? It must be applied BEFORE the testcase/smartfolder, with given data connector. I will try that and give you feedback. ...
by qwertz
Sun Sep 30, 2018 7:31 pm
Forum: Automation Tools
Topic: Newly dynamically added data row not executed
Replies: 4
Views: 1833

Newly dynamically added data row not executed

Hi, I'm new to Ranorex Automation and still learning how to implement things. I managed to add a column to my data source (SimpleDataConnector) in a code module and use the values in that column. I also managed to add a data row to my data source but that row is not used for the variable iteration: ...