Search found 12 matches

by espekkaya
Mon Jul 06, 2015 1:44 pm
Forum: Automation Tools
Topic: How to skip one action to another while processing
Replies: 7
Views: 2537

Re: How to skip one action to another while processing

You undestand right no problem with that :)

My question is that there is only way to ignore action via "Continue on fail" feature.

Thanks, Kindly.

Have a good day.
by espekkaya
Mon Jul 06, 2015 12:57 pm
Forum: Automation Tools
Topic: How to skip one action to another while processing
Replies: 7
Views: 2537

Re: How to skip one action to another while processing

Thank you for your respond.

I have known this feature. It makes automatically. But I need it manually. For example, an action which I press a key then ignore it and continue next action.

Is this posibble? or we have only "Continue on Fail" feature for skip next action.
by espekkaya
Mon Jul 06, 2015 12:02 pm
Forum: Automation Tools
Topic: How to skip one action to another while processing
Replies: 7
Views: 2537

Re: How to skip one action to another while processing

Helllo, I want to run an automated test procedure using Ranorex. While running a specific scenario, is it possible to ignore/skip a certain step? For example; 1- Open a web browser (pass) 2- Click "log in" button (pass) 3- Validate a success label (ignore) * At this point I do not care if it is a pa...
by espekkaya
Thu Jul 02, 2015 8:00 am
Forum: Automation Tools
Topic: How to skip one action to another while processing
Replies: 7
Views: 2537

How to skip one action to another while processing

Hello,

I want to skip one action to another while processing. I know that when "continue on fail" property sets true its automatically continues.

I make user to do it whenever who wants.

thank you.
by espekkaya
Wed Jun 25, 2014 3:13 pm
Forum: Bug Reports
Topic: There is an error when same name csv files open at Studio
Replies: 4
Views: 1820

Re: There is an error when same name csv files open at Studio

Thank you for your concern.

I do that.

Have a good day.
by espekkaya
Mon Jun 23, 2014 10:05 am
Forum: Bug Reports
Topic: There is an error when same name csv files open at Studio
Replies: 4
Views: 1820

Re: There is an error when same name csv files open at Studio

Hi,

I have used Ranorex 5.0.3 and I have located csv files in related project folder.

E.g :
Sample1_Project-> parameter.csv
Sample2_Project-> parameter.csv

Good work.
by espekkaya
Fri Jun 20, 2014 9:10 am
Forum: Bug Reports
Topic: There is an error when same name csv files open at Studio
Replies: 4
Views: 1820

There is an error when same name csv files open at Studio

Hello, I have an 2 projects in same solution and 2 same name csv files (eg: Parameter.csv). But diffent content in it. Before I opened both of csv files at ranorex test studio. Then I changed some parameter in one cvs file and I saved file. I recognized that when I saved file, both of them's content...
by espekkaya
Fri Jun 20, 2014 8:22 am
Forum: Bug Reports
Topic: UserCode path was broken down when rename repository item
Replies: 1
Views: 1875

UserCode path was broken down when rename repository item

Hello, When I tried your application, I have recognized an error. The problem is, My UserCode something like that; var RepoMadde4_1_d = repo.IdareSayfalari.IhaleOncesi.IhaleIslemleri.SartnameIslemleri.IdariSartnameOlustur.Mal.Cerceve.Madde4_1_d; ClickItem(RepoMadde4_1_d.EvetRadioButton, RepoMadde4_1...
by espekkaya
Wed Apr 16, 2014 3:43 pm
Forum: Automation Modules and Examples
Topic: Is there any data mining code samples for report file?
Replies: 2
Views: 6023

Is there any data mining code samples for report file?

Hello,

I want ranorex report to record database, so I compare every running test automation.

I have some problem of it. There is a lot of information in rxlog.data file.


Is there any data mining code samples for ranorex report file? If you share, I will appreciate that.

Thank you in advanced.
by espekkaya
Mon Apr 07, 2014 7:47 am
Forum: Automation API
Topic: How to convert image to byte array?
Replies: 5
Views: 2693

Re: How to convert image to byte array?

Thank you for your response. I have an other solution. Here is my code; try { var webClient = new WebClient(); byte[] imageBytes = webClient.DownloadData(repo.myItemsPath.myItemImage.Src.Trim()); Validate.IsTrue((imageBytes.LongLength == 0) ? false : true); Report.Success("Control", "Image exists.")...
by espekkaya
Wed Apr 02, 2014 9:17 am
Forum: Automation API
Topic: How to convert image to byte array?
Replies: 5
Views: 2693

Re: How to convert image to byte array?

Hello,

Shortly I want to get size of image at my repository. so I compare size of images.

Thank you.
by espekkaya
Tue Mar 25, 2014 3:19 pm
Forum: Automation API
Topic: How to convert image to byte array?
Replies: 5
Views: 2693

How to convert image to byte array?

My working Project which I code, is created barcode code. And I want to validate the image. As you know that barcode image changes every time but size never change.

So at Ranorex How to covert image to byte array?

Thank you in advanced...