Search found 8 matches

by siti
Tue Feb 23, 2016 6:00 am
Forum: Automation Discussions
Topic: Integration
Replies: 1
Views: 2278

Integration

Hi, From this link http://www.ranorex.com/ranorex-vs-codedui.html "Coded UI can work with TFS and MTM. If there is any deviation to the CI or TM environment, the integration is very difficult to maintain, if it is able to connect ." Can anyone explain more about this? like what can cause the deviati...
by siti
Fri Oct 30, 2015 3:14 am
Forum: How To …
Topic: How to skip test
Replies: 7
Views: 3864

Re: How to skip test

Hi,

If I set 'cont. with sibling' on TC1, it will proceed with TC2.
But what I want is if TC1 failed, it will SKIP TC2 and continue with TC3.

Thanks,
Siti
by siti
Wed Oct 28, 2015 3:27 am
Forum: How To …
Topic: Parallel test/validation
Replies: 1
Views: 2217

Parallel test/validation

Hi, this is my GUI Capture.JPG Each job is independent. Each job takes different time to complete. I need to do a validation if each job is successful. But I don't want to validate the task sequentially because it's not dependent anyway, and it may take hours to complete one. Is there a way to do al...
by siti
Wed Oct 28, 2015 2:14 am
Forum: How To …
Topic: How to skip test
Replies: 7
Views: 3864

How to skip test

Hi,
Capture1.JPG
Based on the image,
Is it possible to skip test case 2,and jump to test case 3 if test case 1 failed?
by siti
Mon Oct 26, 2015 8:53 am
Forum: How To …
Topic: How to set variable based on image
Replies: 3
Views: 2310

Re: How to set variable based on image

hi,

this produced errors;

The name 'StatusRow1_Screenshot2_Options' does not exist in the current context (CS0103)
The name 'StatusRow1_Screenshot2' does not exist in the current context (CS0103)

What does this means?
by siti
Thu Oct 22, 2015 10:16 am
Forum: How To …
Topic: How to set variable based on image
Replies: 3
Views: 2310

How to set variable based on image

Hi, Thanks for your reply. I have tried another approach that works for the mean time. So, I'll try the proposed method later. I have another issue. This is what I wanna achieve: 1) Capture the image of the status row. Capture.JPG 2) If image is Capture2.JPG set string status="success"; 3) If image ...
by siti
Thu Oct 22, 2015 2:28 am
Forum: How To …
Topic: Delay
Replies: 3
Views: 3778

Re: Delay

Hi, Basically, there is a Grid View. And inside this one cell, image will be displayed to indicate the state of a process that I run.(either running/pending/successful) when I run a process, an image to indicate process is running is displayed. After a while(time varies),in that same cell, the image...
by siti
Tue Oct 20, 2015 9:10 am
Forum: How To …
Topic: Delay
Replies: 3
Views: 3778

Delay

Hi, I'm new to both testing and Ranorex. So, I have a test case of process initialization. I have to validate whether it is successful or not using an image. The initialization process takes time to complete. Therefore, the image I want to validate also will load only after the initialization is com...