Search found 7 matches

by Jrack
Wed Nov 18, 2015 8:54 pm
Forum: Automation Tools
Topic: Execute test cases in background
Replies: 1
Views: 2791

Execute test cases in background

Is it possible to run my test suite in the background without it constantly forcing the browser or software to the front for each image? I have hard coded the Button Clicks so that the mouse and keyboard can be used but didn't know if this was possible for it to recognize images in the background. T...
by Jrack
Fri Sep 25, 2015 10:04 pm
Forum: Automation Tools
Topic: Error] (L1: c14): Expected statement
Replies: 2
Views: 2171

Error] (L1: c14): Expected statement

I get the following error trying to execute a script in ALM following the sites directions?

What does this error mean and how can i resolve it please.
by Jrack
Tue Aug 11, 2015 9:02 pm
Forum: Automation Tools
Topic: Ranorex not working with HP Quality Center
Replies: 2
Views: 2080

Re: Ranorex not working with HP Quality Center

I have it set up as described in the HP FAQ on this site:

http://www.ranorex.com/blog/running-ran ... ity-center

So HP QC calls a batch file that has my .exe and args

The Arg is for the test case which should be:

/tc:Login

yet it just hangs at that point
by Jrack
Tue Aug 11, 2015 8:30 pm
Forum: Automation Tools
Topic: Ranorex not working with HP Quality Center
Replies: 2
Views: 2080

Ranorex not working with HP Quality Center

So I follower the HP Quality Center guide word by word and am currently hitting three issues with it: 1. It refuses to execute my specific test case called login I have the parameter set as /tc:Login but nothing happens it just launches Ranorex and then sits at the Test Suite page forever 2. If I fo...
by Jrack
Wed Jul 29, 2015 4:18 pm
Forum: Object Identification and Technologies
Topic: Dynamic Tables and Images
Replies: 4
Views: 3045

Re: Dynamic Tables and Images

I will plug the code in from the sample and see how that works. It isnt a problem with the test case it is just because, I work with a Live testing team... so we are testing with data that can vary from client to client (it is complicated). So one client that is pulled may only have 3 table fields t...
by Jrack
Tue Jul 28, 2015 10:30 pm
Forum: Object Identification and Technologies
Topic: Dynamic Tables and Images
Replies: 4
Views: 3045

Re: Dynamic Tables and Images

Due to the nature of work I am in I cannot post up the UI. Basically it is a row data table with about 10 columns, however from case to case it could contain anywhere from one row up thousands (in theory). I need to be able to validate how many rows there are and then the contents of said field. If ...
by Jrack
Mon Jul 27, 2015 4:59 pm
Forum: Object Identification and Technologies
Topic: Dynamic Tables and Images
Replies: 4
Views: 3045

Dynamic Tables and Images

Hello all, I am trying to deal with a Dynamic table in Ranorex. It is an input table that can contain as many "cell rows" as it needs to for input but by default will show one. When I open up some instances there will only be a few rows populated, however other times there could be upwards of 20+. I...