Search found 12 matches

by radimag
Thu Nov 22, 2018 1:45 pm
Forum: Mobile Testing
Topic: Android - RxBrowser - Angular 5 supported?
Replies: 2
Views: 1730

Android - RxBrowser - Angular 5 supported?

All, I'm automating a mobile website through the RxBrowser. A part of the webpage is written in angular 5. The website opens correctly. The only problem is, the angular 5 components of the website are just blanc. Is Angular 5 supported in the RxBrowser? Device: Samsung Tab A OS: Android 8.1.0 Ranore...
by radimag
Mon Oct 01, 2018 3:41 pm
Forum: General Questions
Topic: Warning: Test Run deployment issue: ... 'System.Data.SqlServerCe' ...
Replies: 1
Views: 1684

Warning: Test Run deployment issue: ... 'System.Data.SqlServerCe' ...

Hi all, I'm following this tutorial for the moment: "Running Ranorex Automated Tests with Microsoft Test Manager" https://www.ranorex.com/blog/running-ranorex-automated-tests-using-microsoft-test-manager/#implementing By running my codedUI test manually it gives me the following error: [1/10/2018 11...
by radimag
Fri Aug 17, 2018 9:47 am
Forum: General Questions
Topic: Folder name - leading numbers (projects view)
Replies: 2
Views: 970

Re: Folder name - leading numbers (projects view)

Thanks for the reply! I'll make an "user voice ticket".
by radimag
Thu Aug 16, 2018 8:46 am
Forum: General Questions
Topic: Folder name - leading numbers (projects view)
Replies: 2
Views: 970

Folder name - leading numbers (projects view)

All,

What is the reason why you can't put leading numbers in the name of a folder in the projects view?

Example:
-- Projectname
- 1_Foldername
- 2_Foldername

Kind regards,
by radimag
Tue Aug 14, 2018 3:00 pm
Forum: Bug Reports
Topic: RxPath with # instead of @id causing issues in FF 60.1
Replies: 2
Views: 1459

Re: RxPath with # instead of @id causing issues in FF 60.1

@Aracknid

I have the same problem over here. Thanks for reporting it!
by radimag
Thu Aug 09, 2018 2:48 pm
Forum: Bug Reports
Topic: Ranorex Agent - No test suite found for ...
Replies: 6
Views: 2448

Re: Ranorex Agent - No test suite found for ...

Oke, thanks Markus!
by radimag
Wed Aug 08, 2018 1:36 pm
Forum: Bug Reports
Topic: Ranorex Agent - No test suite found for ...
Replies: 6
Views: 2448

Ranorex Agent - No test suite found for ...

All, Ranorex version: 8.2 Agent version: 4.0.0 When I create a project, in this example we use OMNICHANNEL_PRODUTION and delete the default test suite OMNICHANNEL_PRODUCTION. Following by adding 2 new test suites. In this case: LI_Investments and NLI_motor. This will give us the following structure:...
by radimag
Tue Jul 24, 2018 12:15 pm
Forum: General Questions
Topic: XPATH support
Replies: 5
Views: 1386

Re: XPATH support

Thanks odklizec, this solved the problem.
by radimag
Thu Jul 19, 2018 10:52 am
Forum: General Questions
Topic: Set preferred TestSuite in Project (Ranorex 8.2)
Replies: 1
Views: 1082

Set preferred TestSuite in Project (Ranorex 8.2)

Is it possible to set a preferred test suite in Ranorex 8.2?
Normally it took the testsuite from the startup project. But now you can have multiple test suites in one project.

- Project
-- ProjectTestSuite
-- NewProjectTestSuite (Set this one as prefered test suite)
by radimag
Thu Jul 19, 2018 10:08 am
Forum: General Questions
Topic: XPATH support
Replies: 5
Views: 1386

Re: XPATH support

Thanks for the answer.

I'm trying to ignore case-sensitive in a xpath.

Example:
Find div tag with attribute name that contains the value 'example' without case-sensitivity

Code: Select all

<div name="This is an ExAmPle name">test</div>
.//div[@name~'example'] 
by radimag
Wed Jul 18, 2018 2:47 pm
Forum: General Questions
Topic: Exists() fails to locate visable item
Replies: 1
Views: 1144

Exists() fails to locate visable item

All, I'm trying to check if a label exists on a web page, with Ranorex 8.2. My module contains the following code: // Set a specific value to repository variable which is used to locate the label Repository.Instance.varCurrentStep = "Recorded"; // Check the existance of the label if (ReportItemInfo....
by radimag
Tue Jul 17, 2018 8:57 am
Forum: General Questions
Topic: XPATH support
Replies: 5
Views: 1386

XPATH support

Hi,

Does Ranorex support translate or matches function in XPATH?
First thought, it seems not. But I prefer to-do a double check.

Documentation of both functions can be found on the official w3 xpath function page. (Can't post urls)

Thanks in advance!