Search found 13 matches

by syartsev
Sat Jun 08, 2019 12:22 am
Forum: Automation Tools
Topic: Unable to add net.pipe service reference
Replies: 1
Views: 1308

Unable to add net.pipe service reference

I'm trying to add as a service reference net.pipe://localhost/SomeService but getting an exception WCF test client works fine. System.UriFormatException: Invalid URI: The URI is empty. ---STACKTRACE--- System.UriFormatException: Invalid URI: The URI is empty. System.Uri.CreateThis(String uri,Boolean...
by syartsev
Thu Dec 20, 2018 6:51 pm
Forum: How To …
Topic: How to export additional columns from Ranorex to TestRail
Replies: 3
Views: 1730

Re: How to export additional columns from Ranorex to TestRail

I wrote a code, that converts description into a title and after that ran integration tool with testrail. Note: each TestCase should have a description, otherwise null exception. Or you can handle it by editing the following code :) using System.Xml; using System.Xml.Linq; { XmlDocument xml = new Xm...
by syartsev
Tue Nov 27, 2018 5:38 pm
Forum: General Questions
Topic: Remote Agent and TestRail
Replies: 7
Views: 1725

Re: Remote Agent and TestRail

thank you for your reply.
I have figured it out.
by syartsev
Mon Nov 26, 2018 9:18 pm
Forum: General Questions
Topic: Test rail Integration
Replies: 7
Views: 2106

Re: Test rail Integration

Thank you, McTurtle

That is exactly what I was looking for and it works.
by syartsev
Fri Nov 23, 2018 5:45 pm
Forum: General Questions
Topic: Remote Agent and TestRail
Replies: 7
Views: 1725

Remote Agent and TestRail

Hello,
Does Remote Agent has functionality to update test results in TestRail?
by syartsev
Wed Nov 21, 2018 6:18 pm
Forum: General Questions
Topic: Test rail Integration
Replies: 7
Views: 2106

Re: Test rail Integration

Dont want to create a new thread, so will ask here.
Does Remote Agent has functionality to update test results in TestRail?
by syartsev
Fri Nov 16, 2018 8:09 pm
Forum: How To …
Topic: How to export additional columns from Ranorex to TestRail
Replies: 3
Views: 1730

How to export additional columns from Ranorex to TestRail

Hi,
I'm trying to export test cases from Ranorex to TestRail, but getting only id and title without a Description in Test Rail test suite.
Is there any work around to get Description as well?
by syartsev
Mon Sep 17, 2018 7:59 pm
Forum: General Questions
Topic: How to update Test Case Description via code
Replies: 4
Views: 1456

Re: How to update Test Case Description via code

Thanks.
Is there any other approach to assign PASS/FAILED to a test case, that could be visible from Ranorex UI, especially in *.rxtst file?
by syartsev
Mon Sep 17, 2018 7:12 pm
Forum: General Questions
Topic: How to update Test Case Description via code
Replies: 4
Views: 1456

How to update Test Case Description via code

Hello, I'm trying to update a description of a test case. Was able to get it, but have difficulties to set to something different. var TC = Ranorex.Core.Testing.TestSuite.CurrentTestContainer as TestSuiteEntryContainer; TC.Comment = "hi"; After test run, description in *.rxtst UI has previous value.
by syartsev
Fri Sep 14, 2018 10:09 pm
Forum: Automation Tools
Topic: Test Suite (*.rxtst) custom layout (columns)
Replies: 3
Views: 1858

Re: Test Suite (*.rxtst) custom layout (columns)

Good day,
Are there any updates regarding custom layout?
by syartsev
Wed Oct 18, 2017 5:07 pm
Forum: Bug Reports
Topic: Fail to Generate Log File
Replies: 5
Views: 2594

Re: Fail to Generate Log File

Deleting .dat file worked for me
by syartsev
Fri Aug 11, 2017 5:10 pm
Forum: Object Identification and Technologies
Topic: Cant access table rows in Desktop app
Replies: 8
Views: 2637

Re: Cant access table rows in Desktop app

Hi
The spy captures only rows, that are in visible area.
I'm not familiar with ranorex, but I thought it should read the whole tree with child elements.

Attaching a snapshot in zip, cause its more than 1mb.

Thanks.
by syartsev
Thu Aug 10, 2017 5:28 pm
Forum: Object Identification and Technologies
Topic: Cant access table rows in Desktop app
Replies: 8
Views: 2637

Cant access table rows in Desktop app

Hi
There is an Desktop app with a table in it.
Using ranorex spy on a table displays only rows in a view port.
Clicking row, that is out of view port throws "out of range" exception.

Is it possible to load all rows of the table without scrolling it down?