Search found 33 matches

by npanag
Fri May 19, 2017 8:14 am
Forum: Automation Tools
Topic: The Title of active window in Studio 6.2 not so visible
Replies: 2
Views: 1677

The Title of active window in Studio 6.2 not so visible

When I have some recording modules and user codes open, it's difficult to understand what is the active window. The title in the upper part is not in an opposite color to have contrast.

Does this change with some option?

Thank you
by npanag
Tue May 16, 2017 12:19 pm
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Re: Skip module during runtime?

Thanks a lot odklizec.

Your help is always invaluable.
by npanag
Tue May 16, 2017 10:35 am
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Re: Skip module during runtime?

But the concept is again the same, isn't so?

Recording modules cannot be checked or unchecked so we need the GetTestContainer method in a parent container to be checked or unchecked in the code, correct?
by npanag
Tue May 16, 2017 9:46 am
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Re: Skip module during runtime?

Any answer about the GetTestCase() in Ranorex 7.0?

Thank you
by npanag
Fri May 12, 2017 1:32 pm
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Re: Skip module during runtime?

Question about new Ranorex 7.0: I heard that GetTestCase() method is discontinued. This means it is not possible anymore to create nested test cases in my test suite. A test case cannot have a parent test case anymore. Either the parent, or the child test case must be a smart folder instead. So, we ...
by npanag
Wed Apr 26, 2017 2:01 pm
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Re: Skip module during runtime?

Yes, odklizec, it worked this way. Thank you.

Tot tell the truth, I would like the recording modules to be on the same level, but OK, this is secondary.

Thanks a lot
by npanag
Wed Apr 26, 2017 12:55 pm
Forum: General Questions
Topic: Skip module during runtime?
Replies: 9
Views: 2450

Skip module during runtime?

Hi, I have a test case (with iteration from an Excel file with contacts), that contains two recording modules: One that checks if a contact exists and the second that creates a new contact in the case that it doesn't exist. If the contact exists, I want just a warning (Report.Warn) and the code to b...
by npanag
Thu Mar 02, 2017 10:21 am
Forum: Object Identification and Technologies
Topic: Alternative in code for the Info object
Replies: 2
Views: 1688

Re: Alternative in code for the Info object

Thanks odklizec,

I'll follow your suggestion.
by npanag
Thu Mar 02, 2017 10:05 am
Forum: Object Identification and Technologies
Topic: Alternative in code for the Info object
Replies: 2
Views: 1688

Alternative in code for the Info object

Hi guys, I try to construct in code an alternative of the Info object that is created automatically in repo. For example, with the usage of repo we have this easy way if an object exists: if (repo.MyApplication.MyButtonInfo.Exists(5000)) { //do stuff } If we want this with code? I have the following...
by npanag
Thu Dec 08, 2016 11:35 am
Forum: General Questions
Topic: Editing while debugging
Replies: 3
Views: 1568

Editing while debugging

Sorry guys for the primitive question: Can i edit the code while debugging? I mean not changing the value of a variable through Watch, but changing the code itself, for example adding an if criteria clause in an if statement. Something like Tools - Options - Edit and Continue - Enable Edit and Conti...
by npanag
Wed Nov 16, 2016 7:38 pm
Forum: Automation API
Topic: Compare two lists through code
Replies: 1
Views: 2872

Compare two lists through code

Hi guys, I have the following problem, and I hope to describe it in an understandable way. Basicaslly I don't know how to do it: The heavy web app I try to test handles funds that have operations of various types. Each operation includes some data in a list, for example a list of investors, or a lis...
by npanag
Tue Nov 08, 2016 2:37 pm
Forum: Object Identification and Technologies
Topic: Problem in identification of object in web app
Replies: 12
Views: 2062

Re: Problem in identification of object in web app

Nice ideas.

I didn't realize that the tr number of related objects in both clones is the same so we can use the @childindex property.

OK, thank you very much. I predict that I'll come back with a new question very soon!!
by npanag
Tue Nov 08, 2016 10:54 am
Forum: Object Identification and Technologies
Topic: Problem in identification of object in web app
Replies: 12
Views: 2062

Re: Problem in identification of object in web app

OK, so I have a relationship between the item description and the first number. I also discovered the other two numbers (for example for Previous Cash Called - see picture) and I used the ajxfield property: Previous Cash Called -------------------------- /dom[@domain='oicem36:8080']//td[#'framescont...
by npanag
Mon Nov 07, 2016 4:51 pm
Forum: Object Identification and Technologies
Topic: Problem in identification of object in web app
Replies: 12
Views: 2062

Re: Problem in identification of object in web app

Bravo, I'm really impressed. It worked.

Where can i find info for these keywords, like parent and follow sibling and the ::?

Thanks again.
by npanag
Mon Nov 07, 2016 4:39 pm
Forum: Object Identification and Technologies
Topic: Problem in identification of object in web app
Replies: 12
Views: 2062

Re: Problem in identification of object in web app

I didn't check it in full detail, but i think it has bypassed the sensitive info, as per your instructions.