Search found 14 matches

by subhashree
Fri Dec 12, 2014 5:48 am
Forum: General Questions
Topic: Need help on XML parser in Ranorex
Replies: 6
Views: 2485

Re: Need help on XML parser in Ranorex

It worked!!! Thanks a lot indeed Dan..

Regards
Subhashree
by subhashree
Thu Dec 11, 2014 12:37 pm
Forum: General Questions
Topic: Need help on XML parser in Ranorex
Replies: 6
Views: 2485

Re: Need help on XML parser in Ranorex

Hi Dan, thank you so much indeed for the response. Your code ran as expected when I ran it as a different solution. However when I merged it to my code, no luck here :(. I am still getting all tag values(as before) as output rather than value for hoursworked tag value. I figured out one difference w...
by subhashree
Wed Dec 10, 2014 8:22 am
Forum: General Questions
Topic: Need help on XML parser in Ranorex
Replies: 6
Views: 2485

Re: Need help on XML parser in Ranorex

Hi Dan, thanks for your response. I tried this code, I got some response however that is not the required one. My XML is something like as below <AttLeaveDetails> <AdvncExcesList> <AdvanceExcessLeave> <AppliedLeaveCount>0</AppliedLeaveCount> <LeaveType>Advance leaves consumed</LeaveType> <Message>Le...
by subhashree
Mon Dec 08, 2014 12:58 pm
Forum: General Questions
Topic: Need help on XML parser in Ranorex
Replies: 6
Views: 2485

Need help on XML parser in Ranorex

Hi, I am getting a REST api XML response. I am storing the response in string format. Now I want to parse the xml and get some node values. Could you please help me in the code? this fetches the response String response = client.MakeRequest(); Now I want to parse the response, so I am using followin...
by subhashree
Mon Nov 24, 2014 11:49 am
Forum: Mobile Testing
Topic: How to validate all the contents available on a page?
Replies: 1
Views: 2073

How to validate all the contents available on a page?

Hi, in my mobile application, in a single page; multiple actionables are shown. I am aiming at validating these data with database. I have done database binding for the same. However while executing it is observed that all the rows of database are comparing with only the first element of app page. C...
by subhashree
Wed Nov 19, 2014 4:45 am
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Re: Not able to scroll a hybrid android mobile app

Hi Joe,

is there any update on swipe left/right functionality supported by Ranorex? I am getting following error while executing the test cases for swipe left/right.
by subhashree
Tue Nov 11, 2014 7:57 am
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Re: Not able to scroll a hybrid android mobile app

Hi Joe, I am trying this on Android. Model number Samsung GT-I9300 & Version 4.1.2. Following are the other details 1. Ranorex version- Trial version 5.1.2 2. I am trying to swipe left/right for HTML 5 element.My application is a hybrid application. 3. yes its the same element where I tried scroll u...
by subhashree
Tue Nov 11, 2014 7:12 am
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Re: Not able to scroll a hybrid android mobile app

Hi Joe,

Thanks for your quick response.I could scroll up & down my app. However swipe left & right are not working with this.

Please refer the attached image file for more information.

Regards
Subhashree
by subhashree
Mon Nov 10, 2014 8:55 am
Forum: Mobile Testing
Topic: Not able to scroll a hybrid android mobile app
Replies: 6
Views: 3637

Not able to scroll a hybrid android mobile app

Hi, I am working on automation of one hybrid app in Android device. While recording I have observed that scroll up & down are not captured by the tool & due to this I am not able to proceed in my test. Please let me know which function we can use for scroll up/down both in native & hybrid apps. Plea...
by subhashree
Thu Nov 06, 2014 9:16 am
Forum: Mobile Testing
Topic: Query on parameterization for mobile
Replies: 9
Views: 2371

Query on parameterization for mobile

Hi, for editing the methods and replacing the keyboard press strings, ranorex supports Keyboard.Press() e.g. public static void SetFirstName() { Keyboard.Press(FirstName); } public static void SetLastName() { Keyboard.Press(LastName); } This seems to be desktop supported function. My question is for...
by subhashree
Thu Nov 06, 2014 9:10 am
Forum: General Questions
Topic: Getting issues while executing recorded scripts
Replies: 3
Views: 1388

Re: Getting issues while executing recorded scripts

Hi,

Following are the details. We are trying on

1. Windows 7 64 bit OS
2. Samsung S3 GT-I9300 is the device
3. I am connecting device through network.

Please let me know incase any furtehr information needed.
by subhashree
Tue Nov 04, 2014 11:17 am
Forum: General Questions
Topic: Getting issues while executing recorded scripts
Replies: 3
Views: 1388

Getting issues while executing recorded scripts

Hi, While running the recorded codes, only "build successful" message is coming & it does not execute so result is not displayed. No error is also shown. Following are the details on my ranorex version Ranorex trial version 5.1.2.19431 Note: I am trying for executing the recorded codes on mobile. Co...
by subhashree
Thu Oct 30, 2014 5:21 am
Forum: General Questions
Topic: Getting Issues while running existing codes
Replies: 2
Views: 2151

Re: Getting Issues while running existing codes

Hi, thanks for your response :) . I installed Visual C++ 2008 SP1 Redistributable Package for (x64) on my machien as per the suggestion provided in the blog. However while running the codes, now only "build successful" message comes & it does not execute so result is not displayed. No error is also ...
by subhashree
Mon Oct 20, 2014 7:34 am
Forum: General Questions
Topic: Getting Issues while running existing codes
Replies: 2
Views: 2151

Getting Issues while running existing codes

Hi, I had recorded few codes for mobile using Ranorex 5.1.2. I converted the codes to C# and now, while runing it, it throws following error "Cannot start process. This application has failed to start because its side by side configuration is incorrect. Please see the application event log or use th...