Search found 21 matches

by akommalapati
Tue Apr 17, 2012 12:34 pm
Forum: General Questions
Topic: How to Upgrade to Newer version of Ranorex
Replies: 1
Views: 8893

How to Upgrade to Newer version of Ranorex

Hi,

I'm currently using Ranorex Studio (Version 3.1.0.13946), please let me know how i can upgrade to latest version of it. I'm a licensed user of ranorex. My current version is not supporting Google Chrome, please suggest me a stable version of ranorex which supports Google chrome.

Thanks
Ajay
by akommalapati
Wed Jan 11, 2012 1:02 pm
Forum: Automation API
Topic: getting problem in finding page
Replies: 7
Views: 2107

Re: getting problem in finding page

This solved my problem game wait time as 60000.

Thanks
Ajay
by akommalapati
Tue Jan 10, 2012 3:00 pm
Forum: Automation API
Topic: getting problem in finding page
Replies: 7
Views: 2107

Re: getting problem in finding page

Tried this also, some times it takes more time.
Not sure for how much time, want a loop kind with timer for 30 secs.

Thanks
Ajay
by akommalapati
Tue Jan 10, 2012 1:16 pm
Forum: Automation API
Topic: getting problem in finding page
Replies: 7
Views: 2107

Re: getting problem in finding page

i have already tried this, fails in first line only doesn't come to the second line.
Advanced code example given by ranorex doesn't provide any clue for this.

Thanks
Ajay
by akommalapati
Tue Jan 10, 2012 9:43 am
Forum: Automation API
Topic: getting problem in finding page
Replies: 7
Views: 2107

getting problem in finding page

Hi,

Here is my code, some times it fails at this level that it couldn't find the page.

WebDocument webDocDOB = "//dom[@caption='" + pageName + "']";

can u please let me know a code to wait until this page is found.

Thanks
Ajay
by akommalapati
Mon Jan 09, 2012 2:56 pm
Forum: Automation API
Topic: How to delete browser cookies (Internet Explorer)
Replies: 4
Views: 5890

How to delete browser cookies (Internet Explorer)

Hi,
Can u please let me know the code for deleting cookies.

Thanks
Ajay
by akommalapati
Mon Jan 09, 2012 5:25 am
Forum: Automation API
Topic: how to get project path during execution
Replies: 2
Views: 2595

how to get project path during execution

Hi,

I have requirement of getting the location of the project in my machine during execution, can u please give me code snippet for getting the same.

Thanks
Ajay
by akommalapati
Wed Jan 04, 2012 9:11 am
Forum: Automation Tools
Topic: suppress build warnings
Replies: 2
Views: 3132

Re: suppress build warnings

I could resolve the problem, opened the solution in visual studio and updated the library projects assembly version. No error now.

Thanks
Ajay
by akommalapati
Tue Jan 03, 2012 11:49 am
Forum: Automation Tools
Topic: suppress build warnings
Replies: 2
Views: 3132

suppress build warnings

Hi, I'm getting the following warning while building "Found conflicts between different versions of the same dependent assembly. (MSB3247)" . Tried to resolve this problem but all in vain. Can u please let me know how i can suppress this warning, this is urgently required for me. Thanks in advance A...
by akommalapati
Thu Dec 22, 2011 12:29 pm
Forum: Automation API
Topic: send test results through email only test case status
Replies: 1
Views: 2131

send test results through email only test case status

Hi,

I wanted to send the Ranorex test results through, only the status of the test cases.
want to include the report in body of the email.
can u please guide me in achieving this, with sample code.

Thanks
Ajay
by akommalapati
Thu Dec 22, 2011 7:53 am
Forum: Automation API
Topic: Enter text in text field without using PressKeys method
Replies: 4
Views: 8228

Re: Enter text in text field without using PressKeys method

Thanks for reply, this solved my problem

Ajay
by akommalapati
Tue Dec 20, 2011 1:05 pm
Forum: Automation API
Topic: Enter text in text field without using PressKeys method
Replies: 4
Views: 8228

Re: Enter text in text field without using PressKeys method

Hi, I'm unable to work with setattribute method in my code. Can u please look into my code below and help me with a code snippet. public void AccessTextBox(string pageName , string textboxName, string textvalue) { // Identify a web document by its title WebDocument TextDocument = "//dom[@caption='" ...
by akommalapati
Tue Dec 20, 2011 12:57 pm
Forum: General Questions
Topic: How to run my Automated tests on a standalone server box.
Replies: 3
Views: 1987

Re: How to run my Automated tests on a standalone server box.

Hi,

Can you please help me with the steps i need to follow, mine is a web application.


Thanks
Ajay
by akommalapati
Mon Dec 19, 2011 8:07 am
Forum: General Questions
Topic: How to run my Automated tests on a standalone server box.
Replies: 3
Views: 1987

How to run my Automated tests on a standalone server box.

Hi,

My client has a requirement to run the automated test cases in standalone box, please let me know how we can do the same. Also please let me if need to purchase a new license for it, currently we have one license (premium).

Thanks
Ajay
by akommalapati
Wed Dec 14, 2011 2:14 pm
Forum: Automation API
Topic: Enter text in text field without using PressKeys method
Replies: 4
Views: 8228

Enter text in text field without using PressKeys method

Hi,

Can u please let how i can enter text in a text field(webpage), without using PressKeys method.
I want to use this in the code module. Want to set all text at once in text field.

Thanks
Ajay