Search found 6 matches

by guptaravi2k
Wed Feb 04, 2015 6:52 am
Forum: General Questions
Topic: Hot Keys don't work
Replies: 1
Views: 1967

Hot Keys don't work

Hi, I am in process of evaluating Ranorex and encountered a problem. What I want is a very basic test and it doesn't seem to work. I am sure I am missing something because what I am trying is very basic. AUT: web application Browser: Chrome At certain place my application opens up a menu on right cl...
by guptaravi2k
Mon Jan 26, 2015 12:50 pm
Forum: General Questions
Topic: a very basic question - automation testing with CI
Replies: 2
Views: 1792

a very basic question - automation testing with CI

Hi, As per this blog http://www.ranorex.com/blog/integrate-ranorex-in-any-continuous-integration-process , the ranorex test gets executed as part of build process as soon as a developer commits a change. This helps provide rapid feedback and is in-line with agile process etc. etc... I am confused ho...
by guptaravi2k
Thu Jan 22, 2015 2:52 am
Forum: General Questions
Topic: How to retrieve attribute value
Replies: 1
Views: 5479

How to retrieve attribute value

Hi, I am trying to retrieve value of InnetText from a repository element. (C#) I have a repo element and its xpath looks is this: /dom[@domain='10.31.160.99:6010']//div[#'ScrollPane#3']/div[2]/div/div[1]/div[4]/span[@innertext='22295505'] In UserCode file I want to retrieve value of innertext field ...
by guptaravi2k
Tue Jan 20, 2015 11:56 pm
Forum: General Questions
Topic: Text missing from Validation dialog
Replies: 5
Views: 1503

Re: Text missing from Validation dialog

Thanks Pavel,

I have captured snapshots and email to support team.

Extracting raw text may not be very helpful because there may be hundreds of text in the view with the possibility of duplicates.

Thanks again for your help.
by guptaravi2k
Mon Jan 19, 2015 10:32 pm
Forum: General Questions
Topic: Text missing from Validation dialog
Replies: 5
Views: 1503

Re: Text missing from Validation dialog

Thanks Dan. yes you are right. it works as expected after I changed XPath as per your suggestion. So the calc.exe program works fine. However, I am still not sure what is wrong in testing with my application. My application is a C++ application. When I hover mouse on menu item then it highlights the...
by guptaravi2k
Mon Jan 19, 2015 6:54 am
Forum: General Questions
Topic: Text missing from Validation dialog
Replies: 5
Views: 1503

Text missing from Validation dialog

Hi, I am evaluating different tools at the moment and while Ranorex works well with web application it is giving me tough time validating element in a desktop application. To try something simple I tested with calc.exe. When I click on validation button it highlights the number in calculator but the...