Search found 8 matches

by huzunkaya
Tue Mar 10, 2015 2:48 pm
Forum: General Questions
Topic: The tips before starting huge project
Replies: 1
Views: 1403

The tips before starting huge project

Hi everybody, My company just had an agreement with a bank and as they told there are more 2000+ Test Cases. I recently completed a project having 100-120 Test Cases and learn somethings from my mistakes but instead of these, i want to listen others experienced people opinions to share their tips he...
by huzunkaya
Thu Feb 26, 2015 2:52 pm
Forum: Object Identification and Technologies
Topic: If visible is not working :/
Replies: 4
Views: 2017

Re: If visible is not working :/

it is normal ranorex can not find that object because it will appear when all list are deleted.
That is why im checking it is visible or not after each deletion.When it is visible I will end while loop.
by huzunkaya
Thu Feb 26, 2015 2:49 pm
Forum: Object Identification and Technologies
Topic: If visible is not working :/
Replies: 4
Views: 2017

Re: If visible is not working :/

krstcs wrote:What version of Ranorex are you using?

What error are you getting?

Without that information we can't tell you what the problem may be.
Ranorex 5.2.0

Error:
Image
by huzunkaya
Thu Feb 26, 2015 9:12 am
Forum: Object Identification and Technologies
Topic: If visible is not working :/
Replies: 4
Views: 2017

If visible is not working :/

Hi everybody, I have very basic problem but I still could not understand why it is not working :/ im triying to delete all items until an error popup appears.but when the code starts, ranorex is waiting for the item inside the if scobe. i want to pass it if it is not visible. this is my pop up objec...
by huzunkaya
Thu Feb 12, 2015 8:08 am
Forum: General Questions
Topic: Running TestScenarios on Different Envionments ?
Replies: 3
Views: 1320

Re: Running TestScenarios on Different Envionments ?

Thank your for your answer.

İ have checked the domains and changed it.
this time it works but only some of them :/

]/container[@id='7.3']
]/container[@id='7.2']

other object xpaths have these kind of differences and there is no pattern between these changings.
by huzunkaya
Wed Feb 11, 2015 9:36 am
Forum: General Questions
Topic: Running TestScenarios on Different Envionments ?
Replies: 3
Views: 1320

Running TestScenarios on Different Envionments ?

Hi everybody, Im working on bank project with Ranorex first time. I have completed 2 part of project. But we have a serious problem that I implement my test scenarios on a environment TEST4 with URL. Now they want me to run my scenarios on TEST8 with different URL. Content is the same but context is...
by huzunkaya
Tue Feb 03, 2015 8:12 am
Forum: General Questions
Topic: Validate.AreEqual stops my test cases instead of assert ?
Replies: 2
Views: 1837

Validate.AreEqual stops my test cases instead of assert ?

Hi all , As i know there is a difference between assert and validate. Assert stop my test cases but validate keeps continue even if it is not validated. Now im working on a bank project and using Validate.AreEqual method frequently. Is there anyway make my test cases continue even if they are valida...