Search found 5 matches

by moadipp
Thu Oct 26, 2017 2:45 pm
Forum: General Questions
Topic: Ordering and behavior on Projet panel
Replies: 2
Views: 1108

Ordering and behavior on Projet panel

Hello
1- Is it possible to choose the folder and file order of the "Projects" section?
I want to order my element like the software I test, not in alphabetical order.

2- Also can we configure posibility the multiple selection?
I can't select 2 elements check-in, for exemple.
projects.png
by moadipp
Thu Oct 19, 2017 7:19 pm
Forum: General Questions
Topic: Calculate Difference of two Variables and validate
Replies: 5
Views: 2417

Re: Calculate Difference of two Variables and validate

I don't know if is to late but i think i got somethink interresting! public bool calcul(string One, string Two, string Three)         {             int a = 0;             if (!int.TryParse(One, out a))             {                 return false;             }             int b = 0;             if (!...
by moadipp
Mon Oct 16, 2017 3:37 pm
Forum: General Questions
Topic: TFS Policy Failure
Replies: 5
Views: 1519

TFS Policy Failure

Hi, When i need to check In, i always get the Policy Failure pop-Up after the Check In - Policy Warning. 1- Right-click on the element i want to Check In 2- Click on Check In 3- I add comment and i click on Check In button checkIn.png 4- The Policy Failure Pop-Up appear Policy Warning.png 5- I check...
by moadipp
Thu Aug 17, 2017 2:38 pm
Forum: Object Identification and Technologies
Topic: Ranorex agent
Replies: 1
Views: 1867

Ranorex agent

I tried to use the Ranorex agent, without success

I installed the Ranorex License Manager
The Ranorex Agent found the license from Ranorex License Manager. But i got an error, "Failed to acquire runtime license".
[img][/RanorexAgent.png]
by moadipp
Wed Aug 16, 2017 1:34 pm
Forum: How To …
Topic: Compare 2 text fields on Ranorex
Replies: 1
Views: 1913

Compare 2 text fields on Ranorex

Hello,

I want to validate that 2 fields have the same text. But I still have a report failure, even when I use the same fields!
Can someone help me?

Here the info:

[img][/report.png]
[img][/info.png]