Search found 20 matches

by rohitjain3333
Fri Apr 12, 2013 7:14 am
Forum: General Questions
Topic: Ranorex vs LoadRunner
Replies: 1
Views: 1986

Ranorex vs LoadRunner

Hi,

Please tell me the pros and cons and the difference between Ranorex and Load runner
by rohitjain3333
Wed Apr 10, 2013 6:01 am
Forum: Automation API
Topic: pause a script during execution
Replies: 1
Views: 2652

pause a script during execution

Hi,

please tell me how to pause and resume script using any keyboard key while executing the script.
I know how to abort the script but i need to pause and resume functionality.

--Thanks
by rohitjain3333
Thu Jan 17, 2013 1:54 pm
Forum: Object Identification and Technologies
Topic: Unable to identify cell in "MSFlexGridWndClass"
Replies: 6
Views: 3311

Re: Unable to identify cell in "MSFlexGridWndClass"

Hi,

'GDI Capture List' helped me a lot.... It worked.... :D
Thanks a Lot...
by rohitjain3333
Wed Jan 16, 2013 11:35 am
Forum: Object Identification and Technologies
Topic: Unable to identify cell in "MSFlexGridWndClass"
Replies: 6
Views: 3311

Re: Unable to identify cell in "MSFlexGridWndClass"

Hi,

extended version of the .NET framework is installed.we have ranorex 2.3.5 :!:
We could not install the current version and also it is not possible to get the application.. :oops:
by rohitjain3333
Tue Jan 15, 2013 5:27 am
Forum: Object Identification and Technologies
Topic: Unable to identify cell in "MSFlexGridWndClass"
Replies: 6
Views: 3311

Re: Unable to identify cell in "MSFlexGridWndClass"

Hi,

We are using ranorex 2.3 and the application is built in VB6.
The .NET version on my machine is 4.0.
Hope this helps...... :roll:
by rohitjain3333
Mon Jan 14, 2013 8:17 am
Forum: Object Identification and Technologies
Topic: Unable to identify cell in "MSFlexGridWndClass"
Replies: 6
Views: 3311

Unable to identify cell in "MSFlexGridWndClass"

unable to identify cell in "MSFlexGridWndClass" Please help :)
Snapshot attatched.
by rohitjain3333
Tue Jul 10, 2012 10:44 am
Forum: Object Identification and Technologies
Topic: control visible or not
Replies: 13
Views: 6611

control visible or not

Hi, We want to write a function which will take argument as ranorx path or any element and it will show that the element is visible or not. If the control is visible then it will return true else it will wait for 60 secs and will again check the element visibility and will return false. we are not g...
by rohitjain3333
Wed Jun 13, 2012 12:42 pm
Forum: How To …
Topic: How to run the exe generated by ranorex on other PC
Replies: 16
Views: 10636

How to run the exe generated by ranorex on other PC

How to run the exe generated by ranorex on other pc not having ranorex.
Do we need any dlls to be copied from pc to the other pc?
by rohitjain3333
Tue Apr 24, 2012 9:34 am
Forum: Object Identification and Technologies
Topic: Unable to Identify the grid
Replies: 1
Views: 2197

Unable to Identify the grid

Unable to Identify the grid object which is not visible i.e scrolled down.
how to access that cell in data grid in VB.NET
by rohitjain3333
Mon Apr 16, 2012 10:21 am
Forum: Automation API
Topic: Connecting Ranorex to SQL server 2008
Replies: 2
Views: 5141

Connecting Ranorex to SQL server 2008

Hi, Please tell me how to connect ranorex withSQL server 2008. I am trying following code but gives me error. Please help!! using System.Data.Odbc; OdbcConnection conn = new OdbcConnection(); conn.ConnectionString = "Driver={SQL Server};" + "Server=ServerName;" + "DataBase=DataBaseName;" + "Uid=User...
by rohitjain3333
Thu Mar 15, 2012 5:12 am
Forum: Automation API
Topic: Vb.net dll in ranorex
Replies: 3
Views: 2091

Re: Vb.net dll in ranorex

Please provide me the syntax for the same.
by rohitjain3333
Tue Mar 13, 2012 8:03 am
Forum: Automation API
Topic: Vb.net dll in ranorex
Replies: 3
Views: 2091

Vb.net dll in ranorex

Please tell me if there is any way to access the vb.net dll in Ranorex. :?:
I am coding in C#.
by rohitjain3333
Wed Feb 15, 2012 5:12 am
Forum: General Questions
Topic: load and stress test using Ranorex
Replies: 1
Views: 4808

load and stress test using Ranorex

How to perform a load test on a web based appllication and measure peformance of the server using ranorex ? Is it possible using ranorex? Please suggest. :)
by rohitjain3333
Thu Feb 02, 2012 1:33 pm
Forum: Object Identification and Technologies
Topic: how to get the element is active/enable or not
Replies: 1
Views: 2519

how to get the element is active/enable or not

want to get time after an event till the elemnt is enabled

How to get the time between following two events
1) a click on button
2)after the click ,another button is enabled

:shock:

Please help us
by rohitjain3333
Thu Sep 22, 2011 8:12 am
Forum: General Questions
Topic: preparing framework using ranorex dlls
Replies: 1
Views: 1585

preparing framework using ranorex dlls

Plz help me for preparing framework using ranorex dlls
so i can reuse the dlls in other project