Search found 13 matches

by douglas.velho
Fri Sep 13, 2019 3:00 pm
Forum: General Questions
Topic: Element tracking very slow on local machine
Replies: 4
Views: 1936

Re: Element tracking very slow on local machine

Hi everyone, I'm with same problem about slow to run tests. Ranorex takes too long to to find and click. I use on VM Windows 10, there' no antivirus, start with administrator. Ranorex version is 9.1(trial), we're trying to create test case to see if Ranorex is ideal tool to automate. Is there someth...
by douglas.velho
Wed Sep 11, 2019 4:42 pm
Forum: Bug Reports
Topic: Find Elements Windows 10
Replies: 2
Views: 1530

Re: Find Elements Windows 10

Thank you for answer.
You're right, it's was missing AllowTesting = Y and SpecialSwfControlNameProperty=Y in the file configuration our application.
by douglas.velho
Tue Sep 10, 2019 3:26 pm
Forum: Bug Reports
Topic: Find Elements Windows 10
Replies: 2
Views: 1530

Find Elements Windows 10

Hi everyone I'm testing Ranorex trial version in the company that i work now. Our application was built, layers at Magic https://www.magicsoftware.com/ and the screens at .net. We are testing tools to automate testing and have not decided which one to purchase. In the first tests, on windows 7, Rano...
by douglas.velho
Tue Mar 19, 2019 3:10 pm
Forum: General Questions
Topic: Variable at Path Editor
Replies: 3
Views: 1360

Re: Variable at Path Editor

Hi odklizec , it´s work.
Thanks for help.
by douglas.velho
Mon Mar 18, 2019 8:54 pm
Forum: General Questions
Topic: Variable at Path Editor
Replies: 3
Views: 1360

Re: Variable at Path Editor

Thank you, i will try and reply soon.
by douglas.velho
Mon Mar 18, 2019 8:05 pm
Forum: General Questions
Topic: Variable at Path Editor
Replies: 3
Views: 1360

Variable at Path Editor

Hi everyone It's possible add a value that get an variable at Path Editor ? Example; I have a field type input text....when i see at Path Editor, his name is ...../dom[@caption='Qualitor Web']//input[#'vlinformacaoadicional1055']....so, this value 1055, can change, could be 1056,1057,etc.... I try t...
by douglas.velho
Tue Jul 10, 2018 3:56 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Hi everyone With help of you and my coworker.This code works to me. Thanks for help ! IList<OptionTag> optionList = repo.QualitorWeb1.OptionTag2.FindChildren<OptionTag>(); String optionText = ""; foreach(OptionTag opTag in optionList){ if(opTag.Selected){ optionText = opTag.InnerText; break; } } if(...
by douglas.velho
Wed Jul 04, 2018 2:05 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Hi odklizec, thanks for help.

I'll try using code as you described.
by douglas.velho
Mon Jul 02, 2018 1:55 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Thanks for help. I just can validate using the value of TagValue, but i would not like use Tag to validate this because the value can be changed. I use a code like this: variaveltag = repo.QualitorWeb1.Cdtipoacompanhamentoedit.Element.GetAttributeValueText("TagValue"); if (variaveltag == "8") { repo...
by douglas.velho
Fri Jun 29, 2018 5:38 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Thanks for help. I'll try this and i'll post the result.
by douglas.velho
Thu Jun 28, 2018 7:33 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Hi qwertzu

Thanks for answer, i uploaded a Ranorex Snapshot now.
I would like to validate the current value of attribute cdtipoacompanhamentoedit.I Cann't use the TagValue for this validation because this value can be changed.I Would like to validate the label inner text.
by douglas.velho
Tue Jun 26, 2018 8:15 pm
Forum: General Questions
Topic: Read value of combobox
Replies: 14
Views: 3458

Re: Read value of combobox

Is there how to validate which value was choosen, example if i have the values (Alfa,Beta,Gama) and the test set the value Alfa, is possible validate just this value ?
by douglas.velho
Thu Mar 01, 2018 7:11 pm
Forum: Automation Tools
Topic: Integration Testlink
Replies: 6
Views: 3561

Re: Integration Testlink

I Tried to set this configuration, although it's not working for me.
the field Ranorex test suite file on step --Add “Run a Ranorex Test Suite” Step-- does not run TESTE_INTEGRACAO.rxtst or Ranorex run configuration TESTE_INTEGRACAO.exe.